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-04-18T00:06:12.023Z||main|||||INFO|500||The following profiles are active: basic
2022-04-18T00:06:20.635Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-18T00:06:20.636Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-18T00:06:20.715Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-18T00:06:22.776Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-18T00:06:22.931Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-18T00:06:23.277Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-18T00:06:23.284Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-18T00:06:23.355Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-18T00:06:23.486Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-18T00:06:23.877Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-18T00:06:24.708Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-18T00:06:26.642Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-18T00:06:26.684Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-18T00:06:27.179Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-18T00:06:27.424Z||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-04-18T00:06:28.430Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-18T00:06:29.419Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-18T00:06:29.435Z||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$$e4a59924.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-04-18T00:06:29.435Z||main|||||WARN|500||The sdc end point is not alive
2022-04-18T00:06:31.841Z||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-04-18T00:06:34.375Z||main|||||WARN|500||---
2022-04-18T00:06:34.376Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-18T00:06:34.376Z||main|||||WARN|500||---
2022-04-18T00:06:34.812Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-18T00:06:38.824Z||main|||||INFO|500||Started Application in 30.828 seconds (JVM running for 31.86)
2022-04-18T00:06:38.836Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-18T00:06:38.859Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-18T00:06:38.869Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-18T00:06:38.890Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-18T00:06:38.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18c3d983-9c1e-4f24-b7d1-9dda4566eebe url= /sdc/v1/artifactTypes
2022-04-18T00:06:38.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-18T00:06:39.205Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-18T00:06:39.227Z||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-04-18T00:06:39.249Z||scheduling-1|||||DEBUG|500||create keys
2022-04-18T00:06:39.256Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-18T00:06:41.489Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:06:41.505Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ce04880c-9f75-490b-8d87-9ec0745a1bba url= /sdc/v1/registerForDistribution
2022-04-18T00:06:46.012Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ce04880c-9f75-490b-8d87-9ec0745a1bba url= /sdc/v1/registerForDistribution
2022-04-18T00:06:46.013Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-18T00:06:46.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:06:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:06:46.025Z||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-04-18T00:06:46.025Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:06:46.025Z||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-04-18T00:06:46.026Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:06:46.027Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-18T00:07:29.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:07:29.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:07:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:07:46.020Z||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-04-18T00:07:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:07:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:07:46.022Z||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-04-18T00:07:46.023Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:07:55.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:07:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:08:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:08:46.020Z||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-04-18T00:08:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:08:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:08:46.022Z||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-04-18T00:08:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:08:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:08:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:09:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:09:46.020Z||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-04-18T00:09:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:09:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:09:46.022Z||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-04-18T00:09:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:09:55.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:09:55.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:10:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:10:46.020Z||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-04-18T00:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:10:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:10:46.021Z||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-04-18T00:10:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:10:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:10:55.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:11:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:11:46.020Z||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-04-18T00:11:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:11:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:11:46.022Z||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-04-18T00:11:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:11:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:11:55.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:12:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:12:46.020Z||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-04-18T00:12:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:12:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:12:46.022Z||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-04-18T00:12:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:12:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:12:55.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:13:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:13:46.020Z||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-04-18T00:13:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:13:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:13:46.022Z||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-04-18T00:13:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:13:55.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:13:55.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:14:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:14:46.020Z||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-04-18T00:14:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:14:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:14:46.021Z||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-04-18T00:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:14:55.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:14:55.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:15:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:15:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:15:46.021Z||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-04-18T00:15:46.021Z||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-04-18T00:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:15:55.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:15:55.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:16:38.189Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-18T00:16:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:16:46.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:16:46.046Z||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-04-18T00:16:46.047Z||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-04-18T00:16:46.047Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:16:46.047Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:16:55.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:16:55.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:17:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:17:46.020Z||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-04-18T00:17:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:17:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:17:46.021Z||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-04-18T00:17:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:17:55.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:17:55.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:18:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:18:46.020Z||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-04-18T00:18:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:18:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:18:46.021Z||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-04-18T00:18:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:18:55.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:18:55.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:19:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:19:46.020Z||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-04-18T00:19:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:19:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:19:46.022Z||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-04-18T00:19:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:19:55.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:19:55.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:20:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:20:46.020Z||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-04-18T00:20:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:20:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:20:46.021Z||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-04-18T00:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:20:55.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:20:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:21:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:21:46.020Z||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-04-18T00:21:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:21:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:21:46.021Z||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-04-18T00:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:21:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:21:55.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:22:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:22:46.020Z||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-04-18T00:22:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:22:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:22:46.021Z||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-04-18T00:22:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:22:55.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:22:55.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:23:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:23:46.020Z||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-04-18T00:23:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:23:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:23:46.022Z||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-04-18T00:23:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:23:55.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:23:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:24:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:24:46.020Z||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-04-18T00:24:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:24:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:24:46.021Z||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-04-18T00:24:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:24:55.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:24:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:25:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:25:46.020Z||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-04-18T00:25:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:25:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:25:46.021Z||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-04-18T00:25:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:25:55.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:25:55.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:26:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:26:46.020Z||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-04-18T00:26:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:26:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:26:46.021Z||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-04-18T00:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:26:55.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:26:55.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:27:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:27:46.020Z||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-04-18T00:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:27:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:27:46.021Z||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-04-18T00:27:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:27:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:27:55.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:28:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:28:46.020Z||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-04-18T00:28:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:28:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:28:46.021Z||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-04-18T00:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:28:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:28:55.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:29:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:29:46.020Z||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-04-18T00:29:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:29:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:29:46.021Z||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-04-18T00:29:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:29:55.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:29:55.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:30:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:30:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:30:46.023Z||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-04-18T00:30:46.023Z||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-04-18T00:30:46.023Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:30:46.023Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:30:55.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:30:55.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:31:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:31:46.020Z||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-04-18T00:31:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:31:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:31:46.021Z||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-04-18T00:31:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:31:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:31:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:32:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:32:46.021Z||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-04-18T00:32:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:32:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:32:46.022Z||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-04-18T00:32:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:32:55.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:32:55.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:33:16.747Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xb80xed0xf10xd00xbe0x170xfbbM0xe41_0x0e0xac0xc5w0xbc+0x120xca0xb70xfb$0xd5;0xc30xde0x8a0x800xa60x8c~]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-18T00:33:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:33:46.020Z||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-04-18T00:33:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:33:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:33:46.021Z||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-04-18T00:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:33:55.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:33:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:34:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:34:46.020Z||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-04-18T00:34:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:34:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:34:46.021Z||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-04-18T00:34:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:34:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:34:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:35:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:35:46.020Z||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-04-18T00:35:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:35:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:35:46.021Z||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-04-18T00:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:35:55.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:35:55.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:36:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:36:46.020Z||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-04-18T00:36:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:36:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:36:46.022Z||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-04-18T00:36:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:36:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:36:55.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:37:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:37:46.020Z||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-04-18T00:37:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:37:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:37:46.021Z||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-04-18T00:37:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:37:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:37:55.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:38:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:38:46.020Z||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-04-18T00:38:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:38:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:38:46.021Z||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-04-18T00:38:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:38:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:38:55.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:39:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:39:46.020Z||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-04-18T00:39:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:39:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:39:46.021Z||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-04-18T00:39:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:39:55.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:39:55.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:40:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:40:46.020Z||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-04-18T00:40:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:40:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:40:46.021Z||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-04-18T00:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:40:55.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:40:55.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:41:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:41:46.020Z||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-04-18T00:41:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:41:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:41:46.021Z||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-04-18T00:41:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:41:55.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:41:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:42:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:42:46.020Z||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-04-18T00:42:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:42:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:42:46.021Z||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-04-18T00:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:42:55.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:42:55.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:43:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:43:46.020Z||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-04-18T00:43:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:43:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:43:46.021Z||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-04-18T00:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:43:55.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:43:55.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:44:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:44:46.020Z||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-04-18T00:44:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:44:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:44:46.021Z||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-04-18T00:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:44:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:44:55.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:45:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:45:46.020Z||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-04-18T00:45:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:45:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:45:46.022Z||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-04-18T00:45:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:45:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:45:55.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:46:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:46:46.020Z||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-04-18T00:46:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:46:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:46:46.022Z||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-04-18T00:46:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:46:55.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:46:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:47:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:47:46.020Z||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-04-18T00:47:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:47:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:47:46.021Z||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-04-18T00:47:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:47:55.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:47:55.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:48:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:48:46.020Z||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-04-18T00:48:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:48:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:48:46.022Z||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-04-18T00:48:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:48:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:48:55.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:49:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:49:46.020Z||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-04-18T00:49:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:49:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:49:46.022Z||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-04-18T00:49:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:49:55.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:49:55.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:50:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:50:46.020Z||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-04-18T00:50:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:50:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:50:46.021Z||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-04-18T00:50:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:50:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:50:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:51:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:51:46.020Z||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-04-18T00:51:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:51:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:51:46.022Z||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-04-18T00:51:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:51:55.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:51:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:52:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:52:46.020Z||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-04-18T00:52:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:52:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:52:46.021Z||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-04-18T00:52:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:52:55.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:52:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:53:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:53:46.020Z||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-04-18T00:53:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:53:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:53:46.021Z||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-04-18T00:53:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:53:55.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:53:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:54:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:54:46.020Z||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-04-18T00:54:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:54:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:54:46.021Z||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-04-18T00:54:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:54:55.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:54:55.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:55:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:55:46.020Z||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-04-18T00:55:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:55:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:55:46.021Z||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-04-18T00:55:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:55:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:55:55.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:56:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:56:46.020Z||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-04-18T00:56:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:56:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:56:46.021Z||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-04-18T00:56:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:56:55.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:56:55.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:57:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:57:46.020Z||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-04-18T00:57:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:57:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:57:46.021Z||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-04-18T00:57:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:57:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:57:55.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:58:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:58:46.020Z||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-04-18T00:58:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:58:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:58:46.021Z||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-04-18T00:58:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:58:55.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:58:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:59:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:59:46.020Z||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-04-18T00:59:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:59:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:59:46.021Z||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-04-18T00:59:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:59:55.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T00:59:55.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:00:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:00:46.020Z||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-04-18T01:00:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:00:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:00:46.021Z||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-04-18T01:00:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:00:55.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:00:55.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:01:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:01:46.020Z||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-04-18T01:01:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:01:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:01:46.021Z||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-04-18T01:01:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:01:55.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:01:55.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:02:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:02:46.020Z||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-04-18T01:02:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:02:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:02:46.021Z||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-04-18T01:02:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:02:55.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:02:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:03:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:03:46.020Z||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-04-18T01:03:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:03:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:03:46.021Z||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-04-18T01:03:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:03:55.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:03:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:04:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:04:46.020Z||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-04-18T01:04:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:04:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:04:46.021Z||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-04-18T01:04:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:04:55.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:04:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:05:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:05:46.020Z||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-04-18T01:05:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:05:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:05:46.022Z||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-04-18T01:05:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:05:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:05:55.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:06:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:06:46.020Z||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-04-18T01:06:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:06:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:06:46.022Z||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-04-18T01:06:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:06:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:06:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:07:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:07:46.020Z||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-04-18T01:07:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:07:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:07:46.021Z||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-04-18T01:07:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:07:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:07:55.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:08:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:08:46.020Z||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-04-18T01:08:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:08:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:08:46.021Z||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-04-18T01:08:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:08:55.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:08:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:09:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:09:46.020Z||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-04-18T01:09:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:09:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:09:46.021Z||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-04-18T01:09:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:09:55.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:09:55.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:10:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:10:46.020Z||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-04-18T01:10:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:10:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:10:46.021Z||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-04-18T01:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:10:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:10:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:11:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:11:46.020Z||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-04-18T01:11:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:11:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:11:46.021Z||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-04-18T01:11:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:11:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:11:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:12:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:12:46.020Z||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-04-18T01:12:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:12:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:12:46.021Z||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-04-18T01:12:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:12:55.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:12:55.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:13:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:13:46.020Z||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-04-18T01:13:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:13:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:13:46.021Z||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-04-18T01:13:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:13:55.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:13:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:14:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:14:46.020Z||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-04-18T01:14:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:14:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:14:46.021Z||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-04-18T01:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:14:55.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:14:55.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:15:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:15:46.020Z||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-04-18T01:15:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:15:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:15:46.021Z||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-04-18T01:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:15:55.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:15:55.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:16:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:16:46.020Z||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-04-18T01:16:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:16:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:16:46.021Z||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-04-18T01:16:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:16:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:16:55.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:17:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:17:46.020Z||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-04-18T01:17:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:17:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:17:46.021Z||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-04-18T01:17:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:17:55.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:17:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:18:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:18:46.020Z||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-04-18T01:18:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:18:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:18:46.021Z||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-04-18T01:18:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:18:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:18:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:19:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:19:46.020Z||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-04-18T01:19:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:19:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:19:46.022Z||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-04-18T01:19:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:19:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:19:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:20:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:20:46.020Z||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-04-18T01:20:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:20:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:20:46.021Z||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-04-18T01:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:20:55.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:20:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:21:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:21:46.020Z||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-04-18T01:21:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:21:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:21:46.021Z||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-04-18T01:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:21:55.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:21:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:22:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:22:46.020Z||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-04-18T01:22:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:22:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:22:46.021Z||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-04-18T01:22:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:22:55.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:22:55.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:23:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:23:46.020Z||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-04-18T01:23:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:23:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:23:46.021Z||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-04-18T01:23:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:23:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:23:55.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:24:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:24:46.020Z||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-04-18T01:24:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:24:46.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:24:46.022Z||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-04-18T01:24:46.023Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:24:55.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:24:55.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:25:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:25:46.020Z||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-04-18T01:25:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:25:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:25:46.021Z||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-04-18T01:25:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:25:55.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:25:55.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:26:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:26:46.020Z||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-04-18T01:26:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:26:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:26:46.021Z||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-04-18T01:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:26:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:26:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:27:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:27:46.020Z||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-04-18T01:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:27:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:27:46.022Z||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-04-18T01:27:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:27:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:27:55.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:28:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:28:46.020Z||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-04-18T01:28:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:28:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:28:46.021Z||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-04-18T01:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:28:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:28:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:29:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:29:46.019Z||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-04-18T01:29:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:29:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:29:46.021Z||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-04-18T01:29:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:29:55.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:29:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:30:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:30:46.020Z||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-04-18T01:30:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:30:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:30:46.021Z||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-04-18T01:30:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:30:55.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:30:55.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:31:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:31:46.020Z||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-04-18T01:31:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:31:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:31:46.021Z||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-04-18T01:31:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:31:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:31:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:32:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:32:46.020Z||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-04-18T01:32:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:32:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:32:46.021Z||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-04-18T01:32:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:32:55.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:32:55.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:33:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:33:46.020Z||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-04-18T01:33:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:33:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:33:46.021Z||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-04-18T01:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:33:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:33:55.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:34:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:34:46.020Z||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-04-18T01:34:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:34:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:34:46.021Z||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-04-18T01:34:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:34:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:34:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:35:46.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:35:46.021Z||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-04-18T01:35:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:35:46.021Z||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-04-18T01:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:35:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:35:55.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:36:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:36:46.020Z||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-04-18T01:36:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:36:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:36:46.021Z||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-04-18T01:36:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:36:55.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:36:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:37:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:37:46.020Z||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-04-18T01:37:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:37:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:37:46.022Z||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-04-18T01:37:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:37:55.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:37:55.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:38:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:38:46.020Z||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-04-18T01:38:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:38:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:38:46.021Z||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-04-18T01:38:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:38:55.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:38:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:39:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:39:46.020Z||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-04-18T01:39:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:39:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:39:46.021Z||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-04-18T01:39:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:39:55.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:39:55.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:40:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:40:46.020Z||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-04-18T01:40:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:40:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:40:46.021Z||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-04-18T01:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:40:55.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:40:55.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:41:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:41:46.020Z||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-04-18T01:41:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:41:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:41:46.021Z||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-04-18T01:41:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:41:55.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:41:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:42:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:42:46.020Z||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-04-18T01:42:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:42:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:42:46.021Z||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-04-18T01:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:42:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:42:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:43:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:43:46.020Z||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-04-18T01:43:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:43:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:43:46.021Z||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-04-18T01:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:43:55.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:43:55.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:44:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:44:46.020Z||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-04-18T01:44:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:44:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:44:46.021Z||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-04-18T01:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:44:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:44:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:45:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:45:46.020Z||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-04-18T01:45:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:45:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:45:46.021Z||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-04-18T01:45:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:45:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:45:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:46:46.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:46:46.020Z||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-04-18T01:46:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:46:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:46:46.021Z||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-04-18T01:46:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:46:55.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:46:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:47:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:47:46.020Z||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-04-18T01:47:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:47:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:47:46.021Z||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-04-18T01:47:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:47:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:47:55.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:48:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:48:46.020Z||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-04-18T01:48:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:48:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:48:46.021Z||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-04-18T01:48:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:48:55.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:48:55.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:49:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:49:46.020Z||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-04-18T01:49:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:49:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:49:46.021Z||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-04-18T01:49:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:49:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:49:55.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:50:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:50:46.020Z||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-04-18T01:50:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:50:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:50:46.021Z||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-04-18T01:50:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:50:55.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:50:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:51:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:51:46.020Z||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-04-18T01:51:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:51:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:51:46.021Z||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-04-18T01:51:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:51:55.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:51:55.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:52:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:52:46.020Z||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-04-18T01:52:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:52:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:52:46.021Z||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-04-18T01:52:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:52:55.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:52:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:53:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:53:46.020Z||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-04-18T01:53:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:53:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:53:46.021Z||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-04-18T01:53:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:53:55.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:53:55.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:54:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:54:46.020Z||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-04-18T01:54:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:54:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:54:46.021Z||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-04-18T01:54:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:54:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:54:55.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:55:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:55:46.020Z||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-04-18T01:55:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:55:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:55:46.021Z||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-04-18T01:55:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:55:55.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:55:55.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:56:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:56:46.020Z||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-04-18T01:56:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:56:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:56:46.021Z||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-04-18T01:56:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:56:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:56:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:57:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:57:46.020Z||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-04-18T01:57:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:57:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:57:46.021Z||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-04-18T01:57:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:57:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:57:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:58:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:58:46.020Z||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-04-18T01:58:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:58:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:58:46.021Z||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-04-18T01:58:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:58:55.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:58:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:59:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:59:46.020Z||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-04-18T01:59:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:59:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:59:46.021Z||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-04-18T01:59:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:59:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T01:59:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:00:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:00:46.020Z||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-04-18T02:00:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:00:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:00:46.021Z||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-04-18T02:00:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:00:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:00:55.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:01:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:01:46.020Z||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-04-18T02:01:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:01:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:01:46.021Z||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-04-18T02:01:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:01:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:01:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:02:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:02:46.020Z||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-04-18T02:02:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:02:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:02:46.021Z||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-04-18T02:02:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:02:55.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:02:55.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:03:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:03:46.020Z||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-04-18T02:03:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:03:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:03:46.022Z||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-04-18T02:03:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:03:55.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:03:55.572Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:04:46.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:04:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:04:46.021Z||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-04-18T02:04:46.021Z||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-04-18T02:04:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:04:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:04:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:04:55.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:05:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:05:46.020Z||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-04-18T02:05:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:05:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:05:46.021Z||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-04-18T02:05:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:05:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:05:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:06:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:06:46.020Z||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-04-18T02:06:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:06:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:06:46.021Z||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-04-18T02:06:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:06:55.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:06:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:07:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:07:46.020Z||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-04-18T02:07:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:07:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:07:46.021Z||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-04-18T02:07:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:07:55.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:07:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:08:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:08:46.020Z||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-04-18T02:08:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:08:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:08:46.021Z||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-04-18T02:08:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:08:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:08:55.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:09:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:09:46.020Z||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-04-18T02:09:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:09:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:09:46.021Z||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-04-18T02:09:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:09:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:09:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:10:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:10:46.020Z||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-04-18T02:10:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:10:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:10:46.021Z||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-04-18T02:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:10:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:10:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:11:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:11:46.020Z||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-04-18T02:11:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:11:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:11:46.021Z||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-04-18T02:11:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:11:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:11:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:12:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:12:46.020Z||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-04-18T02:12:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:12:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:12:46.021Z||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-04-18T02:12:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:12:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:12:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:13:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:13:46.020Z||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-04-18T02:13:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:13:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:13:46.021Z||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-04-18T02:13:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:13:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:13:55.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:14:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:14:46.020Z||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-04-18T02:14:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:14:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:14:46.021Z||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-04-18T02:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:14:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:14:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:15:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:15:46.019Z||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-04-18T02:15:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:15:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:15:46.021Z||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-04-18T02:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:15:55.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:15:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:16:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:16:46.020Z||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-04-18T02:16:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:16:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:16:46.021Z||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-04-18T02:16:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:16:55.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:16:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:17:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:17:46.019Z||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-04-18T02:17:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:17:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:17:46.021Z||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-04-18T02:17:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:17:55.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:17:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:18:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:18:46.020Z||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-04-18T02:18:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:18:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:18:46.021Z||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-04-18T02:18:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:18:55.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:18:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:19:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:19:46.020Z||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-04-18T02:19:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:19:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:19:46.021Z||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-04-18T02:19:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:19:55.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:19:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:20:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:20:46.020Z||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-04-18T02:20:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:20:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:20:46.021Z||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-04-18T02:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:20:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:20:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:21:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:21:46.020Z||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-04-18T02:21:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:21:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:21:46.021Z||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-04-18T02:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:21:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:21:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:22:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:22:46.020Z||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-04-18T02:22:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:22:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:22:46.021Z||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-04-18T02:22:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:22:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:22:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:23:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:23:46.020Z||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-04-18T02:23:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:23:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:23:46.021Z||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-04-18T02:23:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:23:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:23:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:24:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:24:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:24:46.021Z||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-04-18T02:24:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:24:46.021Z||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-04-18T02:24:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:24:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:24:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:25:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:25:46.020Z||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-04-18T02:25:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:25:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:25:46.021Z||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-04-18T02:25:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:25:55.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:25:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:26:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:26:46.020Z||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-04-18T02:26:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:26:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:26:46.021Z||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-04-18T02:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:26:55.550Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:26:55.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:27:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:27:46.020Z||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-04-18T02:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:27:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:27:46.021Z||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-04-18T02:27:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:27:55.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:27:55.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:28:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:28:46.020Z||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-04-18T02:28:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:28:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:28:46.021Z||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-04-18T02:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:28:55.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:28:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:29:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:29:46.019Z||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-04-18T02:29:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:29:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:29:46.021Z||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-04-18T02:29:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:29:55.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:29:55.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:30:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:30:46.020Z||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-04-18T02:30:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:30:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:30:46.021Z||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-04-18T02:30:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:30:55.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:30:55.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:31:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:31:46.020Z||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-04-18T02:31:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:31:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:31:46.021Z||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-04-18T02:31:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:31:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:31:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:32:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:32:46.020Z||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-04-18T02:32:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:32:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:32:46.021Z||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-04-18T02:32:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:32:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:32:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:33:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:33:46.020Z||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-04-18T02:33:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:33:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:33:46.021Z||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-04-18T02:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:33:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:33:55.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:34:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:34:46.019Z||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-04-18T02:34:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:34:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:34:46.021Z||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-04-18T02:34:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:34:55.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:34:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:35:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:35:46.020Z||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-04-18T02:35:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:35:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:35:46.021Z||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-04-18T02:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:35:55.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:35:55.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:36:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:36:46.020Z||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-04-18T02:36:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:36:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:36:46.021Z||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-04-18T02:36:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:36:55.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:36:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:37:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:37:46.020Z||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-04-18T02:37:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:37:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:37:46.021Z||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-04-18T02:37:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:37:55.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:37:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:38:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:38:46.020Z||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-04-18T02:38:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:38:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:38:46.021Z||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-04-18T02:38:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:38:55.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:38:55.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:39:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:39:46.020Z||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-04-18T02:39:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:39:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:39:46.021Z||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-04-18T02:39:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:39:55.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:39:55.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:40:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:40:46.020Z||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-04-18T02:40:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:40:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:40:46.021Z||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-04-18T02:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:40:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:40:55.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:41:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:41:46.020Z||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-04-18T02:41:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:41:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:41:46.021Z||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-04-18T02:41:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:41:55.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:41:55.558Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:42:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:42:46.020Z||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-04-18T02:42:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:42:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:42:46.021Z||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-04-18T02:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:42:55.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:42:55.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:43:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:43:46.020Z||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-04-18T02:43:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:43:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:43:46.021Z||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-04-18T02:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:43:55.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:43:55.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:44:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:44:46.019Z||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-04-18T02:44:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:44:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:44:46.021Z||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-04-18T02:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:44:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:44:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:45:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:45:46.019Z||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-04-18T02:45:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:45:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:45:46.021Z||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-04-18T02:45:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:45:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:45:55.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:46:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:46:46.020Z||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-04-18T02:46:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:46:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:46:46.021Z||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-04-18T02:46:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:46:55.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:46:55.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:47:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:47:46.020Z||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-04-18T02:47:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:47:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:47:46.021Z||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-04-18T02:47:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:47:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:47:55.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:48:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:48:46.019Z||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-04-18T02:48:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:48:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:48:46.021Z||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-04-18T02:48:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:48:55.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:48:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:49:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:49:46.019Z||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-04-18T02:49:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:49:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:49:46.021Z||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-04-18T02:49:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:49:55.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:49:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:50:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:50:46.020Z||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-04-18T02:50:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:50:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:50:46.021Z||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-04-18T02:50:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:50:55.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:50:55.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:51:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:51:46.019Z||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-04-18T02:51:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:51:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:51:46.021Z||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-04-18T02:51:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:51:55.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:51:55.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:52:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:52:46.020Z||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-04-18T02:52:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:52:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:52:46.021Z||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-04-18T02:52:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:52:55.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:52:55.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:53:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:53:46.020Z||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-04-18T02:53:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:53:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:53:46.021Z||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-04-18T02:53:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:53:55.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:53:55.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:54:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:54:46.020Z||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-04-18T02:54:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:54:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:54:46.021Z||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-04-18T02:54:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:54:55.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:54:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:55:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:55:46.020Z||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-04-18T02:55:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:55:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:55:46.021Z||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-04-18T02:55:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:55:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:55:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:56:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:56:46.019Z||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-04-18T02:56:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:56:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:56:46.021Z||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-04-18T02:56:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:56:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:56:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:57:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:57:46.020Z||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-04-18T02:57:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:57:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:57:46.021Z||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-04-18T02:57:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:57:55.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:57:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:58:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:58:46.020Z||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-04-18T02:58:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:58:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:58:46.021Z||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-04-18T02:58:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:58:55.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:58:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:59:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:59:46.020Z||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-04-18T02:59:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:59:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:59:46.021Z||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-04-18T02:59:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:59:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T02:59:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:00:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:00:46.020Z||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-04-18T03:00:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:00:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:00:46.021Z||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-04-18T03:00:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:00:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:00:55.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:01:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:01:46.020Z||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-04-18T03:01:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:01:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:01:46.021Z||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-04-18T03:01:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:01:55.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:01:55.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:02:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:02:46.020Z||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-04-18T03:02:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:02:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:02:46.021Z||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-04-18T03:02:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:02:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:02:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:03:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:03:46.020Z||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-04-18T03:03:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:03:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:03:46.021Z||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-04-18T03:03:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:03:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:03:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:04:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:04:46.020Z||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-04-18T03:04:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:04:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:04:46.021Z||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-04-18T03:04:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:04:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:04:55.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:05:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:05:46.020Z||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-04-18T03:05:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:05:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:05:46.021Z||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-04-18T03:05:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:05:55.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:05:55.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:06:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:06:46.019Z||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-04-18T03:06:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:06:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:06:46.021Z||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-04-18T03:06:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:06:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:06:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:07:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:07:46.019Z||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-04-18T03:07:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:07:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:07:46.021Z||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-04-18T03:07:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:07:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:07:55.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:08:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:08:46.019Z||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-04-18T03:08:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:08:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:08:46.021Z||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-04-18T03:08:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:08:55.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:08:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:09:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:09:46.020Z||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-04-18T03:09:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:09:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:09:46.021Z||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-04-18T03:09:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:09:55.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:09:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:10:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:10:46.020Z||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-04-18T03:10:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:10:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:10:46.021Z||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-04-18T03:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:10:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:10:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:11:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:11:46.020Z||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-04-18T03:11:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:11:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:11:46.021Z||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-04-18T03:11:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:11:55.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:11:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:12:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:12:46.020Z||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-04-18T03:12:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:12:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:12:46.021Z||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-04-18T03:12:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:12:55.558Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:12:55.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:13:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:13:46.020Z||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-04-18T03:13:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:13:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:13:46.021Z||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-04-18T03:13:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:13:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:13:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:14:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:14:46.020Z||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-04-18T03:14:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:14:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:14:46.021Z||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-04-18T03:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:14:55.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:14:55.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:15:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:15:46.019Z||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-04-18T03:15:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:15:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:15:46.021Z||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-04-18T03:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:15:55.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:15:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:16:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:16:46.020Z||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-04-18T03:16:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:16:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:16:46.021Z||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-04-18T03:16:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:16:55.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:16:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:17:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:17:46.020Z||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-04-18T03:17:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:17:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:17:46.021Z||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-04-18T03:17:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:17:55.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:17:55.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:18:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:18:46.020Z||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-04-18T03:18:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:18:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:18:46.021Z||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-04-18T03:18:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:18:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:18:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:19:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:19:46.020Z||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-04-18T03:19:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:19:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:19:46.021Z||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-04-18T03:19:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:19:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:19:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:20:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:20:46.020Z||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-04-18T03:20:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:20:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:20:46.021Z||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-04-18T03:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:20:55.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:20:55.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:21:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:21:46.020Z||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-04-18T03:21:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:21:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:21:46.021Z||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-04-18T03:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:21:55.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:21:55.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:22:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:22:46.020Z||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-04-18T03:22:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:22:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:22:46.021Z||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-04-18T03:22:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:22:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:22:55.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:23:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:23:46.019Z||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-04-18T03:23:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:23:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:23:46.021Z||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-04-18T03:23:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:23:55.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:23:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:24:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:24:46.019Z||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-04-18T03:24:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:24:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:24:46.021Z||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-04-18T03:24:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:24:55.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:24:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:25:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:25:46.019Z||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-04-18T03:25:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:25:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:25:46.021Z||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-04-18T03:25:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:25:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:25:55.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:26:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:26:46.019Z||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-04-18T03:26:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:26:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:26:46.021Z||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-04-18T03:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:26:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:26:55.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:27:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:27:46.020Z||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-04-18T03:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:27:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:27:46.021Z||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-04-18T03:27:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:27:55.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:27:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:28:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:28:46.019Z||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-04-18T03:28:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:28:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:28:46.021Z||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-04-18T03:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:28:55.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:28:55.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:29:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:29:46.020Z||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-04-18T03:29:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:29:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:29:46.021Z||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-04-18T03:29:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:29:55.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:29:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:30:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:30:46.020Z||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-04-18T03:30:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:30:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:30:46.021Z||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-04-18T03:30:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:30:55.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:30:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:31:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:31:46.019Z||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-04-18T03:31:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:31:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:31:46.021Z||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-04-18T03:31:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:31:55.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:31:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:32:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:32:46.019Z||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-04-18T03:32:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:32:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:32:46.021Z||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-04-18T03:32:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:32:55.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:32:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:33:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:33:46.019Z||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-04-18T03:33:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:33:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:33:46.021Z||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-04-18T03:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:33:55.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:33:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:34:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:34:46.019Z||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-04-18T03:34:46.019Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:34:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:34:46.021Z||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-04-18T03:34:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:34:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:34:55.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:35:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:35:46.019Z||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-04-18T03:35:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:35:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:35:46.021Z||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-04-18T03:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:35:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:35:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:36:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:36:46.019Z||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-04-18T03:36:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:36:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:36:46.021Z||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-04-18T03:36:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:36:55.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:36:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:37:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:37:46.020Z||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-04-18T03:37:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:37:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:37:46.021Z||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-04-18T03:37:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:37:55.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:37:55.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:38:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:38:46.019Z||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-04-18T03:38:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:38:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:38:46.021Z||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-04-18T03:38:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:38:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:38:55.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:39:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:39:46.019Z||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-04-18T03:39:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:39:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:39:46.021Z||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-04-18T03:39:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:39:55.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:39:55.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:40:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:40:46.019Z||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-04-18T03:40:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:40:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:40:46.021Z||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-04-18T03:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:40:55.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:40:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:41:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:41:46.020Z||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-04-18T03:41:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:41:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:41:46.021Z||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-04-18T03:41:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:41:55.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:41:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:42:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:42:46.019Z||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-04-18T03:42:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:42:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:42:46.021Z||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-04-18T03:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:42:55.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:42:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:43:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:43:46.019Z||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-04-18T03:43:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:43:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:43:46.021Z||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-04-18T03:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:43:55.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:43:55.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:44:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:44:46.020Z||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-04-18T03:44:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:44:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:44:46.021Z||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-04-18T03:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:44:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:44:55.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:45:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:45:46.020Z||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-04-18T03:45:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:45:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:45:46.021Z||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-04-18T03:45:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:45:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:45:55.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:46:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:46:46.020Z||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-04-18T03:46:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:46:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:46:46.021Z||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-04-18T03:46:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:46:55.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:46:55.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:47:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:47:46.020Z||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-04-18T03:47:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:47:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:47:46.021Z||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-04-18T03:47:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:47:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:47:55.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:48:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:48:46.020Z||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-04-18T03:48:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:48:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:48:46.021Z||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-04-18T03:48:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:48:55.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:48:55.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:49:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:49:46.019Z||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-04-18T03:49:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:49:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:49:46.021Z||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-04-18T03:49:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:49:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:49:55.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:50:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:50:46.020Z||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-04-18T03:50:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:50:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:50:46.021Z||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-04-18T03:50:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:50:55.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:50:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:51:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:51:46.020Z||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-04-18T03:51:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:51:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:51:46.021Z||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-04-18T03:51:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:51:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:51:55.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:52:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:52:46.020Z||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-04-18T03:52:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:52:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:52:46.021Z||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-04-18T03:52:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:52:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:52:55.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:53:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:53:46.020Z||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-04-18T03:53:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:53:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:53:46.021Z||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-04-18T03:53:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:53:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:53:55.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:54:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:54:46.020Z||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-04-18T03:54:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:54:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:54:46.021Z||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-04-18T03:54:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:54:55.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:54:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:55:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:55:46.019Z||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-04-18T03:55:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:55:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:55:46.021Z||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-04-18T03:55:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:55:55.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:55:55.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:56:46.019Z||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-04-18T03:56:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:56:46.021Z||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-04-18T03:56:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:46.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:46.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f5dae4d-67fe-4894-92d5-ba4be5198b1e","serviceName":"basic_onboard_oaIhNe","serviceVersion":"1.0","serviceUUID":"52fdae4c-3d22-4787-a003-ab407c68221f","serviceDescription":"service","serviceInvariantUUID":"1ff66e3d-fdd0-45bf-804d-038fcc343097","resources":[{"resourceInstanceName":"basic_onboard_oaIhNe 0","resourceName":"basic_onboard_oaIhNe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dda7253e-831f-4ac9-bb1e-823b63cf0f53","resourceInvariantUUID":"03557aec-08d4-4b93-9e48-0fc6a11739bd","resourceCustomizationUUID":"20aaff88-8637-4b54-84d3-ff9dc0042354","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml","artifactChecksum":"NTdhZGFjOThmYTUyYzk5NzgxNWI5YjkyMjZlODdiYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73c29280-1370-4f36-b310-a3ddb1f29f5f","artifactVersion":"1"},{"artifactName":"basic_onboard_oaihne0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json","artifactChecksum":"NDFmYjFiZDBmYjM1MzI0NWEzYTM1YTRkMjYwNWQ5Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de2f5874-acb2-4f24-95b3-930186c32edb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c8fb226-4ce5-47ca-b184-b07b805ae7f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8169b9ed-c6f7-41ee-b0c8-152c6e0339cb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c55f7e64-2d21-4d05-8383-1bf4f9c2236c","artifactVersion":"2","generatedFromUUID":"7c8fb226-4ce5-47ca-b184-b07b805ae7f5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOaihne-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml","artifactChecksum":"YTc5ZGUyMzRiY2UyYjE0YTQ3NTkwZjM0ZDA2NTlkYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"715efe4b-c8c5-4920-af78-11b4b573b7f3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOaihne-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar","artifactChecksum":"NGUyZGYwYjEyNDMzZWQ5NWE0NWZhODdjOTY5YTZiMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b53fdb16-22cd-430a-ac8f-2212b4a3e7e9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T03:56:46.644Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254200773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:46.652Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:46.659Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:46.659Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254199842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254200773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254199842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254200773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254199842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:56:46.759Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-18T03:56:46.762Z||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-04-18T03:56:46.762Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:46.773Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:46.774Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:47.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:47.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:47.667Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:47.667Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T03:56:47.767Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:47.768Z||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-04-18T03:56:47.768Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:47.778Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:47.780Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:48.667Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:48.668Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:48.669Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:48.669Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-18T03:56:48.770Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:48.770Z||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-04-18T03:56:48.770Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:48.779Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:48.779Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:49.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:49.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:49.672Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:49.672Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:49.772Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:49.773Z||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-04-18T03:56:49.773Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:49.786Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:49.786Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:50.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:50.673Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:50.674Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:50.674Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-18T03:56:50.775Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:50.775Z||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-04-18T03:56:50.775Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:50.786Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:50.787Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:51.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:51.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:51.677Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:51.677Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:56:51.777Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:51.778Z||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-04-18T03:56:51.778Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:51.789Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:51.790Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:52.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:52.678Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:52.679Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:52.679Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:56:52.780Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:52.780Z||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-04-18T03:56:52.781Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:52.790Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:52.791Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:53.681Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "serviceName": "basic_onboard_oaIhNe",
  "serviceVersion": "1.0",
  "serviceUUID": "52fdae4c-3d22-4787-a003-ab407c68221f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1ff66e3d-fdd0-45bf-804d-038fcc343097",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_oaIhNe 0",
      "resourceCustomizationUUID": "20aaff88-8637-4b54-84d3-ff9dc0042354",
      "resourceName": "basic_onboard_oaIhNe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dda7253e-831f-4ac9-bb1e-823b63cf0f53",
      "resourceInvariantUUID": "03557aec-08d4-4b93-9e48-0fc6a11739bd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oaihne0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
          "artifactChecksum": "NDFmYjFiZDBmYjM1MzI0NWEzYTM1YTRkMjYwNWQ5Njg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de2f5874-acb2-4f24-95b3-930186c32edb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7c8fb226-4ce5-47ca-b184-b07b805ae7f5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c55f7e64-2d21-4d05-8383-1bf4f9c2236c",
            "generatedFromUUID": "7c8fb226-4ce5-47ca-b184-b07b805ae7f5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c55f7e64-2d21-4d05-8383-1bf4f9c2236c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOaihne-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
      "artifactChecksum": "NGUyZGYwYjEyNDMzZWQ5NWE0NWZhODdjOTY5YTZiMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b53fdb16-22cd-430a-ac8f-2212b4a3e7e9"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T03:56:53.682Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T03:56:53.682Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52fdae4c-3d22-4787-a003-ab407c68221f ASDC
2022-04-18T03:56:53.772Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f5dae4d-67fe-4894-92d5-ba4be5198b1e
ServiceName:basic_onboard_oaIhNe
ServiceVersion:1.0
ServiceUUID:52fdae4c-3d22-4787-a003-ab407c68221f
ServiceInvariantUUID:1ff66e3d-fdd0-45bf-804d-038fcc343097
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOaihne-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
ArtifactUUID:b53fdb16-22cd-430a-ac8f-2212b4a3e7e9
ArtifactChecksum:NGUyZGYwYjEyNDMzZWQ5NWE0NWZhODdjOTY5YTZiMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oaIhNe 0
ResourceCustomizationUUID:20aaff88-8637-4b54-84d3-ff9dc0042354
ResourceInvariantUUID:03557aec-08d4-4b93-9e48-0fc6a11739bd
ResourceName:basic_onboard_oaIhNe
ResourceType:VF
ResourceUUID:dda7253e-831f-4ac9-bb1e-823b63cf0f53
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oaihne0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
ArtifactUUID:de2f5874-acb2-4f24-95b3-930186c32edb
ArtifactChecksum:NDFmYjFiZDBmYjM1MzI0NWEzYTM1YTRkMjYwNWQ5Njg=
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/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7c8fb226-4ce5-47ca-b184-b07b805ae7f5
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/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
ArtifactUUID:c55f7e64-2d21-4d05-8383-1bf4f9c2236c
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/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
ArtifactUUID:c55f7e64-2d21-4d05-8383-1bf4f9c2236c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-18T03:56:53.772Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52fdae4c-3d22-4787-a003-ab407c68221f 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-04-18T03:56:53.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T03:56:53.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T03:56:53.952Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T03:56:53.952Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b53fdb16-22cd-430a-ac8f-2212b4a3e7e9 from URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:53.952Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T03:56:53.953Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:54.385Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T03:56:54.398Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar b53fdb16-22cd-430a-ac8f-2212b4a3e7e9 71577
2022-04-18T03:56:54.399Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar ASDC sendASDCNotification
2022-04-18T03:56:54.400Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:54.400Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T03:56:54.401Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:54.403Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:54.403Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254214398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:56:54.503Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:54.504Z||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-04-18T03:56:54.504Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:54.516Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:54.516Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-18T03:56:55.404Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T03:56:55.404Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T03:56:55.405Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b53fdb16-22cd-430a-ac8f-2212b4a3e7e9, URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar to file: /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:55.405Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:55.460Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:55.460Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:56.111Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14900057856608490205/Definitions/service-BasicOnboardOaihne-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-04-18T03:56:57.618Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T03:56:57.621Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T03:56:57.621Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.623Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oaIhNe 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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.623Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.623Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T03:56:57.628Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.629Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.632Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.632Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T03:56:57.633Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.636Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is not matching search criteria
2022-04-18T03:56:57.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-18T03:56:57.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T03:56:57.662Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.662Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is not matching search criteria
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=68be2b06-7497-4964-b67d-afbcf03b9eb5
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.665Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:56:57.665Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.665Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_oaIhNe
Description:service
Model UUID:52fdae4c-3d22-4787-a003-ab407c68221f
Model Version:NULL
Model InvariantUuid:1ff66e3d-fdd0-45bf-804d-038fcc343097
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_oaIhNe
Model UUID:d64b78fe-262c-448e-8300-166dbaf14cba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:03557aec-08d4-4b93-9e48-0fc6a11739bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:20aaff88-8637-4b54-84d3-ff9dc0042354
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:12ffa0d6-2e68-406e-9466-dbe5dcd382a1
ModelName:BasicOnboardOaihne..base_ubuntu18..module-0
ModelUuid:14991a8c-e38e-4bbf-8afb-345724dbf2bb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:68be2b06-7497-4964-b67d-afbcf03b9eb5
ModelInvariantUuid:30187ddb-bb54-4dec-be3e-a38ced326307
ModelName:basic_onboard_oaIhNe-nodes.ubuntu18Cvfc
ModelUuid:22a97f67-d1a4-4304-954c-91ce1c2951d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:385e6ce8-3b1c-431a-83e4-d87e87f01048
ModelInvariantUuid:054ee280-519f-46e3-afea-70d73da4a9d8
ModelName:BasicOnboardOaihne.compute.nodes.heat.ubuntu18
ModelUuid:3781d11b-43c1-4256-8027-de59c6d66f0b
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-04-18T03:56:57.694Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dda7253e-831f-4ac9-bb1e-823b63cf0f53
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-04-18T03:56:57.777Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||basic_onboard_oaIhNe 0
2022-04-18T03:56:57.783Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dda7253e-831f-4ac9-bb1e-823b63cf0f53
2022-04-18T03:56:57.783Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de2f5874-acb2-4f24-95b3-930186c32edb from URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
2022-04-18T03:56:57.783Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T03:56:57.784Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
2022-04-18T03:56:58.282Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T03:56:58.282Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json de2f5874-acb2-4f24-95b3-930186c32edb 798
2022-04-18T03:56:58.283Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json ASDC sendASDCNotification
2022-04-18T03:56:58.283Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
2022-04-18T03:56:58.283Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T03:56:58.283Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:58.286Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:58.286Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254218283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:56:58.386Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:58.387Z||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-04-18T03:56:58.387Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:58.396Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:58.396Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:59.287Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOaihne..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "12ffa0d6-2e68-406e-9466-dbe5dcd382a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14991a8c-e38e-4bbf-8afb-345724dbf2bb",
    "vfModuleModelCustomizationUUID": "d0d6d938-7269-4c27-813e-49d503f88979",
    "isBase": true,
    "artifacts": [
      "7c8fb226-4ce5-47ca-b184-b07b805ae7f5",
      "c55f7e64-2d21-4d05-8383-1bf4f9c2236c"
    ],
    "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-04-18T03:56:59.299Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOaihne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14991a8c-e38e-4bbf-8afb-345724dbf2bb
VfModuleModelInvariantUUID:12ffa0d6-2e68-406e-9466-dbe5dcd382a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c8fb226-4ce5-47ca-b184-b07b805ae7f5
,
c55f7e64-2d21-4d05-8383-1bf4f9c2236c

}
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-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOaihne..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "12ffa0d6-2e68-406e-9466-dbe5dcd382a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14991a8c-e38e-4bbf-8afb-345724dbf2bb",
    "vfModuleModelCustomizationUUID": "d0d6d938-7269-4c27-813e-49d503f88979",
    "isBase": true,
    "artifacts": [
      "7c8fb226-4ce5-47ca-b184-b07b805ae7f5",
      "c55f7e64-2d21-4d05-8383-1bf4f9c2236c"
    ],
    "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-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOaihne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14991a8c-e38e-4bbf-8afb-345724dbf2bb
VfModuleModelInvariantUUID:12ffa0d6-2e68-406e-9466-dbe5dcd382a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c8fb226-4ce5-47ca-b184-b07b805ae7f5
,
c55f7e64-2d21-4d05-8383-1bf4f9c2236c

}
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-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7c8fb226-4ce5-47ca-b184-b07b805ae7f5 from URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
2022-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
2022-04-18T03:56:59.686Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T03:56:59.687Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml 7c8fb226-4ce5-47ca-b184-b07b805ae7f5 5033
2022-04-18T03:56:59.687Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-18T03:56:59.687Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
2022-04-18T03:56:59.687Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T03:56:59.688Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:59.689Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:59.689Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254219687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:56:59.789Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:59.790Z||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-04-18T03:56:59.790Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:59.799Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:56:59.800Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:00.690Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c55f7e64-2d21-4d05-8383-1bf4f9c2236c from URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
2022-04-18T03:57:00.691Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T03:57:00.691Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
2022-04-18T03:57:00.898Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T03:57:00.899Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env c55f7e64-2d21-4d05-8383-1bf4f9c2236c 909
2022-04-18T03:57:00.899Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-18T03:57:00.899Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
2022-04-18T03:57:00.899Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T03:57:00.900Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:00.902Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:00.902Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254220899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:57:01.002Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:57:01.003Z||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-04-18T03:57:01.003Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:01.012Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:57:01.012Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:01.903Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 52fdae4c-3d22-4787-a003-ab407c68221f
2022-04-18T03:57:01.904Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oaIhNe 0 dda7253e-831f-4ac9-bb1e-823b63cf0f53 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-04-18T03:57:01.940Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cb9bad0, org.onap.sdc.toscaparser.api.parameters.Input@2a141a5e, org.onap.sdc.toscaparser.api.parameters.Input@68667417, org.onap.sdc.toscaparser.api.parameters.Input@34c53c0e, org.onap.sdc.toscaparser.api.parameters.Input@352b7f7c]
2022-04-18T03:57:01.943Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.943Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.944Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-18T03:57:01.944Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 20aaff88-8637-4b54-84d3-ff9dc0042354
2022-04-18T03:57:01.944Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20aaff88-8637-4b54-84d3-ff9dc0042354 matches Tosca VF Customization UUID: 20aaff88-8637-4b54-84d3-ff9dc0042354
2022-04-18T03:57:01.944Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 20aaff88-8637-4b54-84d3-ff9dc0042354  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-04-18T03:57:01.949Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.949Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 20aaff88-8637-4b54-84d3-ff9dc0042354: {\"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-04-18T03:57:01.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@229f69f
2022-04-18T03:57:01.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T03:57:01.952Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d0d6d938-7269-4c27-813e-49d503f88979
2022-04-18T03:57:01.953Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d0d6d938-7269-4c27-813e-49d503f88979
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-04-18T03:57:01.957Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.957Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:57:01.957Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is not matching search criteria
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-18T03:57:01.959Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T03:57:01.959Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=68be2b06-7497-4964-b67d-afbcf03b9eb5
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-04-18T03:57:01.963Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=20aaff88-8637-4b54-84d3-ff9dc0042354
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-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 52fdae4c-3d22-4787-a003-ab407c68221f: basic_onboard_oaIhNe
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_oaIhNe 
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-04-18T03:57:02.112Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oaIhNe dda7253e-831f-4ac9-bb1e-823b63cf0f53 1 ASDC deployResourceStructure
2022-04-18T03:57:02.112Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json ASDC sendASDCNotification
2022-04-18T03:57:02.113Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
2022-04-18T03:57:02.113Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T03:57:02.113Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:02.114Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:02.114Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254222112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T03:57:02.215Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T03:57:02.215Z||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-04-18T03:57:02.215Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:02.225Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:57:02.225Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:03.116Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-18T03:57:03.116Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
2022-04-18T03:57:03.116Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T03:57:03.117Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:03.119Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:03.119Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254223116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T03:57:03.219Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:57:03.220Z||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-04-18T03:57:03.220Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:03.229Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:57:03.229Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:04.120Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-18T03:57:04.120Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
2022-04-18T03:57:04.121Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T03:57:04.121Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:04.122Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:04.123Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254224120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-18T03:57:04.223Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:57:04.223Z||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-04-18T03:57:04.224Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:04.233Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:57:04.233Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:05.123Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar ASDC sendASDCNotification
2022-04-18T03:57:05.124Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:57:05.124Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T03:57:05.124Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:05.126Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:05.126Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254225123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:57:05.226Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T03:57:05.227Z||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-04-18T03:57:05.227Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:05.236Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:57:05.236Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:06.128Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T03:57:06.155Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
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-04-18T03:57:06.157Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:57:06.157Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T03:57:06.157Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T03:57:36.158Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T03:57:36.168Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
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-04-18T03:57:36.171Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:57:36.171Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T03:57:36.171Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T03:57:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:57:46.021Z||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-04-18T03:57:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:46.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:57:46.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:57:46.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:57:46.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:06.171Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T03:58:06.181Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
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-04-18T03:58:06.183Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:58:06.183Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T03:58:06.183Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T03:58:36.183Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T03:58:36.195Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
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-04-18T03:58:36.196Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:58:36.197Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T03:58:36.197Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T03:58:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:58:46.022Z||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-04-18T03:58:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:58:46.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:58:46.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254200773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254199842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254200773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254199842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254207914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254200773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254199842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254207914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254200773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254199842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254207914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254207914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254211295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254211994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254212068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254212098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254207914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254206019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254211295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254212999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254213387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254207914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254211295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "policy-id",
  "timestamp": 1650254214003,
  "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-04-18T03:58:46.063Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.063Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e 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-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254214398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254207914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254214866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254211295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254211295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254215981,
  "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-04-18T03:58:46.075Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.075Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e 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-04-18T03:58:46.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254216003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254211295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254216985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "cds",
  "timestamp": 1650254217017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-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-04-18T03:58:46.085Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.085Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e 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-04-18T03:58:46.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254211295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254218283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254219687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254220899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254221127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254222009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254222112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254221127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "aai-ml",
  "timestamp": 1650254223014,
  "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-04-18T03:58:46.098Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.098Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e 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-04-18T03:58:46.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254223116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254221127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254224120,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254221127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254225123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254221127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254221127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254221127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254228939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254229945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254231005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "clamp",
  "timestamp": 1650254232008,
  "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-04-18T03:58:46.111Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.112Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e 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-04-18T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254232452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254233457,
  "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-04-18T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e 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-04-18T03:58:46.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254260772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254259842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254256543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254258220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254256543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254260772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254259842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254258220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254256543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254260772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254259842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254258220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:06.197Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T03:59:06.209Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
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-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-04-18T03:59:06.218Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T03:59:36.218Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e 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-04-18T03:59:36.229Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and serviceModelVersionId: 52fdae4c-3d22-4787-a003-ab407c68221f
2022-04-18T03:59:36.230Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ff66e3d-fdd0-45bf-804d-038fcc343097
2022-04-18T03:59:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:59:46.022Z||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-04-18T03:59:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:46.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:46.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254256543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254260772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254259842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254258220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254256543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254260772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254259842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254258220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254267914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254256543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254260772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254259842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254258220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254267914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254256543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254260772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254259842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254258220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254267914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254271096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254271162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254271179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254267914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254271295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254272100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254272387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254267914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254271295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "policy-id",
  "timestamp": 1650254273103,
  "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-04-18T03:59:46.565Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.565Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 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-04-18T03:59:46.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254267914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254273863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254271295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254267914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:59:46.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254274883,
  "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-04-18T03:59:46.578Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.578Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 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-04-18T03:59:46.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254271295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254275886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254275899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254271295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "cds",
  "timestamp": 1650254276905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-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-04-18T03:59:46.589Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 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-04-18T03:59:46.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254271295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254271295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254279963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "aai-ml",
  "timestamp": 1650254280967,
  "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-04-18T03:59:46.601Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.601Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 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-04-18T03:59:46.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254281127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254281127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254281127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254283945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254281127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254281127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254285950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254281127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "clamp",
  "timestamp": 1650254286953,
  "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-04-18T03:59:46.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.624Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 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-04-18T03:59:46.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254281127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254288900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254292161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254293165,
  "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-04-18T03:59:46.636Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.636Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 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-04-18T03:59:47.803Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0
2022-04-18T03:59:47.900Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T03:59:48.519Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?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-04-18T03:59:48.523Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0|INFO|500||Invoke
2022-04-18T03:59:48.684Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T03:59:48.853Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0|INFO|500||InvokeReturn
2022-04-18T03:59:48.853Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-03:59:48:692-60831], vertex-id=[540840], Content-Length=[0], Date=[Mon, 18 Apr 2022 03:59:48 GMT], Content-Type=[application/json]}
2022-04-18T03:59:48.854Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-18T03:59:48.856Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T03:59:48.856Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-04-18T03:59:48.862Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-04-18T03:59:48.868Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T03:59:48.869Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T03:59:48.869Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:48.871Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:48.871Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254388868,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T03:59:48.971Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:48.972Z||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-04-18T03:59:48.972Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:48.982Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:48.983Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-04-18T03:59:49.883Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:59:49.884Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|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-04-18T03:59:49.884Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:54.643Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:54.645Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T03:59:54.645Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ef0d26e-4985-4336-8099-c4937f9e5209","serviceName":"vFW 2022-04-18 03-55-58","serviceVersion":"1.0","serviceUUID":"8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1","serviceDescription":"catalog service description","serviceInvariantUUID":"f89486b8-8349-4d91-a3ea-54642335cef7","resources":[{"resourceInstanceName":"vFW 82e56905-d659 0","resourceName":"vFW 82e56905-d659","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5","resourceInvariantUUID":"07f3d2e1-b38c-4ae5-b488-4037e17466c3","resourceCustomizationUUID":"0ff5f843-c667-4848-a391-39838e0e8292","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml","artifactChecksum":"YWRkODQ3YTA2NmZlYWEwYzZjY2E1MmQzYzI5ZTViYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76084e2e-f194-4b63-bc9a-2b9509701906","artifactVersion":"1"},{"artifactName":"vfw82e56905d6590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json","artifactChecksum":"Y2FlZmYzMTEyYWNjNzlmMmFkZWQ4ZDEyODgzMTRlY2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63e88418-a96f-4cc4-9c76-e943cc502c86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml","artifactChecksum":"Y2I1YWU0MjA4N2E2NGU5NzkwNjM5NDAyOWRjNDUxYzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8059f9c4-57bf-477c-adbc-da896268b1ee","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9","artifactVersion":"2","generatedFromUUID":"63e88418-a96f-4cc4-9c76-e943cc502c86"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418035558-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml","artifactChecksum":"YzJjZTgwMDVlYWJkOWMyYWRmYTk0NGQzODA4NWFkMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14ba906a-f3ad-48a8-aacc-4abcbd474f47","artifactVersion":"1"},{"artifactName":"service-Vfw20220418035558-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar","artifactChecksum":"OTQ4MzdiZDliZmNkY2QwMGEzM2I4YTEwZjJkMTE3ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44fb47b8-4e0e-460c-800d-c7f6e55a829f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T03:59:54.647Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:54.647Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:54.649Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:54.649Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:54.749Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:54.750Z||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-04-18T03:59:54.750Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:54.759Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:54.760Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:59:55.650Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:55.651Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:55.652Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:55.652Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T03:59:55.752Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:55.753Z||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-04-18T03:59:55.753Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:55.764Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:55.764Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-18T03:59:56.652Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:56.653Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:56.655Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:56.655Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-18T03:59:56.756Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T03:59:56.757Z||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-04-18T03:59:56.757Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:56.768Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:56.768Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:59:57.655Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:57.656Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:57.657Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:57.658Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:57.758Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:57.759Z||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-04-18T03:59:57.759Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:57.770Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:57.771Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:59:58.658Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:58.659Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:58.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:58.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-18T03:59:58.761Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:58.761Z||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-04-18T03:59:58.761Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:58.772Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:58.772Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:59:59.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:59.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:59.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:59.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T03:59:59.764Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T03:59:59.764Z||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-04-18T03:59:59.764Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:59.774Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T03:59:59.775Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:00:00.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:00:00.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:00.666Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:00.666Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:00:00.766Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:00.767Z||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-04-18T04:00:00.767Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:00.777Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:00.777Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:01.667Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "serviceName": "vFW 2022-04-18 03-55-58",
  "serviceVersion": "1.0",
  "serviceUUID": "8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f89486b8-8349-4d91-a3ea-54642335cef7",
  "resources": [
    {
      "resourceInstanceName": "vFW 82e56905-d659 0",
      "resourceCustomizationUUID": "0ff5f843-c667-4848-a391-39838e0e8292",
      "resourceName": "vFW 82e56905-d659",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5",
      "resourceInvariantUUID": "07f3d2e1-b38c-4ae5-b488-4037e17466c3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw82e56905d6590_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
          "artifactChecksum": "Y2FlZmYzMTEyYWNjNzlmMmFkZWQ4ZDEyODgzMTRlY2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "63e88418-a96f-4cc4-9c76-e943cc502c86",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9",
            "generatedFromUUID": "63e88418-a96f-4cc4-9c76-e943cc502c86"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220418035558-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
      "artifactChecksum": "OTQ4MzdiZDliZmNkY2QwMGEzM2I4YTEwZjJkMTE3ZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44fb47b8-4e0e-460c-800d-c7f6e55a829f"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T04:00:01.668Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:00:01.668Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1 ASDC
2022-04-18T04:00:01.668Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4ef0d26e-4985-4336-8099-c4937f9e5209
ServiceName:vFW 2022-04-18 03-55-58
ServiceVersion:1.0
ServiceUUID:8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1
ServiceInvariantUUID:f89486b8-8349-4d91-a3ea-54642335cef7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220418035558-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
ArtifactUUID:44fb47b8-4e0e-460c-800d-c7f6e55a829f
ArtifactChecksum:OTQ4MzdiZDliZmNkY2QwMGEzM2I4YTEwZjJkMTE3ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 82e56905-d659 0
ResourceCustomizationUUID:0ff5f843-c667-4848-a391-39838e0e8292
ResourceInvariantUUID:07f3d2e1-b38c-4ae5-b488-4037e17466c3
ResourceName:vFW 82e56905-d659
ResourceType:VF
ResourceUUID:ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw82e56905d6590_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
ArtifactUUID:67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf
ArtifactChecksum:Y2FlZmYzMTEyYWNjNzlmMmFkZWQ4ZDEyODgzMTRlY2U=
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/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
ArtifactUUID:63e88418-a96f-4cc4-9c76-e943cc502c86
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/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
ArtifactUUID:d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9
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/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
ArtifactUUID:d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-18T04:00:01.668Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1 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-04-18T04:00:01.700Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:00:01.700Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:00:01.701Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:00:01.701Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 44fb47b8-4e0e-460c-800d-c7f6e55a829f from URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:01.701Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:00:01.701Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:01.774Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar 44fb47b8-4e0e-460c-800d-c7f6e55a829f 98985
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar ASDC sendASDCNotification
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:01.782Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:01.782Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254401780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:00:01.882Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:01.883Z||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-04-18T04:00:01.883Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:01.893Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:01.894Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:02.782Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:00:02.783Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:00:02.783Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 44fb47b8-4e0e-460c-800d-c7f6e55a829f, URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar to file: /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:02.784Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418035558-csar.csar
2022-04-18T04:00:02.784Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:02.784Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:03.313Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16926996507136692278/Definitions/service-Vfw20220418035558-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-04-18T04:00:05.201Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:00:05.201Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82e56905-d659 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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=42bb0465-8bb6-47af-ae35-f71a132a87ed
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21aae469-4d79-4e2c-9116-370b44678bc8
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25d341d5-3258-40e3-bb47-ba86437b0d6d
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.211Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-18 03-55-58
Description:catalog service description
Model UUID:8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1
Model Version:NULL
Model InvariantUuid:f89486b8-8349-4d91-a3ea-54642335cef7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 82e56905-d659
Model UUID:f4c6d1bb-17c6-49ab-8c5c-b1ceb519889f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07f3d2e1-b38c-4ae5-b488-4037e17466c3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0ff5f843-c667-4848-a391-39838e0e8292
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0
ModelName:Vfw82e56905D659..base_vfw..module-0
ModelUuid:4da5f456-efc1-4395-927e-df2d66cdd52c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:42bb0465-8bb6-47af-ae35-f71a132a87ed
ModelInvariantUuid:342e819d-ce02-4773-a6c2-f8139287fe43
ModelName:vFW 82e56905-d659-nodes.vfwCvfc
ModelUuid:d4f08c7a-6ae4-4f84-a5de-38921e0ea556
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c86fda1b-8ed4-4075-9c2c-7982c415bb6e
ModelInvariantUuid:c5d344c7-3c6d-4dfb-bf84-9546637e2e99
ModelName:Vfw82e56905D659.compute.nodes.heat.vfw
ModelUuid:d1455a2f-57da-49de-8826-83f9a2f88ae3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21aae469-4d79-4e2c-9116-370b44678bc8
ModelInvariantUuid:6f28e40d-5612-4e25-89fe-d4d2b9e12b53
ModelName:vFW 82e56905-d659-nodes.vsnCvfc
ModelUuid:57c495a2-6472-4b3c-a1f2-97948107f26a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a59607f2-5e64-47b9-a31f-d91813eed6c5
ModelInvariantUuid:5dc45e4f-2564-4f3f-a33c-546fb0c6dbf6
ModelName:Vfw82e56905D659.compute.nodes.heat.vsn
ModelUuid:3b7ef5dd-478f-4b49-baf8-76f7e80bdf66
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:25d341d5-3258-40e3-bb47-ba86437b0d6d
ModelInvariantUuid:03216f22-48cf-414e-9fb9-59b4cf2b7ae5
ModelName:vFW 82e56905-d659-nodes.vpgCvfc
ModelUuid:554204c4-143d-4e05-b058-7746be9a4fb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5d3b2378-d342-47a9-a1d6-f9e1c312a1b4
ModelInvariantUuid:9c640375-0a89-4f79-9212-65b6123a07f1
ModelName:Vfw82e56905D659.compute.nodes.heat.vpg
ModelUuid:a6fb7e87-7ccf-4dc8-97b2-103d8dfa2a2c
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-04-18T04:00:05.216Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5
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-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||vFW 82e56905-d659 0
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf from URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json 67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf 785
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json ASDC sendASDCNotification
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:05.273Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:05.273Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254405271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:00:05.373Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:05.374Z||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-04-18T04:00:05.374Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:05.383Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:05.384Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:06.273Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw82e56905D659..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4da5f456-efc1-4395-927e-df2d66cdd52c",
    "vfModuleModelCustomizationUUID": "3c716c01-36cd-4c29-a770-69880912b000",
    "isBase": true,
    "artifacts": [
      "63e88418-a96f-4cc4-9c76-e943cc502c86",
      "d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9"
    ],
    "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-04-18T04:00:06.277Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82e56905D659..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4da5f456-efc1-4395-927e-df2d66cdd52c
VfModuleModelInvariantUUID:ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
63e88418-a96f-4cc4-9c76-e943cc502c86
,
d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9

}
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-04-18T04:00:06.278Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw82e56905D659..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4da5f456-efc1-4395-927e-df2d66cdd52c",
    "vfModuleModelCustomizationUUID": "3c716c01-36cd-4c29-a770-69880912b000",
    "isBase": true,
    "artifacts": [
      "63e88418-a96f-4cc4-9c76-e943cc502c86",
      "d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9"
    ],
    "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-04-18T04:00:06.278Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82e56905D659..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4da5f456-efc1-4395-927e-df2d66cdd52c
VfModuleModelInvariantUUID:ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
63e88418-a96f-4cc4-9c76-e943cc502c86
,
d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9

}
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-04-18T04:00:06.278Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 63e88418-a96f-4cc4-9c76-e943cc502c86 from URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
2022-04-18T04:00:06.278Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:00:06.279Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
2022-04-18T04:00:06.333Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:00:06.333Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml 63e88418-a96f-4cc4-9c76-e943cc502c86 20368
2022-04-18T04:00:06.334Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T04:00:06.334Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
2022-04-18T04:00:06.334Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:00:06.334Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:06.335Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:06.335Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254406334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:00:06.435Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:06.436Z||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-04-18T04:00:06.436Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:06.445Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:06.445Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:07.336Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9 from URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
2022-04-18T04:00:07.336Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:00:07.337Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9 2098
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:07.389Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:07.389Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254407387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:00:07.489Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:07.489Z||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-04-18T04:00:07.490Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:07.500Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:07.500Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:08.389Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1
2022-04-18T04:00:08.390Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82e56905-d659 0 ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5 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-04-18T04:00:08.405Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53840c54, org.onap.sdc.toscaparser.api.parameters.Input@3aee7e34, org.onap.sdc.toscaparser.api.parameters.Input@620ac299, org.onap.sdc.toscaparser.api.parameters.Input@1c7746dc, org.onap.sdc.toscaparser.api.parameters.Input@6f620faa]
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0ff5f843-c667-4848-a391-39838e0e8292
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ff5f843-c667-4848-a391-39838e0e8292 matches Tosca VF Customization UUID: 0ff5f843-c667-4848-a391-39838e0e8292
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0ff5f843-c667-4848-a391-39838e0e8292  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-04-18T04:00:08.408Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.408Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0ff5f843-c667-4848-a391-39838e0e8292: {\"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-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f55e042
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c716c01-36cd-4c29-a770-69880912b000
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c716c01-36cd-4c29-a770-69880912b000
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-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.413Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:08.413Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.413Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=42bb0465-8bb6-47af-ae35-f71a132a87ed
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-04-18T04:00:08.414Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21aae469-4d79-4e2c-9116-370b44678bc8
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-04-18T04:00:08.418Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.418Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.418Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25d341d5-3258-40e3-bb47-ba86437b0d6d
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-04-18T04:00:08.423Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.423Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.423Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.423Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.424Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.424Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=0ff5f843-c667-4848-a391-39838e0e8292
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-04-18T04:00:08.425Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.425Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1: vFW 82e56905-d659
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-04-18 03-55-58 
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-04-18T04:00:08.584Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82e56905-d659 ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5 1 ASDC deployResourceStructure
2022-04-18T04:00:08.584Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json ASDC sendASDCNotification
2022-04-18T04:00:08.584Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
2022-04-18T04:00:08.584Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:00:08.585Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:08.587Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:08.587Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254408584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:00:08.687Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:08.688Z||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-04-18T04:00:08.688Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:08.697Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:08.697Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:09.587Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T04:00:09.588Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
2022-04-18T04:00:09.588Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:00:09.588Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:09.589Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:09.590Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254409587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:00:09.690Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:09.690Z||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-04-18T04:00:09.691Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:09.699Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:09.700Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:10.590Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T04:00:10.591Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
2022-04-18T04:00:10.591Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:00:10.591Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:10.593Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:10.593Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254410590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:00:10.693Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:10.693Z||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-04-18T04:00:10.693Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:10.702Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:10.703Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:11.593Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar ASDC sendASDCNotification
2022-04-18T04:00:11.594Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:11.594Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:00:11.594Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:11.596Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:11.596Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254411593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:00:11.696Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:11.697Z||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-04-18T04:00:11.697Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:11.706Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:11.706Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:12.597Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef0d26e-4985-4336-8099-c4937f9e5209
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:00:12.609Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef0d26e-4985-4336-8099-c4937f9e5209
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-04-18T04:00:12.612Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:00:12.612Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-04-18T04:00:12.619Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:00:42.619Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ef0d26e-4985-4336-8099-c4937f9e5209 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-04-18T04:00:42.625Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ef0d26e-4985-4336-8099-c4937f9e5209 and serviceModelVersionId: 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1
2022-04-18T04:00:42.626Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f89486b8-8349-4d91-a3ea-54642335cef7
2022-04-18T04:00:42.626Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0
2022-04-18T04:00:42.630Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:00:42.664Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?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-04-18T04:00:42.665Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0|INFO|500||Invoke
2022-04-18T04:00:42.687Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T04:00:42.989Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0|INFO|500||InvokeReturn
2022-04-18T04:00:42.989Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:00:42:701-99164], vertex-id=[249856], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:00:42 GMT], Content-Type=[application/json]}
2022-04-18T04:00:42.989Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:00:42.989Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:00:42.990Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-04-18T04:00:42.996Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-04-18T04:00:42.996Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ef0d26e-4985-4336-8099-c4937f9e5209 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:00:42.996Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:00:42.997Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:42.998Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:42.998Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254442996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:00:43.098Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:43.099Z||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-04-18T04:00:43.099Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:43.112Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:43.113Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-18T04:00:44.010Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:00:44.011Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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-04-18T04:00:44.011Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:00:46.022Z||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-04-18T04:00:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:46.640Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254388868,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254389883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254401780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254405271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254406334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254407387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254408584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254409587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254410590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254411593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254442996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:53.541Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:00:53.542Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:00:53.542Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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-04-18T04:00:53.543Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:01:03.068Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:01:03.069Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:01:03.069Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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-04-18T04:01:03.069Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:01:12.598Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:01:46.019Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:01:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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-04-18T04:01:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:01:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:01:46.021Z||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-04-18T04:01:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:01:55.553Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:01:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:02:46.019Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:02:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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-04-18T04:02:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:02:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:02:46.021Z||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-04-18T04:02:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:02:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:02:55.553Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:03:46.019Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:03:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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-04-18T04:03:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:03:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:03:46.021Z||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-04-18T04:03:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:03:55.552Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:03:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:04:46.019Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:04:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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-04-18T04:04:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:04:46.021Z||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-04-18T04:04:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:49.046Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:04:49.047Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T04:04:49.047Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e315a49-80c2-4562-86d2-9fa370671fa2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b9af6600-1abb-4da4-8126-d03ec2490688","serviceDescription":"service","serviceInvariantUUID":"19456f25-3a03-4b20-b541-9828deb645b8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c1ee18c4-cacc-4c5f-801e-5addd9a7d5b1","resourceInvariantUUID":"17f9a037-7568-4596-b333-e10e15e068c5","resourceCustomizationUUID":"50ed238f-33c9-43ab-bc96-658995da6832","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":"MmQ0MzQ5MmE0NjYxY2RiMDQzMmRjMjliYTZhZDU0MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aacd50e2-c070-4429-9026-276585f0e699","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mjg1ODY2NmJiNWRiOTgyMTgwNTM0MDA0ZTE4MjgxN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8143b00d-f23b-43e9-b89d-9c402d1f0bcb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:04:49.049Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:04:49.049Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:04:49.052Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:04:49.052Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254686019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:04:49.152Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:04:49.153Z||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-04-18T04:04:49.153Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:49.162Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:04:49.162Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:04:49.260Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:04:49.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:04:49.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254680772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:04:49.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:04:50.052Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:04:50.053Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:04:50.054Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:04:50.054Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254686019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:04:50.155Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:04:50.155Z||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-04-18T04:04:50.155Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:50.164Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:04:50.164Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:04:51.055Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b9af6600-1abb-4da4-8126-d03ec2490688",
  "serviceDescription": "service",
  "serviceInvariantUUID": "19456f25-3a03-4b20-b541-9828deb645b8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "50ed238f-33c9-43ab-bc96-658995da6832",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c1ee18c4-cacc-4c5f-801e-5addd9a7d5b1",
      "resourceInvariantUUID": "17f9a037-7568-4596-b333-e10e15e068c5",
      "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": "Mjg1ODY2NmJiNWRiOTgyMTgwNTM0MDA0ZTE4MjgxN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8143b00d-f23b-43e9-b89d-9c402d1f0bcb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T04:04:51.055Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:04:51.056Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b9af6600-1abb-4da4-8126-d03ec2490688 ASDC
2022-04-18T04:04:51.056Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3e315a49-80c2-4562-86d2-9fa370671fa2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b9af6600-1abb-4da4-8126-d03ec2490688
ServiceInvariantUUID:19456f25-3a03-4b20-b541-9828deb645b8
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:8143b00d-f23b-43e9-b89d-9c402d1f0bcb
ArtifactChecksum:Mjg1ODY2NmJiNWRiOTgyMTgwNTM0MDA0ZTE4MjgxN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:50ed238f-33c9-43ab-bc96-658995da6832
ResourceInvariantUUID:17f9a037-7568-4596-b333-e10e15e068c5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c1ee18c4-cacc-4c5f-801e-5addd9a7d5b1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-18T04:04:51.056Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9af6600-1abb-4da4-8126-d03ec2490688 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-04-18T04:04:51.088Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8143b00d-f23b-43e9-b89d-9c402d1f0bcb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-18T04:04:52.265Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8143b00d-f23b-43e9-b89d-9c402d1f0bcb 52506
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:04:52.269Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:04:52.269Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254692267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:04:52.369Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:04:52.370Z||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-04-18T04:04:52.370Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:52.379Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:04:52.379Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:04:53.269Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:04:53.270Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:04:53.270Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8143b00d-f23b-43e9-b89d-9c402d1f0bcb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.271Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-18T04:04:53.271Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.271Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.344Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16118436102311892028/Definitions/service-BasicNetwork-template.yml
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.677Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.677Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b9af6600-1abb-4da4-8126-d03ec2490688
Model Version:NULL
Model InvariantUuid:19456f25-3a03-4b20-b541-9828deb645b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:17f9a037-7568-4596-b333-e10e15e068c5
Model UUID:a4a35d66-f043-4c1d-a61c-cc24eb6ab966
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:50ed238f-33c9-43ab-bc96-658995da6832
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-04-18T04:04:53.683Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c1ee18c4-cacc-4c5f-801e-5addd9a7d5b1
2022-04-18T04:04:53.683Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||No resources found for Service: b9af6600-1abb-4da4-8126-d03ec2490688
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-04-18T04:04:53.686Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||
2022-04-18T04:04:53.686Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-18T04:04:53.687Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b9af6600-1abb-4da4-8126-d03ec2490688
2022-04-18T04:04:53.687Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b9af6600-1abb-4da4-8126-d03ec2490688
2022-04-18T04:04:53.687Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-18T04:04:53.687Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.691Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68fc4eae, org.onap.sdc.toscaparser.api.parameters.Input@4d2170ba, org.onap.sdc.toscaparser.api.parameters.Input@1e8f9537, org.onap.sdc.toscaparser.api.parameters.Input@4a7c95fd, org.onap.sdc.toscaparser.api.parameters.Input@407f2b22]
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b9af6600-1abb-4da4-8126-d03ec2490688: Generic NeutronNet
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.693Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.693Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.711Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.711Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:04:53.776Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:04:53.776Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254693775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:04:53.877Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:04:53.877Z||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-04-18T04:04:53.878Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:53.887Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:04:53.888Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:04:54.777Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:04:54.788Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
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-04-18T04:04:54.790Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:04:54.790Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:04:54.790Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:05:24.790Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:05:24.799Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
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-04-18T04:05:24.801Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:05:24.801Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:05:24.801Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:05:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:05:46.021Z||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-04-18T04:05:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:05:46.037Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:05:46.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:05:46.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "aai-ml",
  "timestamp": 1650254679842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:05:46.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:05:54.801Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:05:54.813Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
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-04-18T04:05:54.814Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:05:54.815Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:05:54.815Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:06:24.815Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:06:24.823Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
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-04-18T04:06:24.824Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:06:24.824Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:06:24.824Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:06:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:06:46.021Z||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-04-18T04:06:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:06:46.037Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:06:46.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:06:46.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "cds",
  "timestamp": 1650254687914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:06:46.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:06:46.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:06:46.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254686019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:06:46.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:06:54.825Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:06:54.833Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
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-04-18T04:06:54.837Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:06:54.837Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:06:54.837Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:07:24.837Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:07:26.585Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
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-04-18T04:07:26.587Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:07:26.588Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:07:26.588Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:07:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:07:46.021Z||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-04-18T04:07:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:07:46.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:07:46.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254680772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:07:46.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "aai-ml",
  "timestamp": 1650254679842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "cds",
  "timestamp": 1650254687914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254686019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "clamp",
  "timestamp": 1650254691295,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254692267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "aai-ml",
  "timestamp": 1650254692313,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "cds",
  "timestamp": 1650254692389,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "clamp",
  "timestamp": 1650254691295,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "cds",
  "timestamp": 1650254693394,
  "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=?
2022-04-18T04:07:46.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 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-04-18T04:07:46.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254693775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "aai-ml",
  "timestamp": 1650254696168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254696543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "aai-ml",
  "timestamp": 1650254697172,
  "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-04-18T04:07:46.067Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.067Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 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-04-18T04:07:46.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254696543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "policy-id",
  "timestamp": 1650254698220,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "clamp",
  "timestamp": 1650254699012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "policy-id",
  "timestamp": 1650254698220,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "policy-id",
  "timestamp": 1650254700910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254701127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "policy-id",
  "timestamp": 1650254701913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "clamp",
  "timestamp": 1650254702016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254701127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "policy-id",
  "timestamp": 1650254702915,
  "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-04-18T04:07:46.080Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.080Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 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-04-18T04:07:46.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "clamp",
  "timestamp": 1650254703019,
  "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-04-18T04:07:46.091Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.091Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 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-04-18T04:07:46.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254703830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254705271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254706276,
  "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-04-18T04:07:46.103Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.103Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 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-04-18T04:07:56.588Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:07:56.599Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
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-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:07:56.608Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:08:26.608Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2 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-04-18T04:08:26.613Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e315a49-80c2-4562-86d2-9fa370671fa2 and serviceModelVersionId: b9af6600-1abb-4da4-8126-d03ec2490688
2022-04-18T04:08:26.613Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19456f25-3a03-4b20-b541-9828deb645b8
2022-04-18T04:08:26.615Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0
2022-04-18T04:08:26.620Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:08:26.657Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|INFO|500||Invoke
2022-04-18T04:08:26.657Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e315a49-80c2-4562-86d2-9fa370671fa2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43d921aa-c4f8-4b95-823a-e13d17c73d18], X-ECOMP-RequestID=[3e315a49-80c2-4562-86d2-9fa370671fa2], X-TransactionId=[], X-ONAP-RequestID=[3e315a49-80c2-4562-86d2-9fa370671fa2], Content-Type=[application/merge-patch+json]}
2022-04-18T04:08:26.682Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T04:08:27.184Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?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/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:08:26:689-91954], vertex-id=[258048], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:08:26 GMT], Content-Type=[application/json]}
2022-04-18T04:08:27.184Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:08:27.185Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|INFO|500||InvokeReturn
2022-04-18T04:08:27.185Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:08:27.185Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:08:27.189Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:08:27.189Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e315a49-80c2-4562-86d2-9fa370671fa2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:08:27.189Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:08:27.190Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:27.191Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:27.191Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254907189,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:08:27.291Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:27.292Z||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-04-18T04:08:27.292Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:27.304Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:27.304Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 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-04-18T04:08:28.203Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:08:28.203Z|3e315a49-80c2-4562-86d2-9fa370671fa2|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-04-18T04:08:28.203Z|3e315a49-80c2-4562-86d2-9fa370671fa2|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:32.845Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:32.846Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T04:08:32.846Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"25d6777b-075a-4b41-a823-1eb7ffbc6c0a","serviceName":"Demo_pNF_BFFjChzNpAXfq3oa2H9p","serviceVersion":"1.0","serviceUUID":"4f4f41ed-f195-484c-9131-f9805b517acb","serviceDescription":"catalog service description","serviceInvariantUUID":"288ec48a-66e4-4219-91c3-46298b527ffe","resources":[{"resourceInstanceName":"pNF de1c0c63-6521 0","resourceName":"pNF de1c0c63-6521","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ccba1b7f-1a9e-4008-9868-e1062f0d2213","resourceInvariantUUID":"19bdead4-bcd1-48fe-9f09-4543a69368b8","resourceCustomizationUUID":"2fcee2ee-b23d-4c71-83c7-b6e8e11c5024","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml","artifactChecksum":"NDFlZmQ4MDY1ZTcxMzlmZmU3NmI5NTI1MzNjN2QzMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22a69034-511d-49b1-aa4c-6f24a3b5da5e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f99283a3-610e-43c0-b332-020498939c21","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78976032-f114-4508-a26a-cdbafa7d617e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml","artifactChecksum":"OGNkNjU5OTY4YTM2NmQwNTc4ZDM4MTBlNDI1Mjg5Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b38b1e7-9dc6-4d51-9776-6ee1a597db10","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"564935bd-5c85-4daf-a94a-703be7be11bf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75958f25-2f4d-41f4-911f-39506d6e0b86","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml","artifactChecksum":"NmIyN2FlNzczMzQzMjhhZjQ4ODQyZWVmYWZhYWYyNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"509cba61-9102-48e5-be4b-0f3cd7d175a7","artifactVersion":"1"},{"artifactName":"service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar","artifactChecksum":"NjVjMjdiZTE0YWE5MTc4ZmY2NTdmOTNhN2U1ZGNkMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:08:32.849Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:32.849Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:32.851Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:32.851Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:32.951Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:32.952Z||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-04-18T04:08:32.952Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:32.963Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:32.963Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:33.851Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:33.852Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:33.853Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:33.854Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:33.954Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:33.954Z||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-04-18T04:08:33.955Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:33.964Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:33.964Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:34.854Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:34.855Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:34.857Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:34.857Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:34.957Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:34.958Z||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-04-18T04:08:34.958Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:34.968Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:34.968Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:35.858Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:35.858Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:35.860Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:35.860Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:35.960Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:35.961Z||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-04-18T04:08:35.961Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:35.970Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:35.970Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:36.860Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:36.861Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:36.863Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:36.863Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:36.963Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:36.964Z||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-04-18T04:08:36.964Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:36.974Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:36.974Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:37.863Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:37.864Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:37.866Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:37.866Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:37.966Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:37.967Z||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-04-18T04:08:37.967Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:37.976Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:37.976Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:38.866Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:38.867Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:38.869Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:38.869Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:38.969Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:38.970Z||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-04-18T04:08:38.970Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:38.979Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:38.979Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:39.869Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:39.870Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:39.872Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:39.872Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:08:39.972Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:39.973Z||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-04-18T04:08:39.973Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:39.983Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:39.983Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:40.873Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "serviceName": "Demo_pNF_BFFjChzNpAXfq3oa2H9p",
  "serviceVersion": "1.0",
  "serviceUUID": "4f4f41ed-f195-484c-9131-f9805b517acb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "288ec48a-66e4-4219-91c3-46298b527ffe",
  "resources": [
    {
      "resourceInstanceName": "pNF de1c0c63-6521 0",
      "resourceCustomizationUUID": "2fcee2ee-b23d-4c71-83c7-b6e8e11c5024",
      "resourceName": "pNF de1c0c63-6521",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ccba1b7f-1a9e-4008-9868-e1062f0d2213",
      "resourceInvariantUUID": "19bdead4-bcd1-48fe-9f09-4543a69368b8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
      "artifactChecksum": "NjVjMjdiZTE0YWE5MTc4ZmY2NTdmOTNhN2U1ZGNkMmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T04:08:40.874Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:08:40.874Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f4f41ed-f195-484c-9131-f9805b517acb ASDC
2022-04-18T04:08:40.874Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:25d6777b-075a-4b41-a823-1eb7ffbc6c0a
ServiceName:Demo_pNF_BFFjChzNpAXfq3oa2H9p
ServiceVersion:1.0
ServiceUUID:4f4f41ed-f195-484c-9131-f9805b517acb
ServiceInvariantUUID:288ec48a-66e4-4219-91c3-46298b527ffe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
ArtifactUUID:e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d
ArtifactChecksum:NjVjMjdiZTE0YWE5MTc4ZmY2NTdmOTNhN2U1ZGNkMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF de1c0c63-6521 0
ResourceCustomizationUUID:2fcee2ee-b23d-4c71-83c7-b6e8e11c5024
ResourceInvariantUUID:19bdead4-bcd1-48fe-9f09-4543a69368b8
ResourceName:pNF de1c0c63-6521
ResourceType:PNF
ResourceUUID:ccba1b7f-1a9e-4008-9868-e1062f0d2213
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-18T04:08:40.874Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f4f41ed-f195-484c-9131-f9805b517acb 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-04-18T04:08:40.894Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d from URL: /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:41.100Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:08:41.103Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d 82644
2022-04-18T04:08:41.104Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar ASDC sendASDCNotification
2022-04-18T04:08:41.104Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:41.104Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:08:41.104Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:41.105Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:41.105Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254921104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:08:41.206Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:41.206Z||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-04-18T04:08:41.206Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:41.216Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:41.216Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:42.106Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:08:42.107Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:08:42.107Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d, URL: /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar to file: /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.107Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.108Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.108Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.246Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8678591904042497458/Definitions/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml
2022-04-18T04:08:42.775Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:08:42.775Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:08:42.775Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.775Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF de1c0c63-6521 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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Node template pNF de1c0c63-6521 0 is matching search criteria
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF de1c0c63-6521 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Node template pNF de1c0c63-6521 0 is matching search criteria
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF de1c0c63-6521 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BFFjChzNpAXfq3oa2H9p
Description:catalog service description
Model UUID:4f4f41ed-f195-484c-9131-f9805b517acb
Model Version:NULL
Model InvariantUuid:288ec48a-66e4-4219-91c3-46298b527ffe
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-04-18T04:08:44.551Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: ccba1b7f-1a9e-4008-9868-e1062f0d2213
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-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||pNF de1c0c63-6521 0
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ccba1b7f-1a9e-4008-9868-e1062f0d2213
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4f4f41ed-f195-484c-9131-f9805b517acb
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4f4f41ed-f195-484c-9131-f9805b517acb
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF de1c0c63-6521 0 ccba1b7f-1a9e-4008-9868-e1062f0d2213 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-04-18T04:08:44.560Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38da0fca, org.onap.sdc.toscaparser.api.parameters.Input@421e9961, org.onap.sdc.toscaparser.api.parameters.Input@2454e8d, org.onap.sdc.toscaparser.api.parameters.Input@7ab7fc1f, org.onap.sdc.toscaparser.api.parameters.Input@127b08dc]
2022-04-18T04:08:44.560Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:44.560Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:44.560Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4f4f41ed-f195-484c-9131-f9805b517acb: pNF de1c0c63-6521
2022-04-18T04:08:44.561Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Processing PNF resource: ccba1b7f-1a9e-4008-9868-e1062f0d2213
2022-04-18T04:08:44.561Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:08:44.561Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:44.561Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Resource customization UUID: 2fcee2ee-b23d-4c71-83c7-b6e8e11c5024 is the same as notified resource customizationUUID: 2fcee2ee-b23d-4c71-83c7-b6e8e11c5024
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-04-18T04:08:44.610Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF de1c0c63-6521 ccba1b7f-1a9e-4008-9868-e1062f0d2213 0 ASDC deployResourceStructure
2022-04-18T04:08:44.610Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar ASDC sendASDCNotification
2022-04-18T04:08:44.610Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:44.610Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:08:44.610Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:44.612Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:44.612Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254924610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:08:44.712Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:44.713Z||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-04-18T04:08:44.713Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:44.722Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:44.723Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:08:45.612Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:08:45.622Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
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-04-18T04:08:45.624Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:08:45.624Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:08:45.624Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:08:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:08:46.021Z||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-04-18T04:08:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:46.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:08:46.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254751295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254747914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254751295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254747914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254751295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254747914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254751295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254747914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254751295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254747914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254751295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254747914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254756543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254751295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254747914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254756543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254758220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254751295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254747914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254756543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254758220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254760117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254756543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254758220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "cds",
  "timestamp": 1650254761122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-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-04-18T04:08:46.053Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
2022-04-18T04:08:46.053Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25d6777b-075a-4b41-a823-1eb7ffbc6c0a 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-04-18T04:08:46.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254756543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254760772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254761127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254758220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254756543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254760772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254761127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254758220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254763023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254756543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254760772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254761127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254758220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254756543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254760772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254761127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254758220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254765031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254765314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254760772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254761127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254758220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:08:46.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "clamp",
  "timestamp": 1650254766033,
  "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-04-18T04:08:46.071Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
2022-04-18T04:08:46.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25d6777b-075a-4b41-a823-1eb7ffbc6c0a 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-04-18T04:08:46.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254760772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254766530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254761127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254766941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254760772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650254767533,
  "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-04-18T04:08:46.085Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
2022-04-18T04:08:46.085Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25d6777b-075a-4b41-a823-1eb7ffbc6c0a 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-04-18T04:08:46.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254761127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254767945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650254760772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254761127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "policy-id",
  "timestamp": 1650254768949,
  "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-04-18T04:08:46.097Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
2022-04-18T04:08:46.097Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25d6777b-075a-4b41-a823-1eb7ffbc6c0a 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-04-18T04:08:46.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254769995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:08:46.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254769842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254769842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254771663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254769842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650254772667,
  "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-04-18T04:08:46.109Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
2022-04-18T04:08:46.109Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25d6777b-075a-4b41-a823-1eb7ffbc6c0a 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-04-18T04:08:46.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254769842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254769842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254769842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254769842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254769842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254778813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254784187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:08:46.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "aai-ml",
  "timestamp": 1650254785191,
  "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-04-18T04:08:46.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
2022-04-18T04:08:46.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25d6777b-075a-4b41-a823-1eb7ffbc6c0a 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-04-18T04:09:15.624Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:09:15.632Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25d6777b-075a-4b41-a823-1eb7ffbc6c0a
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-04-18T04:09:15.634Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:09:15.634Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:09:15.634Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:09:15.634Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:09:15.635Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:09:15.635Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:09:15.635Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:09:15.635Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:09:15.635Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:09:15.635Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:09:15.635Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:09:15.635Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-04-18T04:09:15.639Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:09:45.639Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25d6777b-075a-4b41-a823-1eb7ffbc6c0a 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-04-18T04:09:45.643Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25d6777b-075a-4b41-a823-1eb7ffbc6c0a and serviceModelVersionId: 4f4f41ed-f195-484c-9131-f9805b517acb
2022-04-18T04:09:45.643Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 288ec48a-66e4-4219-91c3-46298b527ffe
2022-04-18T04:09:45.644Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/288ec48a-66e4-4219-91c3-46298b527ffe/model-vers/model-ver/4f4f41ed-f195-484c-9131-f9805b517acb?depth=0
2022-04-18T04:09:45.647Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:09:45.676Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288ec48a-66e4-4219-91c3-46298b527ffe/model-vers/model-ver/4f4f41ed-f195-484c-9131-f9805b517acb?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-04-18T04:09:45.676Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288ec48a-66e4-4219-91c3-46298b527ffe/model-vers/model-ver/4f4f41ed-f195-484c-9131-f9805b517acb?depth=0|INFO|500||Invoke
2022-04-18T04:09:45.695Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288ec48a-66e4-4219-91c3-46298b527ffe/model-vers/model-ver/4f4f41ed-f195-484c-9131-f9805b517acb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T04:09:45.919Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288ec48a-66e4-4219-91c3-46298b527ffe/model-vers/model-ver/4f4f41ed-f195-484c-9131-f9805b517acb?depth=0|INFO|500||InvokeReturn
2022-04-18T04:09:45.920Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288ec48a-66e4-4219-91c3-46298b527ffe/model-vers/model-ver/4f4f41ed-f195-484c-9131-f9805b517acb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220418-04:09:45:701-75099], vertex-id=[184376], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:09:45 GMT], Content-Type=[application/json]}
2022-04-18T04:09:45.920Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:09:45.920Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:09:45.920Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-04-18T04:09:45.924Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-04-18T04:09:45.924Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25d6777b-075a-4b41-a823-1eb7ffbc6c0a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:09:45.924Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:09:45.925Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:09:45.926Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:09:45.926Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254985924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:09:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:09:46.021Z||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-04-18T04:09:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:09:46.026Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:09:46.027Z||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-04-18T04:09:46.027Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:09:46.036Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:09:46.036Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:09:46.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:09:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254907189,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:09:46.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:09:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254908203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254921104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254924610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:09:46.045Z||pool-2-thread-3|||||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-04-18T04:09:46.937Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:09:46.938Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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-04-18T04:09:46.938Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:09:56.469Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:09:56.470Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:09:56.470Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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-04-18T04:09:56.470Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:10:05.998Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:10:05.999Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:10:05.999Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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-04-18T04:10:05.999Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:10:15.526Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:10:15.526Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:10:15.526Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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-04-18T04:10:15.527Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:10:25.055Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:10:46.019Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:10:46.020Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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-04-18T04:10:46.020Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:10:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:10:46.021Z||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-04-18T04:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:10:46.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:10:46.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-18T04:10:46.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650254985924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:10:46.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:10:55.551Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:11:46.019Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:11:46.020Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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-04-18T04:11:46.020Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:11:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:11:46.021Z||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-04-18T04:11:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:11:55.551Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:11:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:12:46.019Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:12:46.019Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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-04-18T04:12:46.020Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:12:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:12:46.021Z||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-04-18T04:12:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:12:55.552Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:12:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:46.019Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:13:46.020Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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-04-18T04:13:46.020Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:13:46.021Z||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-04-18T04:13:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:46.143Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:46.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255182914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255189842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255180772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255181127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255182914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255180772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255189842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255181127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255180772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255182914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255189842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255181127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255182914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255180772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255189842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255181127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255180772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255182914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255189842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255181127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255180772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255182914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255189842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255181127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255180772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255182914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255189842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255181127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255197891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255197892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255197893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255197897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "cds",
  "timestamp": 1650255198896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:13:46.265Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90d602d5-20ff-442a-b13c-741ef2c2fc72
2022-04-18T04:13:46.265Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d602d5-20ff-442a-b13c-741ef2c2fc72 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-04-18T04:13:46.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255199096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255199879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255200788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255200882,
  "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-04-18T04:13:46.277Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90d602d5-20ff-442a-b13c-741ef2c2fc72
2022-04-18T04:13:46.277Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d602d5-20ff-442a-b13c-741ef2c2fc72 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-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255202072,
  "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-04-18T04:13:46.289Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90d602d5-20ff-442a-b13c-741ef2c2fc72
2022-04-18T04:13:46.289Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d602d5-20ff-442a-b13c-741ef2c2fc72 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-04-18T04:13:46.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255203075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255206465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255207483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255207469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "aai-ml",
  "timestamp": 1650255208488,
  "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-04-18T04:13:46.305Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90d602d5-20ff-442a-b13c-741ef2c2fc72
2022-04-18T04:13:46.305Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d602d5-20ff-442a-b13c-741ef2c2fc72 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-04-18T04:13:46.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "policy-id",
  "timestamp": 1650255208472,
  "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-04-18T04:13:46.316Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90d602d5-20ff-442a-b13c-741ef2c2fc72
2022-04-18T04:13:46.316Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d602d5-20ff-442a-b13c-741ef2c2fc72 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-04-18T04:13:46.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255209988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "cds",
  "timestamp": 1650255210991,
  "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-04-18T04:13:46.338Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0630efe6-928f-4b5c-bafe-2fd14e562971
2022-04-18T04:13:46.338Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0630efe6-928f-4b5c-bafe-2fd14e562971 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-04-18T04:13:46.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650255196543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255204078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255213660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255214712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255215816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255216871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255198220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255217910,
  "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-04-18T04:13:46.353Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0630efe6-928f-4b5c-bafe-2fd14e562971
2022-04-18T04:13:46.353Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0630efe6-928f-4b5c-bafe-2fd14e562971 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-04-18T04:13:46.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255218606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650255218913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255219611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255211127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255220095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "policy-id",
  "timestamp": 1650255220613,
  "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-04-18T04:13:46.365Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0630efe6-928f-4b5c-bafe-2fd14e562971
2022-04-18T04:13:46.365Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0630efe6-928f-4b5c-bafe-2fd14e562971 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-04-18T04:13:46.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255220992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255221112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "clamp",
  "timestamp": 1650255222114,
  "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-04-18T04:13:46.375Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90d602d5-20ff-442a-b13c-741ef2c2fc72
2022-04-18T04:13:46.375Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d602d5-20ff-442a-b13c-741ef2c2fc72 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-04-18T04:13:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255222873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:13:46.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:13:46.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650255223877,
  "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-04-18T04:13:46.387Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0630efe6-928f-4b5c-bafe-2fd14e562971
2022-04-18T04:13:46.387Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0630efe6-928f-4b5c-bafe-2fd14e562971 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-04-18T04:13:46.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:13:46.642Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:46.642Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T04:13:46.642Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"90d602d5-20ff-442a-b13c-741ef2c2fc72","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7357e53c-5ae0-4444-8000-75994509578f","serviceDescription":"service","serviceInvariantUUID":"3be93880-9092-4b8c-a96f-a6c12025078e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"003b4f66-438d-4988-8396-e14477ff8dd3","resourceInvariantUUID":"7511fc75-5cf1-4aee-bf96-0af3a297d266","resourceCustomizationUUID":"32486c46-a2b5-42e7-9976-e07029a2f88f","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":"NzUwN2I0YTlkNWE3ZTdhZTI3NjAwMDZiZWFmOTlhOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0432ef8a-e80b-49ef-8b13-cdb3a5813031","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":"ZGIzYzE5NTY4YzM5MDE2MjZjNzliMWVmNWNhMDkzMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20d373cd-1615-4147-ba5e-a1301b34ec58","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":"c058fe64-5b0f-40df-be6a-1fa4c19be0c4","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":"5ff80dd2-e9a3-418b-8c23-26eb7e654611","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":"ffa2ade8-a080-451c-85a1-a078c5bdbbf8","artifactVersion":"2","generatedFromUUID":"c058fe64-5b0f-40df-be6a-1fa4c19be0c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQxYzY2NjNmMWI5NzNkZTg2ZTJmNjYyNWFlOGM5ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"267bd81f-e3ee-4f41-bb62-295f6f053c8b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjVlOTFmZGFlOGI2YzFkNjJjYTE3ZWY5MWM3MTgxY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1d5303c-4656-4008-a50b-96b97dc55c50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:13:46.644Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:13:46.644Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:46.646Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:46.646Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:46.747Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:46.747Z||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-04-18T04:13:46.747Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:46.757Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:46.757Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:13:47.647Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:13:47.647Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:47.649Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:47.649Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:13:47.749Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:47.749Z||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-04-18T04:13:47.749Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:47.759Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:47.759Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:13:48.649Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:13:48.650Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:48.651Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:48.651Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:13:48.752Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:13:48.752Z||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-04-18T04:13:48.752Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:48.761Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:48.762Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:13:49.652Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:13:49.652Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:49.654Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:49.654Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:49.754Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:49.754Z||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-04-18T04:13:49.754Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:49.765Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:49.765Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:13:50.654Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:13:50.655Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:50.656Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:50.656Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-18T04:13:50.756Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:50.757Z||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-04-18T04:13:50.757Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:50.767Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:50.768Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:13:51.657Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:13:51.657Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:51.658Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:51.659Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:13:51.759Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:51.759Z||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-04-18T04:13:51.759Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:51.771Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:51.771Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:13:52.659Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:13:52.660Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:52.661Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:52.661Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:13:52.761Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:52.762Z||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-04-18T04:13:52.762Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:52.773Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:52.773Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:13:53.662Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7357e53c-5ae0-4444-8000-75994509578f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be93880-9092-4b8c-a96f-a6c12025078e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "32486c46-a2b5-42e7-9976-e07029a2f88f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "003b4f66-438d-4988-8396-e14477ff8dd3",
      "resourceInvariantUUID": "7511fc75-5cf1-4aee-bf96-0af3a297d266",
      "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": "ZGIzYzE5NTY4YzM5MDE2MjZjNzliMWVmNWNhMDkzMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "20d373cd-1615-4147-ba5e-a1301b34ec58",
          "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": "c058fe64-5b0f-40df-be6a-1fa4c19be0c4",
          "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": "ffa2ade8-a080-451c-85a1-a078c5bdbbf8",
            "generatedFromUUID": "c058fe64-5b0f-40df-be6a-1fa4c19be0c4"
          },
          "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": "ffa2ade8-a080-451c-85a1-a078c5bdbbf8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjVlOTFmZGFlOGI2YzFkNjJjYTE3ZWY5MWM3MTgxY2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1d5303c-4656-4008-a50b-96b97dc55c50"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T04:13:53.663Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:13:53.663Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7357e53c-5ae0-4444-8000-75994509578f ASDC
2022-04-18T04:13:53.663Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:90d602d5-20ff-442a-b13c-741ef2c2fc72
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7357e53c-5ae0-4444-8000-75994509578f
ServiceInvariantUUID:3be93880-9092-4b8c-a96f-a6c12025078e
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:e1d5303c-4656-4008-a50b-96b97dc55c50
ArtifactChecksum:MjVlOTFmZGFlOGI2YzFkNjJjYTE3ZWY5MWM3MTgxY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:32486c46-a2b5-42e7-9976-e07029a2f88f
ResourceInvariantUUID:7511fc75-5cf1-4aee-bf96-0af3a297d266
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:003b4f66-438d-4988-8396-e14477ff8dd3
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:20d373cd-1615-4147-ba5e-a1301b34ec58
ArtifactChecksum:ZGIzYzE5NTY4YzM5MDE2MjZjNzliMWVmNWNhMDkzMDA=
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:c058fe64-5b0f-40df-be6a-1fa4c19be0c4
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:ffa2ade8-a080-451c-85a1-a078c5bdbbf8
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:ffa2ade8-a080-451c-85a1-a078c5bdbbf8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-18T04:13:53.664Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7357e53c-5ae0-4444-8000-75994509578f 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-04-18T04:13:53.692Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:13:53.693Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:13:53.693Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:13:53.693Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e1d5303c-4656-4008-a50b-96b97dc55c50 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-18T04:13:53.693Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:13:53.693Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-18T04:13:54.092Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:13:54.094Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e1d5303c-4656-4008-a50b-96b97dc55c50 71066
2022-04-18T04:13:54.095Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-18T04:13:54.095Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-18T04:13:54.095Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:13:54.095Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:54.096Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:54.096Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255234095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:54.196Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:54.197Z||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-04-18T04:13:54.197Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:54.207Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:54.207Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:13:55.097Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:13:55.098Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:13:55.098Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e1d5303c-4656-4008-a50b-96b97dc55c50, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-18T04:13:55.098Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-18T04:13:55.098Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-18T04:13:55.098Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-18T04:13:55.413Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7226343597880324673/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-04-18T04:13:56.237Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:13:56.238Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:13:56.239Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.240Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:13:56.241Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.241Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:13:56.241Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:13:56.241Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.241Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:13:56.241Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:13:56.241Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.241Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=76974378-9b0a-4b1c-8f04-0e70f0352249
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:13:56.242Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.243Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:13:56.243Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:13:56.243Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:13:56.243Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7357e53c-5ae0-4444-8000-75994509578f
Model Version:NULL
Model InvariantUuid:3be93880-9092-4b8c-a96f-a6c12025078e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e0ad10bb-d9ca-40d8-8f20-db176543ae52
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7511fc75-5cf1-4aee-bf96-0af3a297d266
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:32486c46-a2b5-42e7-9976-e07029a2f88f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dd7ce5c6-054e-46cf-a028-611cb834e3ed
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:204ed319-08ad-45cb-b2e0-638dc75e256b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:76974378-9b0a-4b1c-8f04-0e70f0352249
ModelInvariantUuid:c7b3ae7b-0a34-4559-9ec0-cd34c1eea464
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f0881411-0e74-4b6b-8315-b2a2f1fbee47
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:20d2fcb8-1188-46cb-bf8d-fe846ef19f96
ModelInvariantUuid:f8197575-f8e4-41dc-b211-375282ce0a10
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:709ad91c-0fa6-4e1c-a6a2-e39aaf167199
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-04-18T04:13:56.250Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 003b4f66-438d-4988-8396-e14477ff8dd3
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-04-18T04:13:56.252Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-04-18T04:13:56.252Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 003b4f66-438d-4988-8396-e14477ff8dd3
2022-04-18T04:13:56.252Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 20d373cd-1615-4147-ba5e-a1301b34ec58 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-18T04:13:56.252Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:13:56.252Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.680Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:13:56.681Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 20d373cd-1615-4147-ba5e-a1301b34ec58 787
2022-04-18T04:13:56.681Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.681Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:56.681Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:13:56.681Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:56.683Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:56.683Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255236681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:56.783Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:56.783Z||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-04-18T04:13:56.784Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:56.794Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:56.794Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:13:57.683Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dd7ce5c6-054e-46cf-a028-611cb834e3ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "204ed319-08ad-45cb-b2e0-638dc75e256b",
    "vfModuleModelCustomizationUUID": "6a501341-7188-4885-8fe8-6b428dc38f51",
    "isBase": true,
    "artifacts": [
      "c058fe64-5b0f-40df-be6a-1fa4c19be0c4",
      "ffa2ade8-a080-451c-85a1-a078c5bdbbf8"
    ],
    "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-04-18T04:13:57.686Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:204ed319-08ad-45cb-b2e0-638dc75e256b
VfModuleModelInvariantUUID:dd7ce5c6-054e-46cf-a028-611cb834e3ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
c058fe64-5b0f-40df-be6a-1fa4c19be0c4
,
ffa2ade8-a080-451c-85a1-a078c5bdbbf8

}
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-04-18T04:13:57.687Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dd7ce5c6-054e-46cf-a028-611cb834e3ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "204ed319-08ad-45cb-b2e0-638dc75e256b",
    "vfModuleModelCustomizationUUID": "6a501341-7188-4885-8fe8-6b428dc38f51",
    "isBase": true,
    "artifacts": [
      "c058fe64-5b0f-40df-be6a-1fa4c19be0c4",
      "ffa2ade8-a080-451c-85a1-a078c5bdbbf8"
    ],
    "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-04-18T04:13:57.687Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:204ed319-08ad-45cb-b2e0-638dc75e256b
VfModuleModelInvariantUUID:dd7ce5c6-054e-46cf-a028-611cb834e3ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
c058fe64-5b0f-40df-be6a-1fa4c19be0c4
,
ffa2ade8-a080-451c-85a1-a078c5bdbbf8

}
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-04-18T04:13:57.687Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c058fe64-5b0f-40df-be6a-1fa4c19be0c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-18T04:13:57.687Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:13:57.687Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:57.981Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:13:57.981Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c058fe64-5b0f-40df-be6a-1fa4c19be0c4 5033
2022-04-18T04:13:57.981Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:57.981Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:57.981Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:13:57.981Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:57.983Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:57.983Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255237981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:58.083Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:58.084Z||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-04-18T04:13:58.084Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:58.095Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:58.095Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:13:58.983Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ffa2ade8-a080-451c-85a1-a078c5bdbbf8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-18T04:13:58.984Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:13:58.984Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:59.186Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:13:59.186Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ffa2ade8-a080-451c-85a1-a078c5bdbbf8 903
2022-04-18T04:13:59.187Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:59.187Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:13:59.187Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:13:59.187Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:13:59.188Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:13:59.188Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255239187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:13:59.289Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:13:59.289Z||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-04-18T04:13:59.289Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:13:59.301Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:13:59.301Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:00.189Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7357e53c-5ae0-4444-8000-75994509578f
2022-04-18T04:14:00.189Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 003b4f66-438d-4988-8396-e14477ff8dd3 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-04-18T04:14:00.201Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@167241f, org.onap.sdc.toscaparser.api.parameters.Input@2e3d24fc, org.onap.sdc.toscaparser.api.parameters.Input@4accc49a, org.onap.sdc.toscaparser.api.parameters.Input@28836385, org.onap.sdc.toscaparser.api.parameters.Input@107cfd56]
2022-04-18T04:14:00.202Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.202Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:00.203Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-18T04:14:00.203Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 32486c46-a2b5-42e7-9976-e07029a2f88f
2022-04-18T04:14:00.203Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32486c46-a2b5-42e7-9976-e07029a2f88f matches Tosca VF Customization UUID: 32486c46-a2b5-42e7-9976-e07029a2f88f
2022-04-18T04:14:00.203Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 32486c46-a2b5-42e7-9976-e07029a2f88f  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-04-18T04:14:00.205Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.205Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:00.205Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 32486c46-a2b5-42e7-9976-e07029a2f88f: {\"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-04-18T04:14:00.205Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48491cb9
2022-04-18T04:14:00.205Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.205Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:14:00.205Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a501341-7188-4885-8fe8-6b428dc38f51
2022-04-18T04:14:00.206Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a501341-7188-4885-8fe8-6b428dc38f51
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-04-18T04:14:00.207Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.207Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-18T04:14:00.208Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=76974378-9b0a-4b1c-8f04-0e70f0352249
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-04-18T04:14:00.210Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.210Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:14:00.210Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:00.210Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.211Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-18T04:14:00.211Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=32486c46-a2b5-42e7-9976-e07029a2f88f
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-04-18T04:14:00.212Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.212Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:00.212Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7357e53c-5ae0-4444-8000-75994509578f: basic_vm
2022-04-18T04:14:00.212Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.212Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:00.213Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:00.288Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 003b4f66-438d-4988-8396-e14477ff8dd3 1 ASDC deployResourceStructure
2022-04-18T04:14:00.288Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:00.289Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:00.289Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:14:00.289Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:00.290Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:00.290Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255240288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:14:00.391Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:14:00.391Z||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-04-18T04:14:00.391Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:00.401Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:00.401Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:01.291Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:01.291Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:01.291Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:14:01.292Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:01.293Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:01.293Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255241291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:14:01.393Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:01.394Z||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-04-18T04:14:01.394Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:01.404Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:01.404Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:14:02.294Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:02.294Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:02.294Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:14:02.295Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:02.296Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:02.296Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255242294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:14:02.396Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:02.397Z||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-04-18T04:14:02.397Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:02.407Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:02.408Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:03.296Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-18T04:14:03.297Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-18T04:14:03.297Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:14:03.297Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:03.299Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:03.299Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255243296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:14:03.399Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:03.399Z||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-04-18T04:14:03.400Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:03.409Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:03.409Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:04.299Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90d602d5-20ff-442a-b13c-741ef2c2fc72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:14:04.311Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90d602d5-20ff-442a-b13c-741ef2c2fc72
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-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:14:04.313Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:04.318Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:14:34.318Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90d602d5-20ff-442a-b13c-741ef2c2fc72 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-04-18T04:14:34.324Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90d602d5-20ff-442a-b13c-741ef2c2fc72 and serviceModelVersionId: 7357e53c-5ae0-4444-8000-75994509578f
2022-04-18T04:14:34.325Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be93880-9092-4b8c-a96f-a6c12025078e
2022-04-18T04:14:34.325Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?depth=0
2022-04-18T04:14:34.329Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:14:34.369Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?depth=0|INFO|500||Invoke
2022-04-18T04:14:34.369Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90d602d5-20ff-442a-b13c-741ef2c2fc72], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea76ceb0-06a7-484e-b351-cc612947f65a], X-ECOMP-RequestID=[90d602d5-20ff-442a-b13c-741ef2c2fc72], X-TransactionId=[], X-ONAP-RequestID=[90d602d5-20ff-442a-b13c-741ef2c2fc72], Content-Type=[application/merge-patch+json]}
2022-04-18T04:14:34.386Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T04:14:34.452Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?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/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220418-04:14:34:392-58220], vertex-id=[200848], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:14:34 GMT], Content-Type=[application/json]}
2022-04-18T04:14:34.452Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:14:34.452Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be93880-9092-4b8c-a96f-a6c12025078e/model-vers/model-ver/7357e53c-5ae0-4444-8000-75994509578f?depth=0|INFO|500||InvokeReturn
2022-04-18T04:14:34.453Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:14:34.453Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:34.457Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||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-04-18T04:14:34.457Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90d602d5-20ff-442a-b13c-741ef2c2fc72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:14:34.457Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:14:34.457Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:34.459Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:34.459Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255274457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:14:34.559Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:34.560Z||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-04-18T04:14:34.560Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:34.572Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:34.572Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 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-04-18T04:14:35.471Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T04:14:35.471Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0630efe6-928f-4b5c-bafe-2fd14e562971","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b6d46c06-344c-4b20-ae0f-2ba52c6685c9","serviceDescription":"service","serviceInvariantUUID":"1dd504f2-a0fe-4c81-a8ff-504b9544271d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4bdaad5-af91-4def-84c5-31cf890fecf4","resourceInvariantUUID":"2fc593dd-6a45-4369-b92d-5f53501ea2a0","resourceCustomizationUUID":"c03049d4-ef03-49c7-8cd0-1e99fb10249d","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":"YjNlOTAwN2YwZjE1OTBmMjZhMDgzMDk5NGQzYzY4NmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3eadd4d4-40c1-4268-b0ce-173b1488ad9d","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":"df0d1ae8-9080-451e-808d-eefb5af1de04","artifactVersion":"2","generatedFromUUID":"5cef7223-9650-4b83-9987-066b993e8dda"},{"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":"5cef7223-9650-4b83-9987-066b993e8dda","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":"NGEwYmZhMzE5OGMxNTViNmRkNTc5ZjExOGZiN2JkNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71a56b02-ad4c-44fe-b809-b19363f3de78","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":"fb54507c-4a52-457a-9548-b969d8f0c776","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":"465cfba5-e6bc-413c-87bf-f5d9c74621c0","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":"b70d9a6f-ab64-419e-81a5-69ac5895e19c","artifactVersion":"2","generatedFromUUID":"fb54507c-4a52-457a-9548-b969d8f0c776"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGE4M2VkNzk0M2Q5NmQzMGMyY2FjYzY2YjcyYmIwOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c353145e-8715-4195-b4e6-717863fdc093","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTZmNTdkNWE4Yzc3YmJkOTllYmU5OTk0ODMzN2MxYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c73fb842-c830-4bc4-b01d-9f6a590c0b6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:14:35.471Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:35.472Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:35.473Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:35.474Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:14:35.574Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:35.574Z||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-04-18T04:14:35.574Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:35.584Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:35.584Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:36.474Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:36.475Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:36.477Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:36.477Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-18T04:14:36.577Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:36.577Z||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-04-18T04:14:36.577Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:36.589Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:36.589Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:37.477Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:37.478Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:37.480Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:37.480Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-18T04:14:37.580Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:37.580Z||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-04-18T04:14:37.581Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:37.590Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:37.590Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:38.480Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:38.481Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:38.482Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:38.482Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:14:38.582Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:38.583Z||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-04-18T04:14:38.583Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:38.592Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:38.592Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:39.483Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:39.483Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:39.484Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:39.485Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:14:39.585Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:39.586Z||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-04-18T04:14:39.586Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:39.595Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:39.595Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:40.485Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:40.486Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:40.487Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:40.487Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:14:40.587Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:40.588Z||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-04-18T04:14:40.588Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:40.596Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:40.597Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:41.487Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:41.488Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:41.489Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:41.490Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-18T04:14:41.590Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:41.590Z||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-04-18T04:14:41.591Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:41.600Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:41.600Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:42.490Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:42.491Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:42.492Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:42.492Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:14:42.592Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:42.593Z||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-04-18T04:14:42.593Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:42.603Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:42.604Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:43.492Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:14:43.493Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:43.494Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:43.494Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:14:43.595Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:14:43.595Z||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-04-18T04:14:43.595Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:43.604Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:43.604Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:44.495Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b6d46c06-344c-4b20-ae0f-2ba52c6685c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1dd504f2-a0fe-4c81-a8ff-504b9544271d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c03049d4-ef03-49c7-8cd0-1e99fb10249d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4bdaad5-af91-4def-84c5-31cf890fecf4",
      "resourceInvariantUUID": "2fc593dd-6a45-4369-b92d-5f53501ea2a0",
      "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": "df0d1ae8-9080-451e-808d-eefb5af1de04",
          "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": "5cef7223-9650-4b83-9987-066b993e8dda",
          "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": "NGEwYmZhMzE5OGMxNTViNmRkNTc5ZjExOGZiN2JkNDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "71a56b02-ad4c-44fe-b809-b19363f3de78",
          "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": "fb54507c-4a52-457a-9548-b969d8f0c776",
          "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": "b70d9a6f-ab64-419e-81a5-69ac5895e19c",
            "generatedFromUUID": "fb54507c-4a52-457a-9548-b969d8f0c776"
          },
          "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": "b70d9a6f-ab64-419e-81a5-69ac5895e19c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTZmNTdkNWE4Yzc3YmJkOTllYmU5OTk0ODMzN2MxYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c73fb842-c830-4bc4-b01d-9f6a590c0b6c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T04:14:44.496Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:14:44.496Z|90d602d5-20ff-442a-b13c-741ef2c2fc72|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b6d46c06-344c-4b20-ae0f-2ba52c6685c9 ASDC
2022-04-18T04:14:44.496Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0630efe6-928f-4b5c-bafe-2fd14e562971
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b6d46c06-344c-4b20-ae0f-2ba52c6685c9
ServiceInvariantUUID:1dd504f2-a0fe-4c81-a8ff-504b9544271d
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:c73fb842-c830-4bc4-b01d-9f6a590c0b6c
ArtifactChecksum:OTZmNTdkNWE4Yzc3YmJkOTllYmU5OTk0ODMzN2MxYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c03049d4-ef03-49c7-8cd0-1e99fb10249d
ResourceInvariantUUID:2fc593dd-6a45-4369-b92d-5f53501ea2a0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d4bdaad5-af91-4def-84c5-31cf890fecf4
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:df0d1ae8-9080-451e-808d-eefb5af1de04
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:5cef7223-9650-4b83-9987-066b993e8dda
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:71a56b02-ad4c-44fe-b809-b19363f3de78
ArtifactChecksum:NGEwYmZhMzE5OGMxNTViNmRkNTc5ZjExOGZiN2JkNDk=
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:fb54507c-4a52-457a-9548-b969d8f0c776
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:b70d9a6f-ab64-419e-81a5-69ac5895e19c
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:b70d9a6f-ab64-419e-81a5-69ac5895e19c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-18T04:14:44.496Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6d46c06-344c-4b20-ae0f-2ba52c6685c9 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-04-18T04:14:44.526Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:14:44.526Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:14:44.526Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:14:44.526Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c73fb842-c830-4bc4-b01d-9f6a590c0b6c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-18T04:14:44.527Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:14:44.527Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-18T04:14:44.693Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:14:44.696Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c73fb842-c830-4bc4-b01d-9f6a590c0b6c 68960
2022-04-18T04:14:44.696Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-18T04:14:44.696Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-18T04:14:44.696Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:14:44.696Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:44.697Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:44.698Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255284696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:14:44.798Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:44.798Z||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-04-18T04:14:44.798Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:44.808Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:44.808Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:45.698Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:14:45.699Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:14:45.699Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c73fb842-c830-4bc4-b01d-9f6a590c0b6c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-18T04:14:45.699Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-18T04:14:45.699Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-18T04:14:45.699Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-18T04:14:45.796Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14350343626815669210/Definitions/service-BasicCnf-template.yml
2022-04-18T04:14:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:14:46.021Z||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-04-18T04:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:46.034Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:46.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:14:46.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:14:46.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:14:46.566Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:14:46.567Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-18T04:14:46.568Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:46.569Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c545f7cf-3be9-4aff-8fb3-9ffa73ee6b8a
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:46.570Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:46.571Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:46.571Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b6d46c06-344c-4b20-ae0f-2ba52c6685c9
Model Version:NULL
Model InvariantUuid:1dd504f2-a0fe-4c81-a8ff-504b9544271d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:abcdbd27-7b3c-4193-ab2f-baccbc0656c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2fc593dd-6a45-4369-b92d-5f53501ea2a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c03049d4-ef03-49c7-8cd0-1e99fb10249d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ae8d076e-5cbb-4489-96fc-7980e7e9f728
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7db46700-b58d-4203-9494-f4ce9517c8a4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c545f7cf-3be9-4aff-8fb3-9ffa73ee6b8a
ModelInvariantUuid:10211427-f964-4bd8-a428-277609ffcf40
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:63d8bb38-afb2-48c1-904a-7658d8edb96a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:12c003f5-0a65-492a-90d8-43b8987ddb4f
ModelInvariantUuid:ec94d2cb-0200-485a-9338-7d8befd56aff
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c9d7a7d9-be66-4341-bcdf-c902f96e6636
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-04-18T04:14:46.578Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d4bdaad5-af91-4def-84c5-31cf890fecf4
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-04-18T04:14:46.580Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-04-18T04:14:46.581Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4bdaad5-af91-4def-84c5-31cf890fecf4
2022-04-18T04:14:46.581Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df0d1ae8-9080-451e-808d-eefb5af1de04 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-18T04:14:46.581Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:14:46.581Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:46.796Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:14:46.796Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env df0d1ae8-9080-451e-808d-eefb5af1de04 12
2022-04-18T04:14:46.797Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:46.797Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:46.797Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:14:46.797Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:46.798Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:46.799Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255286797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:14:46.899Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:46.899Z||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-04-18T04:14:46.899Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:46.908Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:46.908Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:47.799Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5cef7223-9650-4b83-9987-066b993e8dda from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-18T04:14:47.800Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:14:47.800Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:47.991Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:14:47.991Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5cef7223-9650-4b83-9987-066b993e8dda 2688
2022-04-18T04:14:47.992Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:47.992Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:47.992Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:14:47.992Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:47.993Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:47.994Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255287992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:14:48.094Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:48.094Z||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-04-18T04:14:48.094Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:48.104Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:48.105Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:48.995Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 71a56b02-ad4c-44fe-b809-b19363f3de78 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-18T04:14:48.995Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:14:48.995Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:49.107Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:14:49.107Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 71a56b02-ad4c-44fe-b809-b19363f3de78 828
2022-04-18T04:14:49.108Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:49.108Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:49.108Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:14:49.108Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:49.110Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:49.110Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255289108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:14:49.210Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:49.210Z||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-04-18T04:14:49.210Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:49.220Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:49.220Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:50.110Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ae8d076e-5cbb-4489-96fc-7980e7e9f728",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7db46700-b58d-4203-9494-f4ce9517c8a4",
    "vfModuleModelCustomizationUUID": "9d86b863-e23f-40c9-92b9-d24bbabb9f01",
    "isBase": true,
    "artifacts": [
      "5cef7223-9650-4b83-9987-066b993e8dda",
      "fb54507c-4a52-457a-9548-b969d8f0c776",
      "b70d9a6f-ab64-419e-81a5-69ac5895e19c"
    ],
    "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-04-18T04:14:50.113Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7db46700-b58d-4203-9494-f4ce9517c8a4
VfModuleModelInvariantUUID:ae8d076e-5cbb-4489-96fc-7980e7e9f728
VfModuleModelDescription:NULL
Artifacts UUID List:{
5cef7223-9650-4b83-9987-066b993e8dda
,
fb54507c-4a52-457a-9548-b969d8f0c776
,
b70d9a6f-ab64-419e-81a5-69ac5895e19c

}
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-04-18T04:14:50.115Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ae8d076e-5cbb-4489-96fc-7980e7e9f728",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7db46700-b58d-4203-9494-f4ce9517c8a4",
    "vfModuleModelCustomizationUUID": "9d86b863-e23f-40c9-92b9-d24bbabb9f01",
    "isBase": true,
    "artifacts": [
      "5cef7223-9650-4b83-9987-066b993e8dda",
      "fb54507c-4a52-457a-9548-b969d8f0c776",
      "b70d9a6f-ab64-419e-81a5-69ac5895e19c"
    ],
    "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-04-18T04:14:50.115Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7db46700-b58d-4203-9494-f4ce9517c8a4
VfModuleModelInvariantUUID:ae8d076e-5cbb-4489-96fc-7980e7e9f728
VfModuleModelDescription:NULL
Artifacts UUID List:{
5cef7223-9650-4b83-9987-066b993e8dda
,
fb54507c-4a52-457a-9548-b969d8f0c776
,
b70d9a6f-ab64-419e-81a5-69ac5895e19c

}
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-04-18T04:14:50.115Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fb54507c-4a52-457a-9548-b969d8f0c776 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-18T04:14:50.115Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:14:50.115Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:50.683Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:14:50.683Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fb54507c-4a52-457a-9548-b969d8f0c776 1164
2022-04-18T04:14:50.683Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:50.684Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:50.684Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:14:50.684Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:50.685Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:50.685Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255290683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:14:50.785Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:50.786Z||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-04-18T04:14:50.786Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:50.796Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:50.796Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:51.686Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b70d9a6f-ab64-419e-81a5-69ac5895e19c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-18T04:14:51.686Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:14:51.686Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:51.969Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:14:51.969Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b70d9a6f-ab64-419e-81a5-69ac5895e19c 200
2022-04-18T04:14:51.969Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:51.969Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:51.969Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:14:51.969Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:51.972Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:51.972Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255291969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:14:52.071Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:14:52.072Z||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-04-18T04:14:52.072Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:52.081Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:52.081Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:52.973Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b6d46c06-344c-4b20-ae0f-2ba52c6685c9
2022-04-18T04:14:52.973Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d4bdaad5-af91-4def-84c5-31cf890fecf4 ASDC
2022-04-18T04:14:52.980Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T04:14:52.990Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@905b906, org.onap.sdc.toscaparser.api.parameters.Input@36e90b65, org.onap.sdc.toscaparser.api.parameters.Input@2ec785cf, org.onap.sdc.toscaparser.api.parameters.Input@3ab960c9, org.onap.sdc.toscaparser.api.parameters.Input@1ed02311]
2022-04-18T04:14:52.991Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:52.991Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:52.991Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-18T04:14:52.991Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c03049d4-ef03-49c7-8cd0-1e99fb10249d
2022-04-18T04:14:52.991Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c03049d4-ef03-49c7-8cd0-1e99fb10249d matches Tosca VF Customization UUID: c03049d4-ef03-49c7-8cd0-1e99fb10249d
2022-04-18T04:14:52.991Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c03049d4-ef03-49c7-8cd0-1e99fb10249d  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-04-18T04:14:52.993Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:52.993Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:52.993Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c03049d4-ef03-49c7-8cd0-1e99fb10249d: {\"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-04-18T04:14:52.993Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3292001
2022-04-18T04:14:52.993Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:52.994Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:14:52.994Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d86b863-e23f-40c9-92b9-d24bbabb9f01
2022-04-18T04:14:52.994Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d86b863-e23f-40c9-92b9-d24bbabb9f01
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-04-18T04:14:52.995Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:52.996Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:52.996Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:52.996Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:52.996Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:52.996Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:52.996Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:52.997Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-18T04:14:52.997Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-18T04:14:52.997Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c545f7cf-3be9-4aff-8fb3-9ffa73ee6b8a
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-04-18T04:14:52.998Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:52.999Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:52.999Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:14:52.999Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:52.999Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-18T04:14:52.999Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c03049d4-ef03-49c7-8cd0-1e99fb10249d
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-04-18T04:14:53.001Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:53.001Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:53.001Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b6d46c06-344c-4b20-ae0f-2ba52c6685c9: basic_cnf
2022-04-18T04:14:53.001Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:53.001Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:53.001Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:53.001Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:53.001Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:53.002Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:53.002Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:53.002Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:53.002Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:14:53.002Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:14:53.002Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:53.055Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d4bdaad5-af91-4def-84c5-31cf890fecf4 1 ASDC deployResourceStructure
2022-04-18T04:14:53.055Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:53.055Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:53.055Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-18T04:14:53.055Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:53.057Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:53.057Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255293055,
  "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-04-18T04:14:53.157Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:53.158Z||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-04-18T04:14:53.158Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:53.169Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:53.169Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:14:54.058Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:54.058Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:54.058Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-18T04:14:54.058Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:54.059Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:54.060Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255294057,
  "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-04-18T04:14:54.160Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:54.161Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:14:54.161Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:54.172Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:54.172Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:55.060Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:55.061Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:55.061Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:14:55.061Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:55.063Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:55.063Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255295060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:14:55.163Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:55.163Z||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-04-18T04:14:55.163Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:55.174Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:55.174Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:56.063Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:56.064Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:56.064Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:14:56.065Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:56.066Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:56.067Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255296063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:14:56.167Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:56.168Z||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-04-18T04:14:56.168Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:56.178Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:56.178Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:57.068Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:57.068Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:14:57.068Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:14:57.068Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:57.070Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:57.070Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255297068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:14:57.170Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:57.180Z||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-04-18T04:14:57.181Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:57.190Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:57.190Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:58.070Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-18T04:14:58.071Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-18T04:14:58.071Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:14:58.071Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:14:58.072Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:14:58.072Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255298070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:14:58.173Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:14:58.173Z||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-04-18T04:14:58.174Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:14:58.183Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:14:58.183Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:14:59.073Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:14:59.086Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
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-04-18T04:14:59.089Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:14:59.089Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:14:59.089Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:15:29.089Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:15:29.100Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
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-04-18T04:15:29.102Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:15:29.102Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:15:29.102Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:15:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:15:46.021Z||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-04-18T04:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:15:46.036Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:15:46.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:15:46.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:15:46.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:15:59.102Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:15:59.112Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
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-04-18T04:15:59.114Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:15:59.114Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:15:59.114Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:16:29.114Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:16:29.124Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
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-04-18T04:16:29.126Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:16:29.126Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:16:29.126Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:16:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:16:46.021Z||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-04-18T04:16:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:16:46.038Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255219842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255229593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255201295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255234095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255236681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255237887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255237981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:16:46.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255238098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:16:46.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "aai-ml",
  "timestamp": 1650255238891,
  "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-04-18T04:16:46.050Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0630efe6-928f-4b5c-bafe-2fd14e562971
2022-04-18T04:16:46.050Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0630efe6-928f-4b5c-bafe-2fd14e562971 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-04-18T04:16:46.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255239187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:16:46.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255240105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:16:46.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255240288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:16:46.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "clamp",
  "timestamp": 1650255241108,
  "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-04-18T04:16:46.063Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0630efe6-928f-4b5c-bafe-2fd14e562971
2022-04-18T04:16:46.063Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0630efe6-928f-4b5c-bafe-2fd14e562971 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-04-18T04:16:46.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255241291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:16:46.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255242294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255243296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d602d5-20ff-442a-b13c-741ef2c2fc72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255274457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255226019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:16:46.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255284696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:16:46.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:59.127Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:16:59.138Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971
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-04-18T04:16:59.140Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:16:59.140Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:16:59.140Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:16:59.140Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:16:59.140Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:16:59.140Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:16:59.141Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:16:59.141Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:16:59.141Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:16:59.141Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:16:59.141Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:16:59.145Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:17:29.145Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0630efe6-928f-4b5c-bafe-2fd14e562971 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-04-18T04:17:29.151Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0630efe6-928f-4b5c-bafe-2fd14e562971 and serviceModelVersionId: b6d46c06-344c-4b20-ae0f-2ba52c6685c9
2022-04-18T04:17:29.151Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1dd504f2-a0fe-4c81-a8ff-504b9544271d
2022-04-18T04:17:29.152Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?depth=0
2022-04-18T04:17:29.155Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:17:29.183Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?depth=0|INFO|500||Invoke
2022-04-18T04:17:29.183Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0630efe6-928f-4b5c-bafe-2fd14e562971], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ae09bc8-cfd8-4e25-bd49-6017c98c2826], X-ECOMP-RequestID=[0630efe6-928f-4b5c-bafe-2fd14e562971], X-TransactionId=[], X-ONAP-RequestID=[0630efe6-928f-4b5c-bafe-2fd14e562971], Content-Type=[application/merge-patch+json]}
2022-04-18T04:17:29.200Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T04:17:29.583Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?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/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:17:29:206-12005], vertex-id=[245800], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:17:29 GMT], Content-Type=[application/json]}
2022-04-18T04:17:29.584Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:17:29.584Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd504f2-a0fe-4c81-a8ff-504b9544271d/model-vers/model-ver/b6d46c06-344c-4b20-ae0f-2ba52c6685c9?depth=0|INFO|500||InvokeReturn
2022-04-18T04:17:29.584Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:17:29.584Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:17:29.588Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||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-04-18T04:17:29.588Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0630efe6-928f-4b5c-bafe-2fd14e562971 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:17:29.589Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:17:29.589Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:17:29.590Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:17:29.591Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255449588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:17:29.691Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:17:29.692Z||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-04-18T04:17:29.692Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:17:29.704Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:17:29.704Z||pool-88-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-04-18T04:17:30.602Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:17:30.603Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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-04-18T04:17:30.603Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:17:41.171Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:17:41.171Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:17:41.172Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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-04-18T04:17:41.172Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:17:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:17:46.021Z||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-04-18T04:17:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:17:46.038Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:17:46.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255286797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:17:46.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255287992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255289108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255290683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255291969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255293055,
  "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-04-18T04:17:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255294057,
  "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-04-18T04:17:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255295060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255296063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255297068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255298070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:17:46.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:17:50.704Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:17:50.705Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:17:50.705Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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-04-18T04:17:50.705Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:18:00.231Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:18:00.231Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:18:00.231Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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-04-18T04:18:00.231Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:18:09.760Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:18:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:18:46.019Z||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-04-18T04:18:46.019Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:18:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:18:46.021Z||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-04-18T04:18:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:18:46.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:18:46.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-18T04:18:46.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0630efe6-928f-4b5c-bafe-2fd14e562971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650255449588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:18:46.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:55.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:19:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:19:46.019Z||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-04-18T04:19:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:19:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:19:46.021Z||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-04-18T04:19:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:19:55.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:19:55.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:20:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:20:46.020Z||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-04-18T04:20:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:20:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:20:46.021Z||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-04-18T04:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:20:55.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:20:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:21:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:21:46.020Z||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-04-18T04:21:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:21:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:21:46.021Z||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-04-18T04:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:21:55.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:21:55.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:22:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:22:46.019Z||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-04-18T04:22:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:22:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:22:46.021Z||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-04-18T04:22:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:22:55.550Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:22:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:23:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:23:46.020Z||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-04-18T04:23:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:23:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:23:46.021Z||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-04-18T04:23:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:23:55.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:23:55.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:24:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:24:46.020Z||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-04-18T04:24:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:24:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:24:46.021Z||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-04-18T04:24:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:24:55.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:24:55.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:25:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:25:46.019Z||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-04-18T04:25:46.019Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:25:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:25:46.021Z||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-04-18T04:25:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:25:55.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:25:55.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:26:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:26:46.019Z||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-04-18T04:26:46.019Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:26:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:26:46.021Z||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-04-18T04:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:26:55.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:26:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:27:46.019Z||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-04-18T04:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:27:46.021Z||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-04-18T04:27:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:46.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:46.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256041295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256040772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256040772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256041295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256051127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256040772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256041295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256051127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256040772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256041295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256052914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256051127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256040772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256041295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256052914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256051127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256040772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256041295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256052914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256051127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256040772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256041295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256052914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256051127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256040772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256041295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256052914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256051127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256057939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256052914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256051127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256058219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256059016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256052914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256058219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256059997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256060188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256059842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256052914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256058219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256059842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256061570,
  "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-04-18T04:27:46.627Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fa3ea35-84c3-49ee-85cc-34087224338e
2022-04-18T04:27:46.627Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa3ea35-84c3-49ee-85cc-34087224338e 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-04-18T04:27:46.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256061801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256058219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256061992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256059842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256062574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256058219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256062995,
  "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-04-18T04:27:46.639Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fa3ea35-84c3-49ee-85cc-34087224338e
2022-04-18T04:27:46.640Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa3ea35-84c3-49ee-85cc-34087224338e and ComponentName SDNC
2022-04-18T04:27:46.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
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=?
2022-04-18T04:27:46.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fa3ea35-84c3-49ee-85cc-34087224338e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6c9d4bd2-e785-41d2-87ea-e1771ace88f4","serviceDescription":"service","serviceInvariantUUID":"0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"23bf244f-5cae-46c9-ab98-95113613c459","resourceInvariantUUID":"bf13e7cb-49f8-49db-9a38-08d500cb6863","resourceCustomizationUUID":"a7d65926-788b-4e22-a732-cadc76bf1d9a","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":"YjM5OWE0MWMxMTBjOWEyYTM5ZjEyYzNjMDlhYzllODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83f294f4-23a3-42e2-885d-bc9b28a76f4c","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":"MTBhMmUxYmZlMGJjYTRiZTViY2QzYjUyMmQwOGFkYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c426d17-2902-4147-b373-f303af03b3b1","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":"9f620210-13b4-4479-bab4-e420d04098b4","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":"c0a6c4eb-6fe9-4361-bb7e-d0b2a398f06f","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":"0774f5ff-323c-4e7c-8d89-cd136c6194d8","artifactVersion":"2","generatedFromUUID":"9f620210-13b4-4479-bab4-e420d04098b4"},{"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":"NGI4MDdhOTg0ZWUxYWEwNjhlYjEwZmY3M2QxNDU3OGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5e4803af-7a75-4321-b5da-ec0fd7b969a7","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":"NjAwMjEwNmUyMGUwMDI3MDczY2MyZmJjYzBlZDhkODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d6645ad-8f1f-4a06-b08a-63af2d8cb623","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Nzg3NGE5MmQ2ODY2NjJlYTMzYWFjZDdkYWM0NzY0MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"093ec2a4-e905-4cd9-82f6-06a289994c75","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:27:46.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:27:46.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:27:46.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:46.644Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256059842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256058219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "cds",
  "timestamp": 1650256063887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T04:27:46.652Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fa3ea35-84c3-49ee-85cc-34087224338e
2022-04-18T04:27:46.652Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa3ea35-84c3-49ee-85cc-34087224338e 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-04-18T04:27:46.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256059842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256058219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256059842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:46.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:27:46.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256058219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:27:46.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:27:46.744Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:46.745Z||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-04-18T04:27:46.745Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:46.755Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:46.755Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:47.644Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:27:47.645Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:47.647Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:47.647Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:27:47.747Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:47.747Z||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-04-18T04:27:47.747Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:47.757Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:47.757Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:48.647Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:27:48.648Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:48.649Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:48.649Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:27:48.749Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:48.749Z||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-04-18T04:27:48.750Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:48.760Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:48.760Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:49.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:27:49.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:49.651Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:49.651Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:49.751Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:49.751Z||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-04-18T04:27:49.752Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:49.762Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:49.762Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:50.651Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:27:50.652Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:50.653Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:50.653Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-18T04:27:50.753Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:50.754Z||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-04-18T04:27:50.754Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:50.764Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:50.765Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:51.654Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:27:51.654Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:51.655Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:51.655Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:51.756Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:27:51.756Z||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-04-18T04:27:51.756Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:51.766Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:51.767Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:52.656Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:27:52.656Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:52.657Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:52.658Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:27:52.758Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:52.758Z||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-04-18T04:27:52.758Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:52.769Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:52.769Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:27:53.658Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:27:53.658Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:53.660Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:53.660Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:27:53.760Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:53.760Z||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-04-18T04:27:53.760Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:53.770Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:53.770Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:54.661Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6c9d4bd2-e785-41d2-87ea-e1771ace88f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a7d65926-788b-4e22-a732-cadc76bf1d9a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "23bf244f-5cae-46c9-ab98-95113613c459",
      "resourceInvariantUUID": "bf13e7cb-49f8-49db-9a38-08d500cb6863",
      "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": "MTBhMmUxYmZlMGJjYTRiZTViY2QzYjUyMmQwOGFkYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c426d17-2902-4147-b373-f303af03b3b1",
          "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": "9f620210-13b4-4479-bab4-e420d04098b4",
          "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": "0774f5ff-323c-4e7c-8d89-cd136c6194d8",
            "generatedFromUUID": "9f620210-13b4-4479-bab4-e420d04098b4"
          },
          "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": "0774f5ff-323c-4e7c-8d89-cd136c6194d8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Nzg3NGE5MmQ2ODY2NjJlYTMzYWFjZDdkYWM0NzY0MjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "093ec2a4-e905-4cd9-82f6-06a289994c75"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T04:27:54.661Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:27:54.661Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c9d4bd2-e785-41d2-87ea-e1771ace88f4 ASDC
2022-04-18T04:27:54.662Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0fa3ea35-84c3-49ee-85cc-34087224338e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6c9d4bd2-e785-41d2-87ea-e1771ace88f4
ServiceInvariantUUID:0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8
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:093ec2a4-e905-4cd9-82f6-06a289994c75
ArtifactChecksum:Nzg3NGE5MmQ2ODY2NjJlYTMzYWFjZDdkYWM0NzY0MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a7d65926-788b-4e22-a732-cadc76bf1d9a
ResourceInvariantUUID:bf13e7cb-49f8-49db-9a38-08d500cb6863
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:23bf244f-5cae-46c9-ab98-95113613c459
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:3c426d17-2902-4147-b373-f303af03b3b1
ArtifactChecksum:MTBhMmUxYmZlMGJjYTRiZTViY2QzYjUyMmQwOGFkYjM=
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:9f620210-13b4-4479-bab4-e420d04098b4
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:0774f5ff-323c-4e7c-8d89-cd136c6194d8
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:0774f5ff-323c-4e7c-8d89-cd136c6194d8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-18T04:27:54.662Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c9d4bd2-e785-41d2-87ea-e1771ace88f4 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-04-18T04:27:54.689Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:27:54.689Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-18T04:27:54.689Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-18T04:27:54.690Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 093ec2a4-e905-4cd9-82f6-06a289994c75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-18T04:27:54.690Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:27:54.690Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-18T04:27:55.565Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:27:55.569Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 093ec2a4-e905-4cd9-82f6-06a289994c75 78818
2022-04-18T04:27:55.569Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-18T04:27:55.569Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-18T04:27:55.569Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:27:55.569Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:55.571Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:55.571Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256075569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:27:55.671Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:55.672Z||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-04-18T04:27:55.672Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:55.685Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:55.685Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:56.571Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:27:56.572Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-18T04:27:56.572Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 093ec2a4-e905-4cd9-82f6-06a289994c75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-18T04:27:56.572Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-18T04:27:56.572Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-18T04:27:56.572Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-18T04:27:56.651Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1055787391127903081/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-04-18T04:27:57.465Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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-BasicVmMacro-csar.csar
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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-BasicVmMacro-csar.csar
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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-BasicVmMacro-csar.csar
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.466Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.467Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:27:57.468Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-18T04:27:57.469Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-18T04:27:57.470Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-18T04:27:57.470Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f9111644-aff1-4e23-8474-2241feb1d6e3
2022-04-18T04:27:57.470Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.470Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:27:57.470Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.470Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:27:57.470Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.470Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:27:57.471Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:27:57.471Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:27:57.471Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6c9d4bd2-e785-41d2-87ea-e1771ace88f4
Model Version:NULL
Model InvariantUuid:0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f58dcb48-04d5-4387-ab1c-20e82ed4ce7e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bf13e7cb-49f8-49db-9a38-08d500cb6863
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a7d65926-788b-4e22-a732-cadc76bf1d9a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:79fb4a7a-6543-4df6-a5cf-1f62e27fd73a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9008a627-eee7-4d0a-b428-8d23e72e9401
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f9111644-aff1-4e23-8474-2241feb1d6e3
ModelInvariantUuid:ca878c1b-c546-4e88-a1f6-24b93b96456f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2e04cfb3-2cc1-4219-969d-0f45c8b0258f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e6c79ec7-01cc-470b-86c1-8710440ebeb3
ModelInvariantUuid:2b0ffe83-7426-411b-b36a-756e44919fde
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9490b8ec-8c13-45a0-b534-03cb9dfe946a
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-04-18T04:27:57.477Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 23bf244f-5cae-46c9-ab98-95113613c459
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-04-18T04:27:57.480Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-04-18T04:27:57.480Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 23bf244f-5cae-46c9-ab98-95113613c459
2022-04-18T04:27:57.480Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3c426d17-2902-4147-b373-f303af03b3b1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-18T04:27:57.480Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:27:57.481Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:57.981Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:27:57.981Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3c426d17-2902-4147-b373-f303af03b3b1 792
2022-04-18T04:27:57.981Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:57.982Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:57.982Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:27:57.982Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:57.983Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:57.983Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256077981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:27:58.084Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:58.084Z||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-04-18T04:27:58.084Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:58.092Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:58.093Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:27:58.984Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "79fb4a7a-6543-4df6-a5cf-1f62e27fd73a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9008a627-eee7-4d0a-b428-8d23e72e9401",
    "vfModuleModelCustomizationUUID": "5955b26f-db39-40c7-8f07-6015117dd7a3",
    "isBase": true,
    "artifacts": [
      "9f620210-13b4-4479-bab4-e420d04098b4",
      "0774f5ff-323c-4e7c-8d89-cd136c6194d8"
    ],
    "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-04-18T04:27:58.986Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9008a627-eee7-4d0a-b428-8d23e72e9401
VfModuleModelInvariantUUID:79fb4a7a-6543-4df6-a5cf-1f62e27fd73a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f620210-13b4-4479-bab4-e420d04098b4
,
0774f5ff-323c-4e7c-8d89-cd136c6194d8

}
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-04-18T04:27:58.987Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "79fb4a7a-6543-4df6-a5cf-1f62e27fd73a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9008a627-eee7-4d0a-b428-8d23e72e9401",
    "vfModuleModelCustomizationUUID": "5955b26f-db39-40c7-8f07-6015117dd7a3",
    "isBase": true,
    "artifacts": [
      "9f620210-13b4-4479-bab4-e420d04098b4",
      "0774f5ff-323c-4e7c-8d89-cd136c6194d8"
    ],
    "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-04-18T04:27:58.987Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9008a627-eee7-4d0a-b428-8d23e72e9401
VfModuleModelInvariantUUID:79fb4a7a-6543-4df6-a5cf-1f62e27fd73a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f620210-13b4-4479-bab4-e420d04098b4
,
0774f5ff-323c-4e7c-8d89-cd136c6194d8

}
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-04-18T04:27:58.987Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9f620210-13b4-4479-bab4-e420d04098b4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-18T04:27:58.987Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:27:58.987Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:59.189Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:27:59.190Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9f620210-13b4-4479-bab4-e420d04098b4 5033
2022-04-18T04:27:59.190Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:59.190Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:27:59.190Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:27:59.190Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:27:59.191Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:27:59.191Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256079190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:27:59.291Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:27:59.292Z||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-04-18T04:27:59.292Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:27:59.301Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:27:59.301Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:28:00.192Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0774f5ff-323c-4e7c-8d89-cd136c6194d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-18T04:28:00.192Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:28:00.192Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:00.389Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:28:00.389Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0774f5ff-323c-4e7c-8d89-cd136c6194d8 903
2022-04-18T04:28:00.390Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:00.390Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:00.390Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:28:00.390Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:28:00.391Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:28:00.391Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256080390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:28:00.491Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:28:00.492Z||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-04-18T04:28:00.492Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:28:00.502Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:28:00.502Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:28:01.392Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6c9d4bd2-e785-41d2-87ea-e1771ace88f4
2022-04-18T04:28:01.392Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 23bf244f-5cae-46c9-ab98-95113613c459 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-04-18T04:28:01.406Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25e7494, org.onap.sdc.toscaparser.api.parameters.Input@46f485cf, org.onap.sdc.toscaparser.api.parameters.Input@6b121b5b, org.onap.sdc.toscaparser.api.parameters.Input@7dc27596, org.onap.sdc.toscaparser.api.parameters.Input@c49446e]
2022-04-18T04:28:01.407Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.408Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:28:01.408Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-18T04:28:01.408Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a7d65926-788b-4e22-a732-cadc76bf1d9a
2022-04-18T04:28:01.408Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a7d65926-788b-4e22-a732-cadc76bf1d9a matches Tosca VF Customization UUID: a7d65926-788b-4e22-a732-cadc76bf1d9a
2022-04-18T04:28:01.408Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a7d65926-788b-4e22-a732-cadc76bf1d9a  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-04-18T04:28:01.410Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.411Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:28:01.411Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a7d65926-788b-4e22-a732-cadc76bf1d9a: {\"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-04-18T04:28:01.412Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bc2dd68
2022-04-18T04:28:01.412Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.412Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:28:01.412Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5955b26f-db39-40c7-8f07-6015117dd7a3
2022-04-18T04:28:01.412Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5955b26f-db39-40c7-8f07-6015117dd7a3
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-04-18T04:28:01.414Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.415Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:28:01.415Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:28:01.415Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.415Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:28:01.415Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:28:01.416Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.416Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-18T04:28:01.416Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-18T04:28:01.416Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-18T04:28:01.416Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f9111644-aff1-4e23-8474-2241feb1d6e3
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-04-18T04:28:01.419Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.419Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:28:01.419Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:28:01.419Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.419Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-18T04:28:01.420Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a7d65926-788b-4e22-a732-cadc76bf1d9a
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-04-18T04:28:01.421Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.421Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:28:01.422Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6c9d4bd2-e785-41d2-87ea-e1771ace88f4: basic_vm_macro
2022-04-18T04:28:01.422Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.422Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:28:01.422Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.422Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:28:01.423Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.423Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:28:01.423Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.423Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:28:01.423Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:28:01.424Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:28:01.424Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:01.496Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 23bf244f-5cae-46c9-ab98-95113613c459 1 ASDC deployResourceStructure
2022-04-18T04:28:01.496Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:01.496Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:01.496Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:28:01.497Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:28:01.498Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:28:01.498Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256081496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:28:01.598Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:28:01.599Z||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-04-18T04:28:01.599Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:28:01.609Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:28:01.609Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:28:02.499Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:02.499Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:02.499Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:28:02.499Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:28:02.501Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:28:02.501Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256082499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:28:02.601Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:28:02.601Z||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-04-18T04:28:02.601Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:28:02.612Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:28:02.613Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:28:03.502Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:03.502Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||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-04-18T04:28:03.502Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:28:03.502Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:28:03.504Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:28:03.505Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256083501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:28:03.604Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:28:03.605Z||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-04-18T04:28:03.605Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:28:03.613Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:28:03.614Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:28:04.505Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-18T04:28:04.506Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-18T04:28:04.506Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:28:04.506Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:28:04.508Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:28:04.508Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256084505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:28:04.608Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:28:04.608Z||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-04-18T04:28:04.608Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:28:04.618Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:28:04.618Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:28:05.508Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:28:05.518Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
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-04-18T04:28:05.520Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:28:05.520Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:28:05.520Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:28:35.520Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:28:35.530Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
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-04-18T04:28:35.532Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:28:35.532Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:28:35.532Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:28:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:28:46.021Z||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-04-18T04:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:28:46.036Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:28:46.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:28:46.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256059842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:28:46.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:29:05.532Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:29:05.542Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
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-04-18T04:29:05.544Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:29:05.544Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:29:05.544Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:29:35.544Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:29:35.553Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
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-04-18T04:29:35.556Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:29:35.556Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:29:35.556Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:29:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:29:46.021Z||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-04-18T04:29:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:29:46.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:29:46.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:29:46.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:29:46.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:05.556Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:30:05.566Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
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-04-18T04:30:05.568Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:30:05.568Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:30:05.568Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:30:35.569Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:30:35.580Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
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-04-18T04:30:35.582Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:30:35.582Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:30:35.583Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:30:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:30:46.021Z||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-04-18T04:30:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:30:46.042Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:30:46.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256067109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256059842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256068113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256068797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "policy-id",
  "timestamp": 1650256069115,
  "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-04-18T04:30:46.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fa3ea35-84c3-49ee-85cc-34087224338e
2022-04-18T04:30:46.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa3ea35-84c3-49ee-85cc-34087224338e 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-04-18T04:30:46.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256070230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256072234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "clamp",
  "timestamp": 1650256073236,
  "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-04-18T04:30:46.768Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fa3ea35-84c3-49ee-85cc-34087224338e
2022-04-18T04:30:46.768Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa3ea35-84c3-49ee-85cc-34087224338e 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-04-18T04:30:46.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256066019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256075569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256077981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256078385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256079190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "aai-ml",
  "timestamp": 1650256079390,
  "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-04-18T04:30:46.782Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fa3ea35-84c3-49ee-85cc-34087224338e
2022-04-18T04:30:46.782Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa3ea35-84c3-49ee-85cc-34087224338e 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-04-18T04:30:46.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256080390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256081496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256082499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256083501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256084505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256096543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256100772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256101295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256097914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256098220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256115314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256115334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256115331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256116334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256116375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "cds",
  "timestamp": 1650256116565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:30:46.808Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28024a89-03b1-4971-aeec-e77b92427306
2022-04-18T04:30:46.808Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28024a89-03b1-4971-aeec-e77b92427306 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-04-18T04:30:46.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "policy-id",
  "timestamp": 1650256117337,
  "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-04-18T04:30:46.820Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28024a89-03b1-4971-aeec-e77b92427306
2022-04-18T04:30:46.820Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28024a89-03b1-4971-aeec-e77b92427306 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-04-18T04:30:46.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256117431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256118483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256119571,
  "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-04-18T04:30:46.832Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28024a89-03b1-4971-aeec-e77b92427306
2022-04-18T04:30:46.832Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28024a89-03b1-4971-aeec-e77b92427306 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-04-18T04:30:46.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256120574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256111127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256122015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256123946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:30:46.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256124950,
  "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-04-18T04:30:46.845Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28024a89-03b1-4971-aeec-e77b92427306
2022-04-18T04:30:46.845Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28024a89-03b1-4971-aeec-e77b92427306 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-04-18T04:30:46.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:30:46.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:30:46.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:31:05.583Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:31:05.593Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e
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-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:31:05.595Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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-04-18T04:31:05.599Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:31:35.599Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fa3ea35-84c3-49ee-85cc-34087224338e 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-04-18T04:31:35.605Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fa3ea35-84c3-49ee-85cc-34087224338e and serviceModelVersionId: 6c9d4bd2-e785-41d2-87ea-e1771ace88f4
2022-04-18T04:31:35.605Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8
2022-04-18T04:31:35.606Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8/model-vers/model-ver/6c9d4bd2-e785-41d2-87ea-e1771ace88f4?depth=0
2022-04-18T04:31:35.609Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:31:35.637Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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/0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8/model-vers/model-ver/6c9d4bd2-e785-41d2-87ea-e1771ace88f4?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-04-18T04:31:35.638Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8/model-vers/model-ver/6c9d4bd2-e785-41d2-87ea-e1771ace88f4?depth=0|INFO|500||Invoke
2022-04-18T04:31:35.656Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8/model-vers/model-ver/6c9d4bd2-e785-41d2-87ea-e1771ace88f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T04:31:35.800Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8/model-vers/model-ver/6c9d4bd2-e785-41d2-87ea-e1771ace88f4?depth=0|INFO|500||InvokeReturn
2022-04-18T04:31:35.800Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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/0ed3f53d-0b43-435e-aeed-bbcb6ff35ed8/model-vers/model-ver/6c9d4bd2-e785-41d2-87ea-e1771ace88f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220418-04:31:35:661-42285], vertex-id=[229432], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:31:35 GMT], Content-Type=[application/json]}
2022-04-18T04:31:35.800Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:31:35.800Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:31:35.801Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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-04-18T04:31:35.804Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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-04-18T04:31:35.804Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fa3ea35-84c3-49ee-85cc-34087224338e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:31:35.804Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:31:35.805Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:31:35.806Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:31:35.806Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256295804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:31:35.906Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:31:35.907Z||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-04-18T04:31:35.907Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:31:35.917Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:31:35.917Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 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-04-18T04:31:37.545Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:31:37.546Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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-04-18T04:31:37.546Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:31:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:31:46.021Z||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-04-18T04:31:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:01.945Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:01.946Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||WARN|500||Server response wasn't good JSON.
2022-04-18T04:32:01.950Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||ERROR|500||Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: Bad JSON from server (client side exception).
2022-04-18T04:32:01.951Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: Bad JSON from server (client side exception).
java.io.IOException: com.att.nsa.apiClient.http.HttpException: Bad JSON from server (client side exception).
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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)
Caused by: com.att.nsa.apiClient.http.HttpException: Bad JSON from server (client side exception).
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:665)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 8 common frames omitted
2022-04-18T04:32:01.951Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:32:01.951Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-04-18T04:32:01.952Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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-04-18T04:32:01.952Z|0fa3ea35-84c3-49ee-85cc-34087224338e|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:01.954Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:01.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256126238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:32:01.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:32:01.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:32:01.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256119842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256130243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256130979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "clamp",
  "timestamp": 1650256131246,
  "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-04-18T04:32:01.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28024a89-03b1-4971-aeec-e77b92427306
2022-04-18T04:32:01.964Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28024a89-03b1-4971-aeec-e77b92427306 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-04-18T04:32:01.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256139686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:32:01.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:32:01.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:01.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "aai-ml",
  "timestamp": 1650256140691,
  "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-04-18T04:32:01.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28024a89-03b1-4971-aeec-e77b92427306
2022-04-18T04:32:01.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28024a89-03b1-4971-aeec-e77b92427306 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-04-18T04:32:06.740Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:06.740Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T04:32:06.740Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"28024a89-03b1-4971-aeec-e77b92427306","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d473186b-d6af-4727-8df5-72e96f9fa532","serviceDescription":"service","serviceInvariantUUID":"083b22e1-5977-48f0-ba29-f72ea54f12df","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41ddda22-68ed-4992-922c-5f5e4c9c99ab","resourceInvariantUUID":"15b96653-bd70-48ef-add8-be1613ddf1bb","resourceCustomizationUUID":"4745083a-04f6-4c0e-b255-0a5044de69e1","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":"ZWVlZGY2MGZhZTM4ZTNmYjgzNTUyZTUxM2NiM2U3ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"575aefdc-05b3-48c8-9559-c126c75897d2","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":"OTAyYjYxMzZmYmJmYWQ4YmJkZGY2Mjg5NjNkNTMyOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b81d0939-f297-4221-bc2d-7b2d0d307d9e","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":"198ba3d2-b827-4205-80b5-c2cd5b0f6b8c","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":"5b4b5b35-523f-4d51-8b57-179544bb46e6","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":"521ec3f1-f156-4b3a-a66b-5c79136cf952","artifactVersion":"2","generatedFromUUID":"cc29f8f2-2600-4a62-a061-2365afb458b5"},{"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":"2e0d40c9-7ac1-4e60-9ad6-5b8574e90835","artifactVersion":"2","generatedFromUUID":"198ba3d2-b827-4205-80b5-c2cd5b0f6b8c"},{"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":"cc29f8f2-2600-4a62-a061-2365afb458b5","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":"9de9c50e-26d9-4838-a46b-09c1d470a62d","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":"YzMyNDQwN2VhODQzYmM2NDM3N2FmZmNmODI4MDJhMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a975027-d28d-448a-b762-26c78226b352","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzM3ZDVlMzg1M2UyNzIzMjExYjhlNGUwM2UxYTRmMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33e54122-367d-4155-ad93-5cb95e547de8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:32:06.742Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:06.742Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:06.743Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:06.743Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:32:06.843Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:06.844Z||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-04-18T04:32:06.844Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:06.858Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:06.859Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:07.743Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:07.744Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:07.745Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:07.745Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:32:07.846Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:32:07.846Z||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-04-18T04:32:07.846Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:07.855Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:07.855Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:08.746Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:08.746Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:08.748Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:08.748Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:32:08.848Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:08.848Z||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-04-18T04:32:08.849Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:08.858Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:08.858Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:09.748Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:09.748Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:09.750Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:09.750Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:32:09.850Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:09.851Z||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-04-18T04:32:09.851Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:09.860Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:09.860Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:10.750Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:10.750Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:10.752Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:10.752Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-18T04:32:10.852Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:10.853Z||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-04-18T04:32:10.853Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:10.863Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:10.864Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:11.752Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:11.753Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:11.754Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:11.754Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-18T04:32:11.854Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:11.855Z||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-04-18T04:32:11.855Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:11.865Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:11.865Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:12.754Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:12.755Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:12.756Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:12.756Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-18T04:32:12.856Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:12.857Z||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-04-18T04:32:12.857Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:12.866Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:12.867Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:32:13.757Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:13.757Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:13.758Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:13.759Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:32:13.859Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:13.859Z||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-04-18T04:32:13.859Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:13.869Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:13.869Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:14.759Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:14.759Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:14.761Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:14.761Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:32:14.861Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:14.862Z||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-04-18T04:32:14.862Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:14.872Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:14.872Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:15.761Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:32:15.761Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:15.763Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:15.763Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:32:15.863Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:15.863Z||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-04-18T04:32:15.864Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:15.880Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:15.881Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:16.763Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d473186b-d6af-4727-8df5-72e96f9fa532",
  "serviceDescription": "service",
  "serviceInvariantUUID": "083b22e1-5977-48f0-ba29-f72ea54f12df",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "4745083a-04f6-4c0e-b255-0a5044de69e1",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "41ddda22-68ed-4992-922c-5f5e4c9c99ab",
      "resourceInvariantUUID": "15b96653-bd70-48ef-add8-be1613ddf1bb",
      "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": "OTAyYjYxMzZmYmJmYWQ4YmJkZGY2Mjg5NjNkNTMyOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b81d0939-f297-4221-bc2d-7b2d0d307d9e",
          "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": "198ba3d2-b827-4205-80b5-c2cd5b0f6b8c",
          "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": "2e0d40c9-7ac1-4e60-9ad6-5b8574e90835",
            "generatedFromUUID": "198ba3d2-b827-4205-80b5-c2cd5b0f6b8c"
          },
          "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": "521ec3f1-f156-4b3a-a66b-5c79136cf952",
          "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": "2e0d40c9-7ac1-4e60-9ad6-5b8574e90835",
          "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": "cc29f8f2-2600-4a62-a061-2365afb458b5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MzM3ZDVlMzg1M2UyNzIzMjExYjhlNGUwM2UxYTRmMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "33e54122-367d-4155-ad93-5cb95e547de8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T04:32:16.764Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:32:16.764Z|0fa3ea35-84c3-49ee-85cc-34087224338e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d473186b-d6af-4727-8df5-72e96f9fa532 ASDC
2022-04-18T04:32:16.764Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:28024a89-03b1-4971-aeec-e77b92427306
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d473186b-d6af-4727-8df5-72e96f9fa532
ServiceInvariantUUID:083b22e1-5977-48f0-ba29-f72ea54f12df
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:33e54122-367d-4155-ad93-5cb95e547de8
ArtifactChecksum:MzM3ZDVlMzg1M2UyNzIzMjExYjhlNGUwM2UxYTRmMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:4745083a-04f6-4c0e-b255-0a5044de69e1
ResourceInvariantUUID:15b96653-bd70-48ef-add8-be1613ddf1bb
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:41ddda22-68ed-4992-922c-5f5e4c9c99ab
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:b81d0939-f297-4221-bc2d-7b2d0d307d9e
ArtifactChecksum:OTAyYjYxMzZmYmJmYWQ4YmJkZGY2Mjg5NjNkNTMyOGE=
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:198ba3d2-b827-4205-80b5-c2cd5b0f6b8c
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:2e0d40c9-7ac1-4e60-9ad6-5b8574e90835
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:521ec3f1-f156-4b3a-a66b-5c79136cf952
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:2e0d40c9-7ac1-4e60-9ad6-5b8574e90835
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:cc29f8f2-2600-4a62-a061-2365afb458b5
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-18T04:32:16.764Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d473186b-d6af-4727-8df5-72e96f9fa532 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-04-18T04:32:16.796Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:32:16.796Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-18T04:32:16.797Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-18T04:32:16.797Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 33e54122-367d-4155-ad93-5cb95e547de8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-18T04:32:16.797Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:32:16.797Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-18T04:32:17.303Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:32:17.310Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 33e54122-367d-4155-ad93-5cb95e547de8 158202
2022-04-18T04:32:17.310Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-18T04:32:17.311Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-18T04:32:17.311Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:32:17.311Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:17.312Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:17.312Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256337310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:32:17.413Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:32:17.413Z||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-04-18T04:32:17.413Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:17.422Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:17.423Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:18.313Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:32:18.313Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-18T04:32:18.314Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 33e54122-367d-4155-ad93-5cb95e547de8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-18T04:32:18.314Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-18T04:32:18.314Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-18T04:32:18.314Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-18T04:32:18.393Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3972035168108282871/Definitions/service-BasicCnfMacro-template.yml
2022-04-18T04:32:19.226Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:32:19.226Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-18T04:32:19.226Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-18T04:32:19.226Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-18T04:32:19.226Z|28024a89-03b1-4971-aeec-e77b92427306|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-BasicCnfMacro-csar.csar
2022-04-18T04:32:19.227Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:19.227Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:19.227Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:19.227Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-18T04:32:19.227Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.227Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:19.228Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:19.228Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-18T04:32:19.228Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:32:19.228Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.228Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:19.228Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:19.229Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-18T04:32:19.229Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:32:19.229Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.229Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:19.229Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.230Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-18T04:32:19.230Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-18T04:32:19.230Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-18T04:32:19.230Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:32:19.230Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.230Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:32:19.231Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.231Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:19.231Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:32:19.231Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.231Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:19.231Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:32:19.232Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.232Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:19.232Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:32:19.232Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.233Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:19.233Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:32:19.233Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.233Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-18T04:32:19.233Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-18T04:32:19.233Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0581c67b-8fa7-4105-9f78-8695993dce88
2022-04-18T04:32:19.234Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.234Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:19.234Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.234Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:19.234Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.235Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:19.235Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:19.235Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:19.235Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d473186b-d6af-4727-8df5-72e96f9fa532
Model Version:NULL
Model InvariantUuid:083b22e1-5977-48f0-ba29-f72ea54f12df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:54fd27c7-e140-4051-be5e-d08c18acce88
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:15b96653-bd70-48ef-add8-be1613ddf1bb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4745083a-04f6-4c0e-b255-0a5044de69e1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3d7cb50a-d774-4f06-ae09-c5a5e0b4f4e6
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:f15c9249-b036-4169-8fe5-dc19db3dd33f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e09ceda6-f503-4ca5-b86f-75ef0d7aecdf
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f7ec896e-ff77-4ecc-aa3e-0db5c2fcc6f5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0581c67b-8fa7-4105-9f78-8695993dce88
ModelInvariantUuid:9cefe0d3-7863-4ce3-adab-a2d33f40e794
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d77fb72d-547d-45ba-955a-bac165622d40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:1d136d66-4717-4f48-a376-4e8517e2e0d8
ModelInvariantUuid:cd9703cd-9ee4-4f74-bd1b-5fe7d7890b87
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:3b22f941-fcd5-477d-aee9-4a24c6920727
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-04-18T04:32:19.243Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 41ddda22-68ed-4992-922c-5f5e4c9c99ab
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-04-18T04:32:19.245Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-04-18T04:32:19.245Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41ddda22-68ed-4992-922c-5f5e4c9c99ab
2022-04-18T04:32:19.245Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b81d0939-f297-4221-bc2d-7b2d0d307d9e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-18T04:32:19.246Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:32:19.246Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:19.380Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:32:19.381Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b81d0939-f297-4221-bc2d-7b2d0d307d9e 1565
2022-04-18T04:32:19.382Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:19.382Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:19.382Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:32:19.382Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:19.384Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:19.384Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256339382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:32:19.484Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:19.484Z||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-04-18T04:32:19.484Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:19.494Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:19.494Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:20.384Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e09ceda6-f503-4ca5-b86f-75ef0d7aecdf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7ec896e-ff77-4ecc-aa3e-0db5c2fcc6f5",
    "vfModuleModelCustomizationUUID": "a978733a-54fc-4b63-adf9-4c35fda6d2ea",
    "isBase": true,
    "artifacts": [
      "198ba3d2-b827-4205-80b5-c2cd5b0f6b8c",
      "2e0d40c9-7ac1-4e60-9ad6-5b8574e90835"
    ],
    "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": "3d7cb50a-d774-4f06-ae09-c5a5e0b4f4e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f15c9249-b036-4169-8fe5-dc19db3dd33f",
    "vfModuleModelCustomizationUUID": "1209a022-d943-4892-ab3b-3a41b5bc3f70",
    "isBase": false,
    "artifacts": [
      "cc29f8f2-2600-4a62-a061-2365afb458b5"
    ],
    "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-04-18T04:32:20.388Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7ec896e-ff77-4ecc-aa3e-0db5c2fcc6f5
VfModuleModelInvariantUUID:e09ceda6-f503-4ca5-b86f-75ef0d7aecdf
VfModuleModelDescription:NULL
Artifacts UUID List:{
198ba3d2-b827-4205-80b5-c2cd5b0f6b8c
,
2e0d40c9-7ac1-4e60-9ad6-5b8574e90835

}
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:f15c9249-b036-4169-8fe5-dc19db3dd33f
VfModuleModelInvariantUUID:3d7cb50a-d774-4f06-ae09-c5a5e0b4f4e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc29f8f2-2600-4a62-a061-2365afb458b5

}
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-04-18T04:32:20.391Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e09ceda6-f503-4ca5-b86f-75ef0d7aecdf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7ec896e-ff77-4ecc-aa3e-0db5c2fcc6f5",
    "vfModuleModelCustomizationUUID": "a978733a-54fc-4b63-adf9-4c35fda6d2ea",
    "isBase": true,
    "artifacts": [
      "198ba3d2-b827-4205-80b5-c2cd5b0f6b8c",
      "2e0d40c9-7ac1-4e60-9ad6-5b8574e90835"
    ],
    "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": "3d7cb50a-d774-4f06-ae09-c5a5e0b4f4e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f15c9249-b036-4169-8fe5-dc19db3dd33f",
    "vfModuleModelCustomizationUUID": "1209a022-d943-4892-ab3b-3a41b5bc3f70",
    "isBase": false,
    "artifacts": [
      "cc29f8f2-2600-4a62-a061-2365afb458b5"
    ],
    "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-04-18T04:32:20.391Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7ec896e-ff77-4ecc-aa3e-0db5c2fcc6f5
VfModuleModelInvariantUUID:e09ceda6-f503-4ca5-b86f-75ef0d7aecdf
VfModuleModelDescription:NULL
Artifacts UUID List:{
198ba3d2-b827-4205-80b5-c2cd5b0f6b8c
,
2e0d40c9-7ac1-4e60-9ad6-5b8574e90835

}
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:f15c9249-b036-4169-8fe5-dc19db3dd33f
VfModuleModelInvariantUUID:3d7cb50a-d774-4f06-ae09-c5a5e0b4f4e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc29f8f2-2600-4a62-a061-2365afb458b5

}
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-04-18T04:32:20.391Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 198ba3d2-b827-4205-80b5-c2cd5b0f6b8c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-18T04:32:20.391Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:32:20.391Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:21.167Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:32:21.167Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 198ba3d2-b827-4205-80b5-c2cd5b0f6b8c 914
2022-04-18T04:32:21.167Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:21.167Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:21.167Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:32:21.168Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:21.171Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:21.171Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256341167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:32:21.269Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-18T04:32:21.270Z||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-04-18T04:32:21.270Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:21.280Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:21.280Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:22.171Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 521ec3f1-f156-4b3a-a66b-5c79136cf952 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-18T04:32:22.172Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:32:22.172Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:22.483Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:32:22.484Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 521ec3f1-f156-4b3a-a66b-5c79136cf952 12
2022-04-18T04:32:22.484Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:22.484Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:22.484Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:32:22.485Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:22.486Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:22.486Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256342484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:32:22.586Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:22.587Z||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-04-18T04:32:22.587Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:22.596Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:22.596Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:23.487Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2e0d40c9-7ac1-4e60-9ad6-5b8574e90835 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-18T04:32:23.487Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:32:23.487Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:23.962Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:32:23.962Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2e0d40c9-7ac1-4e60-9ad6-5b8574e90835 96
2022-04-18T04:32:23.963Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:23.963Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:23.963Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:32:23.963Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:23.964Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:23.964Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256343962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:32:24.064Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:24.065Z||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-04-18T04:32:24.065Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:24.074Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:24.074Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:24.964Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cc29f8f2-2600-4a62-a061-2365afb458b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-18T04:32:24.965Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-18T04:32:24.965Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:25.362Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-18T04:32:25.363Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cc29f8f2-2600-4a62-a061-2365afb458b5 20206
2022-04-18T04:32:25.363Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:25.363Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:25.363Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:32:25.364Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:25.365Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:25.365Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256345363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:32:25.465Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:25.466Z||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-04-18T04:32:25.466Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:25.475Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:25.475Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:26.367Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d473186b-d6af-4727-8df5-72e96f9fa532
2022-04-18T04:32:26.368Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 41ddda22-68ed-4992-922c-5f5e4c9c99ab 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-04-18T04:32:26.376Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@409f6b06, org.onap.sdc.toscaparser.api.parameters.Input@1e41c534, org.onap.sdc.toscaparser.api.parameters.Input@1d04be27, org.onap.sdc.toscaparser.api.parameters.Input@7a6319ce, org.onap.sdc.toscaparser.api.parameters.Input@411f8adf]
2022-04-18T04:32:26.377Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.377Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:26.378Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-18T04:32:26.378Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 4745083a-04f6-4c0e-b255-0a5044de69e1
2022-04-18T04:32:26.378Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4745083a-04f6-4c0e-b255-0a5044de69e1 matches Tosca VF Customization UUID: 4745083a-04f6-4c0e-b255-0a5044de69e1
2022-04-18T04:32:26.378Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 4745083a-04f6-4c0e-b255-0a5044de69e1  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-04-18T04:32:26.380Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.380Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:26.380Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 4745083a-04f6-4c0e-b255-0a5044de69e1: {\"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-04-18T04:32:26.380Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b652fb2
2022-04-18T04:32:26.380Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.380Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:32:26.381Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1209a022-d943-4892-ab3b-3a41b5bc3f70
2022-04-18T04:32:26.381Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1209a022-d943-4892-ab3b-3a41b5bc3f70
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-04-18T04:32:26.382Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.383Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:26.383Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:32:26.383Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.383Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:26.383Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:32:26.383Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.384Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-18T04:32:26.384Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4745083a-04f6-4c0e-b255-0a5044de69e1
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-04-18T04:32:26.385Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.385Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:26.385Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d473186b-d6af-4727-8df5-72e96f9fa532: basic_cnf_macro
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:32:26.386Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:32:26.387Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:26.419Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 41ddda22-68ed-4992-922c-5f5e4c9c99ab 2 ASDC deployResourceStructure
2022-04-18T04:32:26.419Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:26.419Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:26.419Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:32:26.419Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:26.421Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:26.422Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256346419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:32:26.522Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:26.522Z||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-04-18T04:32:26.522Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:26.533Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:26.533Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:27.422Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:27.422Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:27.423Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:32:27.423Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:27.424Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:27.424Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256347422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:32:27.525Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:32:27.525Z||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-04-18T04:32:27.525Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:27.534Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:27.535Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:32:28.425Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:28.425Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:28.425Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-18T04:32:28.426Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:28.427Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:28.427Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256348425,
  "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-04-18T04:32:28.527Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:28.528Z||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-04-18T04:32:28.528Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:28.538Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:28.538Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:29.427Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:29.428Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:29.428Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:32:29.428Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:29.429Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:29.430Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256349427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:32:29.530Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:29.530Z||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-04-18T04:32:29.530Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:29.540Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:29.541Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:32:30.430Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:30.431Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||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-04-18T04:32:30.431Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-18T04:32:30.431Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:30.433Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:30.433Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256350430,
  "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-04-18T04:32:30.534Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:32:30.534Z||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-04-18T04:32:30.534Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:30.543Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:30.544Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:32:31.434Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-18T04:32:31.434Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-18T04:32:31.434Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:32:31.434Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:32:31.436Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:32:31.436Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256351433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:32:31.536Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:32:31.537Z||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-04-18T04:32:31.537Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:31.545Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:31.546Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:32:32.437Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28024a89-03b1-4971-aeec-e77b92427306
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:32:32.446Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28024a89-03b1-4971-aeec-e77b92427306
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-04-18T04:32:32.448Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:32:32.448Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:32:32.448Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:32:32.448Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:32:32.448Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:32:32.448Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:32:32.448Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:32:32.448Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:32:32.449Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:32:32.449Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:32:32.449Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:32:32.453Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:32:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:32:46.022Z||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-04-18T04:32:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:32:46.038Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:32:46.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:32:46.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fa3ea35-84c3-49ee-85cc-34087224338e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256295804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:32:46.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:02.453Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28024a89-03b1-4971-aeec-e77b92427306 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-04-18T04:33:02.458Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28024a89-03b1-4971-aeec-e77b92427306 and serviceModelVersionId: d473186b-d6af-4727-8df5-72e96f9fa532
2022-04-18T04:33:02.458Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 083b22e1-5977-48f0-ba29-f72ea54f12df
2022-04-18T04:33:02.459Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?depth=0
2022-04-18T04:33:02.462Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:33:02.487Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?depth=0|INFO|500||Invoke
2022-04-18T04:33:02.487Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28024a89-03b1-4971-aeec-e77b92427306], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0709221-f7bf-467c-a54e-61d403546836], X-ECOMP-RequestID=[28024a89-03b1-4971-aeec-e77b92427306], X-TransactionId=[], X-ONAP-RequestID=[28024a89-03b1-4971-aeec-e77b92427306], Content-Type=[application/merge-patch+json]}
2022-04-18T04:33:02.502Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T04:33:02.603Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?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/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220418-04:33:02:508-76572], vertex-id=[237712], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:33:02 GMT], Content-Type=[application/json]}
2022-04-18T04:33:02.604Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:33:02.604Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083b22e1-5977-48f0-ba29-f72ea54f12df/model-vers/model-ver/d473186b-d6af-4727-8df5-72e96f9fa532?depth=0|INFO|500||InvokeReturn
2022-04-18T04:33:02.604Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:33:02.605Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:33:02.609Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:33:02.609Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28024a89-03b1-4971-aeec-e77b92427306 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:33:02.609Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:33:02.609Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:33:02.611Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:33:02.611Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256382609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:33:02.711Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:33:02.711Z||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-04-18T04:33:02.711Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:33:02.721Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:33:02.721Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 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-04-18T04:33:03.622Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:33:03.622Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:33:03.622Z|28024a89-03b1-4971-aeec-e77b92427306|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:33:13.152Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:33:13.152Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:33:13.152Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:33:13.153Z|28024a89-03b1-4971-aeec-e77b92427306|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:33:22.678Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:33:22.678Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:33:22.678Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:33:22.679Z|28024a89-03b1-4971-aeec-e77b92427306|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:33:32.205Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:33:46.019Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:33:46.019Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:33:46.019Z|28024a89-03b1-4971-aeec-e77b92427306|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:33:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:33:46.021Z||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-04-18T04:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:33:46.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:33:46.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:33:46.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256337310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256339382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256341167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256342484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256343962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256345363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256346419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256347422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256348425,
  "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-04-18T04:33:46.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256349427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-18T04:33:46.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256350430,
  "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-04-18T04:33:46.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:46.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:33:46.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256351433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:33:46.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:33:55.548Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:34:46.019Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:34:46.019Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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-04-18T04:34:46.020Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:34:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:34:46.021Z||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-04-18T04:34:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:34:46.535Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:34:46.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-18T04:34:46.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28024a89-03b1-4971-aeec-e77b92427306",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256382609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:34:46.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:34:55.553Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:46.019Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:35:46.020Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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-04-18T04:35:46.020Z|0630efe6-928f-4b5c-bafe-2fd14e562971|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:35:46.021Z||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-04-18T04:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:46.641Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:46.642Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.642Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d73439ee-3b7a-439c-b451-7e992b0c2cee","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"88811957-0dee-4afa-818c-89fc40692105","serviceDescription":"service","serviceInvariantUUID":"e3666ac4-f183-40e5-9119-8b2ddb268f74","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9253423e-d884-4b99-8c67-ed965a643265","resourceInvariantUUID":"cc183d17-14a5-45a8-ba4a-a2b11c459a6f","resourceCustomizationUUID":"2db5ad10-65b6-4842-beb5-d0e659b00ea9","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":"MDMyNjY1ZDE1MmU3NzgxMzRlMzg3MzgyNWM2NTZiZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f4434bd-2c44-4fd3-97be-0979407e9952","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":"55af01f2-c6f7-41e5-8622-32d37c2ca2de","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":"eee29d57-9fb2-43a9-b0f8-bd94ec34270c","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":"MzUyMWU4Zjg1ZDdhZjU5MmVkODZhNzkyMTIzODQ4MzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9fa0f272-3cf1-4fe1-acbb-408f26e409c6","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":"bc4d4dfb-1677-48fb-b1d7-e85cbc765d9c","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":"0c8c5858-6423-4f39-8abb-722e7df1589f","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":"d26815b5-0c17-4ce8-9120-4c74cdc78887","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":"ZDBhYmM2MWNhZTEwMmY5NDc3MGI5YTc0NDM5ZDY5MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"653349d8-0044-473a-8f29-c2011bc7baf2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmM3YThiODMyZWFhNzU4NDViN2ZmZDgwMGU3NDM3NWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf61cfa-1bf0-433d-92bf-8ce07e9177af","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:35:46.643Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:46.643Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:46.644Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.645Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:46.645Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256509842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256516543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256517914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256518220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256526990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256527066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256527974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256528086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256528093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650256529088,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:35:46.664Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d73439ee-3b7a-439c-b451-7e992b0c2cee
2022-04-18T04:35:46.665Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73439ee-3b7a-439c-b451-7e992b0c2cee 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-04-18T04:35:46.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256529097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:35:46.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "cds",
  "timestamp": 1650256529246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T04:35:46.673Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d73439ee-3b7a-439c-b451-7e992b0c2cee
2022-04-18T04:35:46.673Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73439ee-3b7a-439c-b451-7e992b0c2cee 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-04-18T04:35:46.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650256520772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:35:46.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256521295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:35:46.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "policy-id",
  "timestamp": 1650256530099,
  "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-04-18T04:35:46.682Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d73439ee-3b7a-439c-b451-7e992b0c2cee
2022-04-18T04:35:46.682Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73439ee-3b7a-439c-b451-7e992b0c2cee 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-04-18T04:35:46.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256531004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:35:46.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "aai-ml",
  "timestamp": 1650256532008,
  "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-04-18T04:35:46.691Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d73439ee-3b7a-439c-b451-7e992b0c2cee
2022-04-18T04:35:46.691Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73439ee-3b7a-439c-b451-7e992b0c2cee 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-04-18T04:35:46.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256531127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256541008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256542312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256542612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650256543615,
  "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-04-18T04:35:46.701Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d73439ee-3b7a-439c-b451-7e992b0c2cee
2022-04-18T04:35:46.702Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73439ee-3b7a-439c-b451-7e992b0c2cee 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-04-18T04:35:46.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256544318,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:35:46.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:35:46.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:35:46.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "clamp",
  "timestamp": 1650256545320,
  "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-04-18T04:35:46.711Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d73439ee-3b7a-439c-b451-7e992b0c2cee
2022-04-18T04:35:46.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73439ee-3b7a-439c-b451-7e992b0c2cee 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-04-18T04:35:46.745Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:35:46.745Z||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-04-18T04:35:46.745Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:46.755Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:46.755Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:47.645Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:47.646Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:47.647Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:47.647Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:47.747Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:35:47.748Z||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-04-18T04:35:47.748Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:47.758Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:47.758Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:48.648Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:48.648Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:48.650Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:48.650Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:48.750Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:35:48.751Z||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-04-18T04:35:48.751Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:48.760Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:48.760Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:49.651Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:49.651Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:49.652Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:49.652Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:49.752Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:35:49.753Z||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-04-18T04:35:49.753Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:49.762Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:49.762Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:50.653Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:50.653Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:50.655Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:50.655Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:50.755Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:35:50.756Z||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-04-18T04:35:50.756Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:50.766Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:50.766Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:51.655Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:51.656Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:51.657Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:51.657Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:51.757Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:35:51.758Z||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-04-18T04:35:51.758Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:51.769Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:51.769Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:52.658Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:52.658Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:52.659Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:52.659Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:52.759Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:35:52.760Z||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-04-18T04:35:52.760Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:52.770Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:52.770Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:53.660Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:53.660Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:53.662Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:53.662Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:35:53.762Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:35:53.762Z||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-04-18T04:35:53.762Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:53.771Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:53.771Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:54.662Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:35:54.662Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:54.664Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:54.664Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:35:54.764Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:35:54.764Z||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-04-18T04:35:54.764Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:54.773Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:54.773Z||pool-137-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:55.664Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "88811957-0dee-4afa-818c-89fc40692105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e3666ac4-f183-40e5-9119-8b2ddb268f74",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2db5ad10-65b6-4842-beb5-d0e659b00ea9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9253423e-d884-4b99-8c67-ed965a643265",
      "resourceInvariantUUID": "cc183d17-14a5-45a8-ba4a-a2b11c459a6f",
      "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": "ZmM3YThiODMyZWFhNzU4NDViN2ZmZDgwMGU3NDM3NWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf61cfa-1bf0-433d-92bf-8ce07e9177af"
    }
  ],
  "workloadContext": "Production"
}
2022-04-18T04:35:55.664Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:35:55.665Z|0630efe6-928f-4b5c-bafe-2fd14e562971|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88811957-0dee-4afa-818c-89fc40692105 ASDC
2022-04-18T04:35:55.665Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d73439ee-3b7a-439c-b451-7e992b0c2cee
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:88811957-0dee-4afa-818c-89fc40692105
ServiceInvariantUUID:e3666ac4-f183-40e5-9119-8b2ddb268f74
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:1bf61cfa-1bf0-433d-92bf-8ce07e9177af
ArtifactChecksum:ZmM3YThiODMyZWFhNzU4NDViN2ZmZDgwMGU3NDM3NWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2db5ad10-65b6-4842-beb5-d0e659b00ea9
ResourceInvariantUUID:cc183d17-14a5-45a8-ba4a-a2b11c459a6f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9253423e-d884-4b99-8c67-ed965a643265
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-18T04:35:55.665Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88811957-0dee-4afa-818c-89fc40692105 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-04-18T04:35:55.689Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:35:55.690Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:35:55.690Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:35:55.690Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1bf61cfa-1bf0-433d-92bf-8ce07e9177af from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-18T04:35:55.690Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:35:55.690Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-18T04:35:56.169Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:35:56.175Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1bf61cfa-1bf0-433d-92bf-8ce07e9177af 105656
2022-04-18T04:35:56.175Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-18T04:35:56.176Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-18T04:35:56.176Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:35:56.176Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:56.177Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:56.178Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256556175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:35:56.277Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:35:56.278Z||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-04-18T04:35:56.278Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:56.287Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:56.287Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:57.178Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:35:57.179Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:35:57.179Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1bf61cfa-1bf0-433d-92bf-8ce07e9177af, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-18T04:35:57.179Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-18T04:35:57.179Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-18T04:35:57.179Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-18T04:35:57.275Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1588065742960324327/Definitions/service-TestPnfMacro-template.yml
2022-04-18T04:35:57.771Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-18T04:35:57.772Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.773Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.774Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.774Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.774Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.774Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.774Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.774Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.774Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.774Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:88811957-0dee-4afa-818c-89fc40692105
Model Version:NULL
Model InvariantUuid:e3666ac4-f183-40e5-9119-8b2ddb268f74
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-04-18T04:35:57.781Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9253423e-d884-4b99-8c67-ed965a643265
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-04-18T04:35:57.784Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-04-18T04:35:57.784Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9253423e-d884-4b99-8c67-ed965a643265
2022-04-18T04:35:57.784Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 88811957-0dee-4afa-818c-89fc40692105
2022-04-18T04:35:57.784Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 88811957-0dee-4afa-818c-89fc40692105
2022-04-18T04:35:57.784Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9253423e-d884-4b99-8c67-ed965a643265 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-04-18T04:35:57.787Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4521e994, org.onap.sdc.toscaparser.api.parameters.Input@300932b7, org.onap.sdc.toscaparser.api.parameters.Input@34f82b65, org.onap.sdc.toscaparser.api.parameters.Input@4e57ebed, org.onap.sdc.toscaparser.api.parameters.Input@4f0d6fa]
2022-04-18T04:35:57.788Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.788Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.788Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 88811957-0dee-4afa-818c-89fc40692105: test-pnf
2022-04-18T04:35:57.788Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||Processing PNF resource: 9253423e-d884-4b99-8c67-ed965a643265
2022-04-18T04:35:57.788Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-18T04:35:57.788Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:35:57.788Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||Resource customization UUID: 2db5ad10-65b6-4842-beb5-d0e659b00ea9 is the same as notified resource customizationUUID: 2db5ad10-65b6-4842-beb5-d0e659b00ea9
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-04-18T04:35:57.834Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9253423e-d884-4b99-8c67-ed965a643265 0 ASDC deployResourceStructure
2022-04-18T04:35:57.834Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-18T04:35:57.834Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-18T04:35:57.834Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:35:57.834Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:35:57.836Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:35:57.836Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256557834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:35:57.936Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:35:57.937Z||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-04-18T04:35:57.937Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:35:57.946Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:35:57.946Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:35:58.837Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d73439ee-3b7a-439c-b451-7e992b0c2cee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-18T04:35:58.844Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d73439ee-3b7a-439c-b451-7e992b0c2cee
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-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-18T04:35:58.846Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:35:58.850Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:36:28.850Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d73439ee-3b7a-439c-b451-7e992b0c2cee 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-04-18T04:36:28.856Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d73439ee-3b7a-439c-b451-7e992b0c2cee and serviceModelVersionId: 88811957-0dee-4afa-818c-89fc40692105
2022-04-18T04:36:28.856Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e3666ac4-f183-40e5-9119-8b2ddb268f74
2022-04-18T04:36:28.856Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?depth=0
2022-04-18T04:36:28.860Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:36:28.884Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?depth=0|INFO|500||Invoke
2022-04-18T04:36:28.884Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d73439ee-3b7a-439c-b451-7e992b0c2cee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0ad1fc7-d5b7-4678-9f42-96d3d67c0966], X-ECOMP-RequestID=[d73439ee-3b7a-439c-b451-7e992b0c2cee], X-TransactionId=[], X-ONAP-RequestID=[d73439ee-3b7a-439c-b451-7e992b0c2cee], Content-Type=[application/merge-patch+json]}
2022-04-18T04:36:28.899Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-18T04:36:28.962Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?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/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220418-04:36:28:905-26359], vertex-id=[782504], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:36:28 GMT], Content-Type=[application/json]}
2022-04-18T04:36:28.962Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:36:28.963Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3666ac4-f183-40e5-9119-8b2ddb268f74/model-vers/model-ver/88811957-0dee-4afa-818c-89fc40692105?depth=0|INFO|500||InvokeReturn
2022-04-18T04:36:28.963Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:36:28.963Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:36:28.967Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||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-04-18T04:36:28.968Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d73439ee-3b7a-439c-b451-7e992b0c2cee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:36:28.968Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:36:28.968Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:36:28.969Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:36:28.969Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256588968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:36:29.069Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:36:29.070Z||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-04-18T04:36:29.070Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:36:29.082Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:36:29.083Z||pool-140-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-04-18T04:36:46.019Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:36:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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-04-18T04:36:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:36:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:36:46.022Z||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-04-18T04:36:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:36:46.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:36:46.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:36:46.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:36:46.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:36:55.551Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:37:46.019Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:37:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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-04-18T04:37:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:37:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:37:46.021Z||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-04-18T04:37:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:37:46.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:37:46.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:37:46.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:37:46.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:37:46.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-18T04:37:46.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256546019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256556175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256557834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d73439ee-3b7a-439c-b451-7e992b0c2cee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650256588968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:37:46.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:37:55.556Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:38:46.019Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:38:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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-04-18T04:38:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:38:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:38:46.021Z||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-04-18T04:38:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:38:55.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:38:55.554Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:39:46.019Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:39:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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-04-18T04:39:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:39:46.021Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:39:46.021Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:39:46.021Z|28024a89-03b1-4971-aeec-e77b92427306|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:39:55.552Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:39:55.553Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:40:46.019Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:40:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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-04-18T04:40:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:40:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:40:46.021Z||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-04-18T04:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:40:55.570Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:40:55.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:41:46.019Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:41:46.019Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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-04-18T04:41:46.020Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:41:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:41:46.021Z||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-04-18T04:41:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:41:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:41:55.554Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:42:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:42:46.019Z||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-04-18T04:42:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:42:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:42:46.021Z||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-04-18T04:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:42:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:42:55.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:43:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:43:46.020Z||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-04-18T04:43:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:43:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:43:46.021Z||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-04-18T04:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:43:55.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:43:55.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:44:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:44:46.019Z||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-04-18T04:44:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:44:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:44:46.021Z||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-04-18T04:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:44:55.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:44:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:45:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:45:46.020Z||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-04-18T04:45:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:45:46.021Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:45:46.021Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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-04-18T04:45:46.021Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:45:55.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:45:55.553Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:46:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:46:46.020Z||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-04-18T04:46:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:46:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:46:46.021Z||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-04-18T04:46:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:46:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:46:55.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:47:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:47:46.019Z||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-04-18T04:47:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:47:46.021Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:47:46.021Z|28024a89-03b1-4971-aeec-e77b92427306|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-04-18T04:47:46.021Z|28024a89-03b1-4971-aeec-e77b92427306|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:47:55.552Z|28024a89-03b1-4971-aeec-e77b92427306|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:47:55.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:48:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:48:46.020Z||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-04-18T04:48:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:48:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:48:46.021Z||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-04-18T04:48:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:48:55.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:48:55.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:49:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:49:46.019Z||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-04-18T04:49:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:49:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:49:46.021Z||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-04-18T04:49:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:49:55.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:49:55.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:50:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:50:46.019Z||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-04-18T04:50:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:50:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:50:46.021Z||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-04-18T04:50:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:50:55.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:50:55.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:51:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:51:46.019Z||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-04-18T04:51:46.019Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:51:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:51:46.021Z||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-04-18T04:51:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:51:55.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:51:55.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:52:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:52:46.020Z||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-04-18T04:52:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:52:46.021Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:52:46.021Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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-04-18T04:52:46.021Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:52:55.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:52:55.558Z|d73439ee-3b7a-439c-b451-7e992b0c2cee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-18T04:53:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:53:46.019Z||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-04-18T04:53:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:53:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:53:46.021Z||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-04-18T04:53:46.021Z||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 ZJw8aO8pWyKlZY78) ...