Results

By type

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

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

2022-05-20T11:43:52.344Z||main|||||INFO|500||The following profiles are active: basic
2022-05-20T11:44:00.262Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-20T11:44:00.263Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-20T11:44:00.337Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-20T11:44:02.474Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-20T11:44:02.628Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-20T11:44:03.012Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-20T11:44:03.019Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-20T11:44:03.081Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-20T11:44:03.168Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-20T11:44:03.534Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-20T11:44:04.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-20T11:44:05.883Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-20T11:44:05.921Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-20T11:44:06.325Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-20T11:44:06.611Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-20T11:44:07.478Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-20T11:44:08.320Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-20T11:44:08.337Z||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$$49510b5f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-20T11:44:08.338Z||main|||||WARN|500||The sdc end point is not alive
2022-05-20T11:44:10.474Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-20T11:44:12.781Z||main|||||WARN|500||---
2022-05-20T11:44:12.782Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-20T11:44:12.782Z||main|||||WARN|500||---
2022-05-20T11:44:13.129Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-20T11:44:17.276Z||main|||||INFO|500||Started Application in 28.887 seconds (JVM running for 29.901)
2022-05-20T11:44:17.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-20T11:44:17.320Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-20T11:44:17.331Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-20T11:44:17.349Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-20T11:44:17.429Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e40e215-202d-4475-a2d6-0c49da149d58 url= /sdc/v1/artifactTypes
2022-05-20T11:44:17.430Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-20T11:44:17.663Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-20T11:44:17.688Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-20T11:44:17.709Z||scheduling-1|||||DEBUG|500||create keys
2022-05-20T11:44:17.715Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-20T11:44:17.742Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:44:17.761Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d7c0ad0-f6f2-40fb-bb83-338fdd40f7e0 url= /sdc/v1/registerForDistribution
2022-05-20T11:44:17.892Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d7c0ad0-f6f2-40fb-bb83-338fdd40f7e0 url= /sdc/v1/registerForDistribution
2022-05-20T11:44:17.893Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-20T11:44:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:44:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:44:17.909Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-20T11:44:17.910Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:44:17.912Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:44:17.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:44:17.912Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:44:28.220Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:44:28.221Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:45:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:45:17.903Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:45:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:45:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:45:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:45:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:45:27.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:45:27.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:46:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:46:17.903Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:46:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:46:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:46:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:46:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:46:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:46:27.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:47:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:47:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:47:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:47:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:47:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:47:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:47:27.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:47:27.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:48:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:48:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:48:17.903Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:48:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:48:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:48:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:48:27.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:48:27.474Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:49:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:49:17.903Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:49:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:49:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:49:17.905Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:49:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:49:27.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:49:27.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:50:17.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:50:17.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:50:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:50:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:50:17.904Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:50:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:50:27.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:50:27.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:51:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:51:17.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:51:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:51:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:51:17.906Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:51:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:51:27.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:51:27.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:52:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:52:17.903Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:52:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:52:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:52:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:52:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:52:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:52:27.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:53:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:53:17.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:53:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:53:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:53:17.905Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:53:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:53:27.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:53:27.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:53:44.454Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-20T11:54:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:54:17.903Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:54:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:54:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:54:17.904Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:54:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:54:27.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:54:27.458Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:55:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:55:17.903Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:55:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:55:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:55:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:55:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:55:27.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:55:27.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:56:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:56:17.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:56:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:56:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:56:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:56:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:56:27.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:56:27.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:57:17.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:57:17.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:57:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:57:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:57:17.905Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:57:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:57:27.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:57:27.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:58:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:58:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:58:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:58:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:58:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:58:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:58:27.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:58:27.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:59:17.901Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:59:17.902Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:59:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:59:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:59:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:59:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:59:27.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T11:59:27.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:00:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:00:17.902Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:00:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:00:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:00:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:00:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:00:27.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:00:27.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:01:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:01:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:01:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:01:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:01:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:01:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:01:27.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:01:27.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:02:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:02:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:02:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:02:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:02:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:02:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:02:27.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:02:27.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:03:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:03:17.902Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:03:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:03:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:03:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:03:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:03:27.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:03:27.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:04:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:04:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:04:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:04:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:04:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:04:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:04:27.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:04:27.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:05:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:05:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:05:17.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:05:17.905Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:05:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:05:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:05:27.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:05:27.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:06:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:06:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:06:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:06:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:06:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:06:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:06:27.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:06:27.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:07:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:07:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:07:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:07:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:07:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:07:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:07:27.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:07:27.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:08:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:08:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:08:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:08:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:08:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:08:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:08:27.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:08:27.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:09:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:09:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:09:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:09:17.903Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:09:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:09:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:09:27.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:09:27.451Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:10:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:10:17.902Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:10:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:10:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:10:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:10:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:10:27.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:10:27.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:11:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:11:17.903Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:11:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:11:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:11:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:11:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:11:27.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:11:27.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:12:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:12:17.903Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:12:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:12:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:12:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:12:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:12:27.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:12:27.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:13:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:13:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:13:17.903Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:13:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:13:17.905Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:13:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:13:27.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:13:27.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:14:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:14:17.903Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:14:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:14:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:14:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:14:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:14:27.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:14:27.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:15:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:15:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:15:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:15:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:15:17.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:15:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:15:27.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:15:27.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:16:17.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:16:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:16:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:16:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:16:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:16:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:16:27.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:16:27.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:17:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:17:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:17:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:17:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:17:17.905Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:17:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:17:27.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:17:27.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:18:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:18:17.903Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:18:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:18:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:18:17.905Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:18:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:18:27.451Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:18:27.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:19:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:19:17.903Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:19:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:19:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:19:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:19:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:19:27.451Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:19:27.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:20:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:20:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:20:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:20:17.903Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:20:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:20:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:20:27.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:20:27.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:21:17.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:21:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:21:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:21:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:21:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:21:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:21:27.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:21:27.452Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:22:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:22:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:22:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:22:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:22:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:22:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:22:27.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:22:27.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:23:17.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:23:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:23:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:23:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:23:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:23:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:23:27.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:23:27.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:24:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:24:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:24:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:24:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:24:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:24:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:24:27.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:24:27.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:25:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:25:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:25:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:25:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:25:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:25:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:25:27.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:25:27.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:26:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:26:17.903Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:26:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:26:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:26:17.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:26:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:26:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:26:27.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:27:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:27:17.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:27:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:27:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:27:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:27:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:27:27.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:27:27.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:28:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:28:17.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:28:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:28:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:28:17.904Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:28:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:28:27.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:28:27.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:29:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:29:17.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:29:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:29:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:29:17.906Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:29:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:29:27.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:29:27.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:30:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:30:17.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:30:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:30:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:30:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:30:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:30:27.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:30:27.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:31:17.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:31:17.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:31:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:31:17.903Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:31:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:31:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:31:27.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:31:27.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:32:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:32:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:32:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:32:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:32:17.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:32:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:32:27.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:32:27.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:33:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:33:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:33:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:33:17.903Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:33:17.904Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:33:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:33:27.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:33:27.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:34:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:34:17.903Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:34:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:34:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:34:17.905Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:34:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:34:27.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:34:27.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:35:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:35:17.903Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:35:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:35:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:35:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:35:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:35:27.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:35:27.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:36:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:36:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:36:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:36:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:36:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:36:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:36:27.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:36:27.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:37:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:37:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:37:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:37:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:37:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:37:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:37:27.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:37:27.455Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:38:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:38:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:38:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:38:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:38:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:38:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:38:27.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:38:27.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:39:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:39:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:39:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:39:17.903Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:39:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:39:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:39:27.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:39:27.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:40:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:40:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:40:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:40:17.903Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:40:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:40:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:40:27.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:40:27.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:41:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:41:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:41:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:41:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:41:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:41:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:41:27.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:41:27.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:42:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:42:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:42:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:42:17.903Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:42:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:42:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:42:27.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:42:27.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:43:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:43:17.903Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:43:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:43:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:43:17.906Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:43:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:43:27.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:43:27.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:44:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:44:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:44:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:44:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:44:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:44:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:44:27.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:44:27.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:45:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:45:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:45:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:45:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:45:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:45:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:45:27.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:45:27.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:46:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:46:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:46:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:46:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:46:17.905Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:46:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:46:27.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:46:27.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:47:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:47:17.903Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:47:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:47:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:47:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:47:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:47:27.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:47:27.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:48:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:48:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:48:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:48:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:48:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:48:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:48:27.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:48:27.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:49:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:49:17.902Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:49:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:49:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:49:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:49:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:49:27.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:49:27.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:50:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:50:17.903Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:50:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:50:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:50:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:50:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:50:27.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:50:27.455Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:51:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:51:17.903Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:51:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:51:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:51:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:51:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:51:27.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:51:27.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:52:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:52:17.903Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:52:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:52:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:52:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:52:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:52:27.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:52:27.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:53:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:53:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:53:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:53:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:53:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:53:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:53:27.454Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:53:27.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:54:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:54:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:54:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:54:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:54:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:54:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:54:27.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:54:27.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:55:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:55:17.903Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:55:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:55:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:55:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:55:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:55:27.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:55:27.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:56:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:56:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:56:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:56:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:56:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:56:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:56:27.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:56:27.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:57:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:57:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:57:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:57:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:57:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:57:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:57:27.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:57:27.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:58:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:58:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:58:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:58:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:58:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:58:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:58:27.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:58:27.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:59:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:59:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:59:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:59:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:59:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:59:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:59:27.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T12:59:27.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:00:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:00:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:00:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:00:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:00:17.904Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:00:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:00:27.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:00:27.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:01:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:01:17.903Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:01:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:01:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:01:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:01:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:01:27.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:01:27.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:02:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:02:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:02:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:02:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:02:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:02:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:02:27.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:02:27.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:03:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:03:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:03:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:03:17.903Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:03:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:03:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:03:27.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:03:27.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:04:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:04:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:04:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:04:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:04:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:04:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:04:27.444Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:04:27.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:05:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:05:17.903Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:05:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:05:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:05:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:05:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:05:27.455Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:05:27.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:06:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:06:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:06:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:06:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:06:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:06:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:06:27.446Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:06:27.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:07:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:07:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:07:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:07:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:07:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:07:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:07:27.446Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:07:27.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:08:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:08:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:08:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:08:17.903Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:08:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:08:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:08:27.448Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:08:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:09:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:09:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:09:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:09:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:09:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:09:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:09:27.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:09:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:10:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:10:17.903Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:10:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:10:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:10:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:10:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:10:27.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:10:27.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:11:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:11:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:11:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:11:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:11:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:11:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:11:27.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:11:27.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:12:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:12:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:12:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:12:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:12:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:12:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:12:27.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:12:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:13:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:13:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:13:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:13:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:13:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:13:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:13:27.452Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:13:27.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:14:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:14:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:14:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:14:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:14:17.905Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:14:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:14:27.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:14:27.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:15:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:15:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:15:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:15:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:15:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:15:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:15:27.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:15:27.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:16:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:16:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:16:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:16:17.903Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:16:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:16:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:16:27.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:16:27.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:17:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:17:17.903Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:17:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:17:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:17:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:17:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:17:27.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:17:27.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:18:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:18:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:18:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:18:17.903Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:18:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:18:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:18:27.444Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:18:27.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:19:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:19:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:19:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:19:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:19:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:19:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:19:27.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:19:27.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:20:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:20:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:20:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:20:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:20:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:20:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:20:27.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:20:27.452Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:21:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:21:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:21:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:21:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:21:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:21:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:21:27.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:21:27.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:22:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:22:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:22:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:22:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:22:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:22:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:22:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:22:27.454Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:23:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:23:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:23:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:23:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:23:17.904Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:23:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:23:27.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:23:27.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:24:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:24:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:24:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:24:17.903Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:24:17.904Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:24:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:24:27.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:24:27.451Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:25:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:25:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:25:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:25:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:25:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:25:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:25:27.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:25:27.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:26:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:26:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:26:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:26:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:26:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:26:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:26:27.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:26:27.450Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:27:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:27:17.903Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:27:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:27:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:27:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:27:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:27:27.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:27:27.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:28:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:28:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:28:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:28:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:28:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:28:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:28:27.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:28:27.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:29:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:29:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:29:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:29:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:29:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:29:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:29:27.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:29:27.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:30:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:30:17.903Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:30:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:30:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:30:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:30:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:30:27.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:30:27.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:31:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:31:17.903Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:31:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:31:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:31:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:31:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:31:27.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:31:27.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:32:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:32:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:32:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:32:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:32:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:32:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:32:27.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:32:27.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:33:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:33:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:33:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:33:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:33:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:33:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:33:27.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:33:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:34:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:34:17.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:34:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:34:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:34:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:34:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:34:27.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:34:27.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:35:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:35:17.903Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:35:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:35:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:35:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:35:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:35:27.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:35:27.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:36:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:36:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:36:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:36:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:36:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:36:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:36:27.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:36:27.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:37:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:37:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:37:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:37:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:37:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:37:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:37:27.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:37:27.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:38:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:38:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:38:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:38:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:38:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:38:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:38:27.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:38:27.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:39:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:39:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:39:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:39:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:39:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:39:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:39:27.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:39:27.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:40:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:40:17.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:40:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:40:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:40:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:40:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:40:27.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:40:27.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:41:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:41:17.902Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:41:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:41:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:41:17.905Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:41:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:41:27.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:41:27.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:42:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:42:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:42:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:42:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:42:17.905Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:42:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:42:27.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:42:27.451Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:43:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:43:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:43:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:43:17.903Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:43:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:43:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:43:27.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:43:27.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:44:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:44:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:44:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:44:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:44:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:44:23.788Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:23.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T13:44:23.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e23421d-b2c4-417a-b1c4-48cf68b05f0f","serviceName":"vFW 2022-05-20 13-41-37","serviceVersion":"1.0","serviceUUID":"c1462b09-9627-4333-83ca-edaa5bc4489e","serviceDescription":"catalog service description","serviceInvariantUUID":"255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8","resources":[{"resourceInstanceName":"vFW 3f463f8c-9099 0","resourceName":"vFW 3f463f8c-9099","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"499bff34-0de9-49a8-8ab4-0cb5bc4293c4","resourceInvariantUUID":"cccf6961-6832-4dc6-a331-be0aba65ee8a","resourceCustomizationUUID":"0b20bf89-fd40-44e6-b71e-dcd5da249fb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml","artifactChecksum":"OTljOWI3OGY0YmNmYTdlYWM4YWY4ZDQwZDIyMzE1Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84b39ff6-4c99-49cf-8e0b-c9a284b7f458","artifactVersion":"1"},{"artifactName":"vfw3f463f8c90990_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json","artifactChecksum":"YmZjYTk5MjBjZGE3NjNiMWQzZTBmZDczYzE2NWY4ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0cb8d14-b371-45dc-9118-ffe05d567a39","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a36b6ca-ef2e-436a-a6bb-60d16d220a93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml","artifactChecksum":"YzA2MjlhMzUwN2E3N2NkNmE1OTk2MGExNDBiOWE1MzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85940fb2-c8ee-4672-91bb-5f92fbc4be2b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea452d8e-5a23-44ee-bec8-953ed4a4db81","artifactVersion":"2","generatedFromUUID":"7a36b6ca-ef2e-436a-a6bb-60d16d220a93"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220520134137-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml","artifactChecksum":"NDZkYTFmMjBmZjg3YTRkODE4M2IyZGUwOTAzZDVjMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22692be1-39e1-4954-9836-ee4736a8beef","artifactVersion":"1"},{"artifactName":"service-Vfw20220520134137-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar","artifactChecksum":"ZjRkMmRjZWI3NGY5ZGRhN2NjNTI3ZDIxZTY5NGUzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b16ba0cd-d3d1-4ffc-9005-de6f244cc0be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T13:44:23.795Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:23.799Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:23.805Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:23.806Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:44:23.906Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:44:23.909Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:23.909Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:23.923Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:23.924Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1}
2022-05-20T13:44:24.046Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:24.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:44:24.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:44:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:44:24.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:44:24.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054261196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:44:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:44:24.810Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:24.811Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:24.813Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:24.813Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T13:44:24.913Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:24.914Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:24.915Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:24.928Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:24.929Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:25.814Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:25.815Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:25.817Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:25.817Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:44:25.917Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:25.919Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:25.919Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:25.931Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:25.932Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:26.818Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:26.819Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:26.821Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:26.821Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:44:26.921Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:26.922Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:26.922Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:26.934Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:26.935Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:27.822Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:27.823Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:27.826Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:27.826Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-20T13:44:27.926Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:27.927Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:27.927Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:27.942Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:27.943Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:28.827Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:28.828Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:28.830Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:28.830Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:44:28.930Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:44:28.931Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:28.931Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:28.947Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:28.948Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:29.831Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:29.831Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:29.833Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:29.833Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:44:29.933Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:29.934Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:29.934Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:29.948Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:29.949Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:30.834Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "serviceName": "vFW 2022-05-20 13-41-37",
  "serviceVersion": "1.0",
  "serviceUUID": "c1462b09-9627-4333-83ca-edaa5bc4489e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8",
  "resources": [
    {
      "resourceInstanceName": "vFW 3f463f8c-9099 0",
      "resourceCustomizationUUID": "0b20bf89-fd40-44e6-b71e-dcd5da249fb2",
      "resourceName": "vFW 3f463f8c-9099",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "499bff34-0de9-49a8-8ab4-0cb5bc4293c4",
      "resourceInvariantUUID": "cccf6961-6832-4dc6-a331-be0aba65ee8a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3f463f8c90990_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
          "artifactChecksum": "YmZjYTk5MjBjZGE3NjNiMWQzZTBmZDczYzE2NWY4ZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c0cb8d14-b371-45dc-9118-ffe05d567a39",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7a36b6ca-ef2e-436a-a6bb-60d16d220a93",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea452d8e-5a23-44ee-bec8-953ed4a4db81",
            "generatedFromUUID": "7a36b6ca-ef2e-436a-a6bb-60d16d220a93"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea452d8e-5a23-44ee-bec8-953ed4a4db81",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220520134137-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
      "artifactChecksum": "ZjRkMmRjZWI3NGY5ZGRhN2NjNTI3ZDIxZTY5NGUzY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b16ba0cd-d3d1-4ffc-9005-de6f244cc0be"
    }
  ],
  "workloadContext": "Production"
}
2022-05-20T13:44:30.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T13:44:30.836Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1462b09-9627-4333-83ca-edaa5bc4489e ASDC
2022-05-20T13:44:30.898Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2e23421d-b2c4-417a-b1c4-48cf68b05f0f
ServiceName:vFW 2022-05-20 13-41-37
ServiceVersion:1.0
ServiceUUID:c1462b09-9627-4333-83ca-edaa5bc4489e
ServiceInvariantUUID:255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220520134137-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
ArtifactUUID:b16ba0cd-d3d1-4ffc-9005-de6f244cc0be
ArtifactChecksum:ZjRkMmRjZWI3NGY5ZGRhN2NjNTI3ZDIxZTY5NGUzY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3f463f8c-9099 0
ResourceCustomizationUUID:0b20bf89-fd40-44e6-b71e-dcd5da249fb2
ResourceInvariantUUID:cccf6961-6832-4dc6-a331-be0aba65ee8a
ResourceName:vFW 3f463f8c-9099
ResourceType:VF
ResourceUUID:499bff34-0de9-49a8-8ab4-0cb5bc4293c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3f463f8c90990_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
ArtifactUUID:c0cb8d14-b371-45dc-9118-ffe05d567a39
ArtifactChecksum:YmZjYTk5MjBjZGE3NjNiMWQzZTBmZDczYzE2NWY4ZWM=
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/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
ArtifactUUID:7a36b6ca-ef2e-436a-a6bb-60d16d220a93
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/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
ArtifactUUID:ea452d8e-5a23-44ee-bec8-953ed4a4db81
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/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
ArtifactUUID:ea452d8e-5a23-44ee-bec8-953ed4a4db81
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-20T13:44:30.899Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1462b09-9627-4333-83ca-edaa5bc4489e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:44:31.074Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:44:31.075Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:44:31.076Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:44:31.076Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b16ba0cd-d3d1-4ffc-9005-de6f244cc0be from URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:31.076Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:44:31.077Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:31.644Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:44:31.659Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar b16ba0cd-d3d1-4ffc-9005-de6f244cc0be 99003
2022-05-20T13:44:31.660Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar ASDC sendASDCNotification
2022-05-20T13:44:31.660Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:31.660Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:44:31.661Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:31.662Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:31.663Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054271659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:44:31.763Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:31.764Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:31.764Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:31.778Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:31.779Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:32.664Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:44:32.664Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:44:32.665Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b16ba0cd-d3d1-4ffc-9005-de6f244cc0be, URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar to file: /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:32.666Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220520134137-csar.csar
2022-05-20T13:44:32.725Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:32.725Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:33.262Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18012492203610587248/Definitions/service-Vfw20220520134137-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-20T13:44:35.564Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3f463f8c-9099 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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.569Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-20T13:44:35.573Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.574Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.576Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.576Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-20T13:44:35.577Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:44:35.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a57f3b0e-fdd8-4faa-b4e5-445c8eeaf1a1
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1eea7ac9-bb9e-4379-906b-019d30cbab9f
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=423a9926-aa61-424b-8465-be7f1a9fd2c9
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-20 13-41-37
Description:catalog service description
Model UUID:c1462b09-9627-4333-83ca-edaa5bc4489e
Model Version:NULL
Model InvariantUuid:255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3f463f8c-9099
Model UUID:08667f1f-3c25-4959-99c3-e67166cea288
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cccf6961-6832-4dc6-a331-be0aba65ee8a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0b20bf89-fd40-44e6-b71e-dcd5da249fb2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ae1ce1b8-feb6-41fa-ad19-d14429898335
ModelName:Vfw3f463f8c9099..base_vfw..module-0
ModelUuid:101bfb12-b017-4cc5-9007-cf96e666f435
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a57f3b0e-fdd8-4faa-b4e5-445c8eeaf1a1
ModelInvariantUuid:2cc45515-140b-41aa-9acd-b25e451ed974
ModelName:vFW 3f463f8c-9099-nodes.vfwCvfc
ModelUuid:3a76dc87-37a2-4d2f-8e77-e62ace875f5b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b517fd52-cf9e-46da-84aa-ad98f1dbd99a
ModelInvariantUuid:5c5a982d-bd4b-4a58-91ac-a447d48761ef
ModelName:Vfw3f463f8c9099.compute.nodes.heat.vfw
ModelUuid:d57268ae-e9b2-4d51-a2b7-1a8f1a417d57
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1eea7ac9-bb9e-4379-906b-019d30cbab9f
ModelInvariantUuid:a223fe0b-21d7-480e-bf37-c181d7b77640
ModelName:vFW 3f463f8c-9099-nodes.vsnCvfc
ModelUuid:090c11b6-7db1-4b06-bdad-f4da67217971
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:df23411c-48f0-440e-8406-41bfa3d303f3
ModelInvariantUuid:a78225b2-f01e-413e-9692-c13eef506ea2
ModelName:Vfw3f463f8c9099.compute.nodes.heat.vsn
ModelUuid:43d35b3a-29cb-4914-93d0-3a573dd6a9f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:423a9926-aa61-424b-8465-be7f1a9fd2c9
ModelInvariantUuid:77587d84-8b7f-4fdd-b767-039eb53c9e32
ModelName:vFW 3f463f8c-9099-nodes.vpgCvfc
ModelUuid:36859aa3-b91f-4d6b-8019-b741b05be0bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f1903247-aa22-4389-93fd-9d588a64943f
ModelInvariantUuid:1b688c8e-ace6-42fd-a20b-0d21f4e25eb8
ModelName:Vfw3f463f8c9099.compute.nodes.heat.vpg
ModelUuid:f78307b5-bb52-4c5b-96a9-b645d12c407c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-20T13:44:35.607Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 499bff34-0de9-49a8-8ab4-0cb5bc4293c4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:44:35.673Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||vFW 3f463f8c-9099 0
2022-05-20T13:44:35.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 499bff34-0de9-49a8-8ab4-0cb5bc4293c4
2022-05-20T13:44:35.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0cb8d14-b371-45dc-9118-ffe05d567a39 from URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
2022-05-20T13:44:35.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:44:35.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
2022-05-20T13:44:35.978Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json c0cb8d14-b371-45dc-9118-ffe05d567a39 785
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json ASDC sendASDCNotification
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:35.981Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:35.981Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054275979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:44:36.082Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:36.083Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:36.083Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:36.097Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:36.098Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:36.983Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3f463f8c9099..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ae1ce1b8-feb6-41fa-ad19-d14429898335",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "101bfb12-b017-4cc5-9007-cf96e666f435",
    "vfModuleModelCustomizationUUID": "2d0553f5-fc6c-4a9b-80ed-ce267fe567a1",
    "isBase": true,
    "artifacts": [
      "7a36b6ca-ef2e-436a-a6bb-60d16d220a93",
      "ea452d8e-5a23-44ee-bec8-953ed4a4db81"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T13:44:36.999Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f463f8c9099..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:101bfb12-b017-4cc5-9007-cf96e666f435
VfModuleModelInvariantUUID:ae1ce1b8-feb6-41fa-ad19-d14429898335
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a36b6ca-ef2e-436a-a6bb-60d16d220a93
,
ea452d8e-5a23-44ee-bec8-953ed4a4db81

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

isBase:true


}

2022-05-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3f463f8c9099..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ae1ce1b8-feb6-41fa-ad19-d14429898335",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "101bfb12-b017-4cc5-9007-cf96e666f435",
    "vfModuleModelCustomizationUUID": "2d0553f5-fc6c-4a9b-80ed-ce267fe567a1",
    "isBase": true,
    "artifacts": [
      "7a36b6ca-ef2e-436a-a6bb-60d16d220a93",
      "ea452d8e-5a23-44ee-bec8-953ed4a4db81"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f463f8c9099..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:101bfb12-b017-4cc5-9007-cf96e666f435
VfModuleModelInvariantUUID:ae1ce1b8-feb6-41fa-ad19-d14429898335
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a36b6ca-ef2e-436a-a6bb-60d16d220a93
,
ea452d8e-5a23-44ee-bec8-953ed4a4db81

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

isBase:true


}

2022-05-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7a36b6ca-ef2e-436a-a6bb-60d16d220a93 from URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
2022-05-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
2022-05-20T13:44:37.101Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml 7a36b6ca-ef2e-436a-a6bb-60d16d220a93 20368
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:37.105Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:37.106Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054277103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:44:37.206Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:37.207Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:37.207Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:37.222Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:37.223Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:38.106Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea452d8e-5a23-44ee-bec8-953ed4a4db81 from URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
2022-05-20T13:44:38.106Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:44:38.107Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
2022-05-20T13:44:38.288Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:44:38.288Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env ea452d8e-5a23-44ee-bec8-953ed4a4db81 2098
2022-05-20T13:44:38.289Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-20T13:44:38.289Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
2022-05-20T13:44:38.289Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:44:38.290Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:38.293Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:38.293Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054278289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:44:38.393Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:38.394Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:38.394Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:38.409Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:38.410Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:39.294Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c1462b09-9627-4333-83ca-edaa5bc4489e
2022-05-20T13:44:39.295Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3f463f8c-9099 0 499bff34-0de9-49a8-8ab4-0cb5bc4293c4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:44:39.334Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15a2ac04, org.onap.sdc.toscaparser.api.parameters.Input@43b4c10c, org.onap.sdc.toscaparser.api.parameters.Input@6f79fa72, org.onap.sdc.toscaparser.api.parameters.Input@4a5bf9b0, org.onap.sdc.toscaparser.api.parameters.Input@4a99ae73]
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0b20bf89-fd40-44e6-b71e-dcd5da249fb2
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b20bf89-fd40-44e6-b71e-dcd5da249fb2 matches Tosca VF Customization UUID: 0b20bf89-fd40-44e6-b71e-dcd5da249fb2
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0b20bf89-fd40-44e6-b71e-dcd5da249fb2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-20T13:44:39.343Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.343Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.345Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0b20bf89-fd40-44e6-b71e-dcd5da249fb2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-20T13:44:39.345Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21e74d8e
2022-05-20T13:44:39.345Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.346Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T13:44:39.346Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d0553f5-fc6c-4a9b-80ed-ce267fe567a1
2022-05-20T13:44:39.347Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d0553f5-fc6c-4a9b-80ed-ce267fe567a1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-20T13:44:39.353Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.353Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.353Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.354Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.354Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.354Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.354Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a57f3b0e-fdd8-4faa-b4e5-445c8eeaf1a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1eea7ac9-bb9e-4379-906b-019d30cbab9f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-20T13:44:39.364Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.364Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.364Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=423a9926-aa61-424b-8465-be7f1a9fd2c9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=0b20bf89-fd40-44e6-b71e-dcd5da249fb2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:44:39.371Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.371Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.371Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c1462b09-9627-4333-83ca-edaa5bc4489e: vFW 3f463f8c-9099
2022-05-20T13:44:39.371Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-05-20 13-41-37 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:44:39.674Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3f463f8c-9099 499bff34-0de9-49a8-8ab4-0cb5bc4293c4 1 ASDC deployResourceStructure
2022-05-20T13:44:39.674Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json ASDC sendASDCNotification
2022-05-20T13:44:39.674Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
2022-05-20T13:44:39.674Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:44:39.675Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:39.676Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:39.676Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054279674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T13:44:39.777Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T13:44:39.778Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:39.778Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:39.793Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:39.794Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:40.678Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-20T13:44:40.678Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
2022-05-20T13:44:40.678Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:44:40.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:40.682Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:40.682Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054280677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T13:44:40.781Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:44:40.783Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:40.783Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:40.801Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:40.801Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:41.683Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-20T13:44:41.684Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
2022-05-20T13:44:41.684Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:44:41.684Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:41.685Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:41.686Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054281683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-20T13:44:41.786Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:41.788Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:41.788Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:41.802Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:41.802Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:42.687Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar ASDC sendASDCNotification
2022-05-20T13:44:42.687Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:42.687Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:44:42.688Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:42.690Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:42.690Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054282687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:44:42.790Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:42.791Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:44:42.791Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:42.806Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:44:42.806Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:43.691Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:44:43.716Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:44:43.718Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:44:43.718Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:44:43.718Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:45:13.719Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:45:13.732Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:45:13.734Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:45:13.734Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:45:13.734Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:45:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:45:17.905Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:45:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:45:17.926Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:45:17.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:45:17.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054258970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:45:17.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:45:43.734Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:45:43.746Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:45:43.749Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:45:43.749Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:45:43.749Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:46:13.750Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:46:13.764Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:46:13.767Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:46:13.767Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:46:13.767Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:46:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:46:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:46:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:46:17.925Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:46:17.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:46:17.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054259211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:46:17.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:46:43.768Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:46:43.780Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:46:43.783Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:46:43.784Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:46:43.784Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:47:13.784Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:47:13.798Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:47:13.800Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:47:13.800Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:47:13.800Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:47:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:47:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:47:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:47:17.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:47:17.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054261196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054258970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054259211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054261196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054259211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054258970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054261196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054258970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054259211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054267008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054261196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054259211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054258970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054267008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054261196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054258970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054259211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054267008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054261196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054257902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054259211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054258970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054267008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054271508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054271520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054271504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054271659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054267008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "cds",
  "timestamp": 1653054272520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:47:17.961Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:17.961Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:47:17.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054272512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054267008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "policy-id",
  "timestamp": 1653054273516,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:47:17.974Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:17.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054267008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054273187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054273187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054274899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054273187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054275979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054275992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054275693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054273187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054277094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054277103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054275693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054273187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054278189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:47:17.989Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:17.989Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054278289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054275693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054273187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054279193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054275693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054279674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054273187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054275693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054280677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054275693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054281683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054282006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054275693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054282687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "aai-ml",
  "timestamp": 1653054283010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:47:18.003Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:18.003Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:47:18.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054282700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054283451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054282700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054282700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054282700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054282700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054287937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054282700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054288941,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:47:18.021Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:18.021Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:47:18.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054282700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:47:18.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:47:18.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054298133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054300139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "clamp",
  "timestamp": 1653054301142,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:47:18.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:18.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:47:43.800Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:47:43.813Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:47:43.820Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:47:43.822Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:47:43.822Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:47:43.822Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:47:43.822Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:47:43.829Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T13:48:13.830Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-20T13:48:13.843Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and serviceModelVersionId: c1462b09-9627-4333-83ca-edaa5bc4489e
2022-05-20T13:48:13.844Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8
2022-05-20T13:48:17.903Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:48:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:48:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:48:18.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:18.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054396196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054395693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054393187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054399212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054396196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054395693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054393187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054399212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054396196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054395693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054393187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054399212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054396196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054395693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054393187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054399212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054402700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054396196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054395693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054393187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054399212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054402700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054395693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054396196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054393187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054399212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054402700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054396196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054395693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653054393187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054399212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054402700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054406891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054406891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054407001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054402700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054407009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "cds",
  "timestamp": 1653054407895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:48:18.463Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.463Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054408005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054402700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054407009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "policy-id",
  "timestamp": 1653054409007,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:48:18.476Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.476Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:48:18.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054409099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054402700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054408970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054407009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653054410104,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:48:18.488Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054408970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054407009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054408970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054407009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054408970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054407009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054408970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054407009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054408970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054414851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054408970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054416051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054416943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054417153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054418175,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:48:18.502Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.502Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054418518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653054419179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054420144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:18.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "clamp",
  "timestamp": 1653054421147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:48:18.515Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.515Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054424283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "aai-ml",
  "timestamp": 1653054425287,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:48:18.527Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.527Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:48:24.160Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0
2022-05-20T13:48:24.242Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T13:48:24.572Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|INFO|500||Invoke
2022-05-20T13:48:24.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e23421d-b2c4-417a-b1c4-48cf68b05f0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fade13fe-2fed-4f0e-b33c-5309295123bf], X-ECOMP-RequestID=[2e23421d-b2c4-417a-b1c4-48cf68b05f0f], X-TransactionId=[], X-ONAP-RequestID=[2e23421d-b2c4-417a-b1c4-48cf68b05f0f], Content-Type=[application/merge-patch+json]}
2022-05-20T13:48:24.712Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-20T13:48:25.146Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?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/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220520-13:48:24:720-54777], vertex-id=[155688], Content-Length=[0], Date=[Fri, 20 May 2022 13:48:24 GMT], Content-Type=[application/json]}
2022-05-20T13:48:25.147Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-20T13:48:25.148Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|INFO|500||InvokeReturn
2022-05-20T13:48:25.150Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T13:48:25.150Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:48:25.156Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T13:48:25.159Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T13:48:25.160Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T13:48:25.161Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:25.163Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:25.163Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054505160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T13:48:25.263Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:25.264Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:25.265Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:25.279Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:25.279Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T13:48:26.177Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:48:26.177Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:48:26.177Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:48:30.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:30.569Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T13:48:30.569Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdf220be-e95c-4f74-a284-91487836b16d","serviceName":"basic_onboard_QjSppz","serviceVersion":"1.0","serviceUUID":"1c2a9ad4-e59c-46e6-a309-ad90de9995ec","serviceDescription":"service","serviceInvariantUUID":"d07cadb3-dbd8-4f4e-ac07-462995dd6b2e","resources":[{"resourceInstanceName":"basic_onboard_QjSppz 0","resourceName":"basic_onboard_QjSppz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17f94342-c146-4e82-bc0d-c462ddd87153","resourceInvariantUUID":"ac35b9eb-4f28-45a8-968d-4d75e1899f28","resourceCustomizationUUID":"7183556e-448a-44ae-bf2e-8602125e2eb9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml","artifactChecksum":"MjM3ZDhiZThmNzc2ODgyMmU4YzJjMDJkODY0NjhmNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7f3e2fd-2ef9-415d-b2c9-bed8f57b32ca","artifactVersion":"1"},{"artifactName":"basic_onboard_qjsppz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json","artifactChecksum":"NmNiYmZhMjNlYTY3YTM1ODc3OGIzZjQxY2IxYzM2YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64bc38a4-2cd5-4fc1-8055-9c6e7d2db430","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fef70c3c-e979-46fd-ab49-36f73a460c7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fb5d733d-896d-46e6-8886-c9cf9cd79eb6","artifactVersion":"2","generatedFromUUID":"64bc38a4-2cd5-4fc1-8055-9c6e7d2db430"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQjsppz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml","artifactChecksum":"MDA2MTk5NWFhYTRmNjk3NDc2NDBhZGIwZjdlNzI5ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c825fba-2523-4459-8680-bbfbbb669473","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQjsppz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar","artifactChecksum":"OGQ0Mzg0NTc4MjkzODMxMTJiY2JlNGI0NTUxNjFjNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2587d8bf-5fec-4514-a6ae-576c5310bb4c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T13:48:30.571Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:30.572Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:30.573Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:30.574Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:30.674Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:30.675Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:30.676Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:30.691Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:30.691Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-20T13:48:31.574Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:31.575Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:31.577Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:31.577Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T13:48:31.677Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:31.678Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:31.678Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:31.693Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:31.693Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:32.577Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:32.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:32.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:32.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:48:32.680Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:32.681Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:32.681Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:32.695Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:32.696Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:33.580Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:33.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:33.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:33.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:33.684Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:33.685Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:33.685Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:33.701Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:33.701Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:34.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:34.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:34.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:34.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-20T13:48:34.687Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:34.688Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:34.688Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:34.704Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:34.704Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:35.588Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:35.591Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:35.591Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:48:35.691Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:35.691Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:35.692Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:35.705Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:35.705Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:36.592Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:36.593Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:36.595Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:36.595Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:48:36.695Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:36.696Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:36.696Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:36.709Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:36.709Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:37.597Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "serviceName": "basic_onboard_QjSppz",
  "serviceVersion": "1.0",
  "serviceUUID": "1c2a9ad4-e59c-46e6-a309-ad90de9995ec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d07cadb3-dbd8-4f4e-ac07-462995dd6b2e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QjSppz 0",
      "resourceCustomizationUUID": "7183556e-448a-44ae-bf2e-8602125e2eb9",
      "resourceName": "basic_onboard_QjSppz",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17f94342-c146-4e82-bc0d-c462ddd87153",
      "resourceInvariantUUID": "ac35b9eb-4f28-45a8-968d-4d75e1899f28",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qjsppz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
          "artifactChecksum": "NmNiYmZhMjNlYTY3YTM1ODc3OGIzZjQxY2IxYzM2YTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "64bc38a4-2cd5-4fc1-8055-9c6e7d2db430",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fb5d733d-896d-46e6-8886-c9cf9cd79eb6",
            "generatedFromUUID": "64bc38a4-2cd5-4fc1-8055-9c6e7d2db430"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fb5d733d-896d-46e6-8886-c9cf9cd79eb6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQjsppz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
      "artifactChecksum": "OGQ0Mzg0NTc4MjkzODMxMTJiY2JlNGI0NTUxNjFjNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2587d8bf-5fec-4514-a6ae-576c5310bb4c"
    }
  ],
  "workloadContext": "Production"
}
2022-05-20T13:48:37.598Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T13:48:37.598Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c2a9ad4-e59c-46e6-a309-ad90de9995ec ASDC
2022-05-20T13:48:37.598Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bdf220be-e95c-4f74-a284-91487836b16d
ServiceName:basic_onboard_QjSppz
ServiceVersion:1.0
ServiceUUID:1c2a9ad4-e59c-46e6-a309-ad90de9995ec
ServiceInvariantUUID:d07cadb3-dbd8-4f4e-ac07-462995dd6b2e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQjsppz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
ArtifactUUID:2587d8bf-5fec-4514-a6ae-576c5310bb4c
ArtifactChecksum:OGQ0Mzg0NTc4MjkzODMxMTJiY2JlNGI0NTUxNjFjNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QjSppz 0
ResourceCustomizationUUID:7183556e-448a-44ae-bf2e-8602125e2eb9
ResourceInvariantUUID:ac35b9eb-4f28-45a8-968d-4d75e1899f28
ResourceName:basic_onboard_QjSppz
ResourceType:VF
ResourceUUID:17f94342-c146-4e82-bc0d-c462ddd87153
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qjsppz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
ArtifactUUID:637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4
ArtifactChecksum:NmNiYmZhMjNlYTY3YTM1ODc3OGIzZjQxY2IxYzM2YTQ=
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/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:64bc38a4-2cd5-4fc1-8055-9c6e7d2db430
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/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
ArtifactUUID:fb5d733d-896d-46e6-8886-c9cf9cd79eb6
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/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
ArtifactUUID:fb5d733d-896d-46e6-8886-c9cf9cd79eb6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-20T13:48:37.599Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c2a9ad4-e59c-46e6-a309-ad90de9995ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T13:48:37.631Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:48:37.631Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:48:37.631Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:48:37.631Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2587d8bf-5fec-4514-a6ae-576c5310bb4c from URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:37.632Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:48:37.632Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:37.880Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:48:37.883Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar 2587d8bf-5fec-4514-a6ae-576c5310bb4c 71578
2022-05-20T13:48:37.883Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar ASDC sendASDCNotification
2022-05-20T13:48:37.883Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:37.883Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:48:37.884Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:37.885Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:37.885Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054517883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:37.985Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:37.986Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:37.986Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:38.004Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:38.005Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:38.885Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:48:38.886Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:48:38.886Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2587d8bf-5fec-4514-a6ae-576c5310bb4c, URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar to file: /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:38.887Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:38.887Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:38.887Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:39.400Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16665008308611065999/Definitions/service-BasicOnboardQjsppz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-20T13:48:40.379Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T13:48:40.379Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-20T13:48:40.379Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.379Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QjSppz 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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is not matching search criteria
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=992d1401-7b27-464d-9830-6490cfe97f0b
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_QjSppz
Description:service
Model UUID:1c2a9ad4-e59c-46e6-a309-ad90de9995ec
Model Version:NULL
Model InvariantUuid:d07cadb3-dbd8-4f4e-ac07-462995dd6b2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_QjSppz
Model UUID:35ca7273-0038-438d-8b78-fae8c4eb8891
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac35b9eb-4f28-45a8-968d-4d75e1899f28
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7183556e-448a-44ae-bf2e-8602125e2eb9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8d6b00eb-d07a-45bd-bced-583e511c7ad6
ModelName:BasicOnboardQjsppz..base_ubuntu18..module-0
ModelUuid:58bad7dc-761d-4128-b9a7-c0efa5472275
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:992d1401-7b27-464d-9830-6490cfe97f0b
ModelInvariantUuid:547c1f86-745e-49b2-aa97-46438a9c8e97
ModelName:basic_onboard_QjSppz-nodes.ubuntu18Cvfc
ModelUuid:9a08ef72-442c-4803-9b71-82e361387182
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0463e2f2-a721-4ff7-b2c3-ea70421b9fa8
ModelInvariantUuid:85889aa3-2c10-4302-b75b-43264a6d66d2
ModelName:BasicOnboardQjsppz.compute.nodes.heat.ubuntu18
ModelUuid:96b5aaeb-746c-41ee-9bc8-b9fda256d996
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-20T13:48:40.391Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 17f94342-c146-4e82-bc0d-c462ddd87153
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||basic_onboard_QjSppz 0
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17f94342-c146-4e82-bc0d-c462ddd87153
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4 from URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
2022-05-20T13:48:40.445Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:48:40.446Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json 637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4 798
2022-05-20T13:48:40.446Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json ASDC sendASDCNotification
2022-05-20T13:48:40.446Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
2022-05-20T13:48:40.447Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:48:40.447Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:40.449Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:40.450Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054520446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:40.549Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:48:40.550Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:40.550Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:40.565Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:40.565Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:41.450Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQjsppz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8d6b00eb-d07a-45bd-bced-583e511c7ad6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "58bad7dc-761d-4128-b9a7-c0efa5472275",
    "vfModuleModelCustomizationUUID": "02f47ba9-71ca-4b35-a0ae-06ff43f3309c",
    "isBase": true,
    "artifacts": [
      "64bc38a4-2cd5-4fc1-8055-9c6e7d2db430",
      "fb5d733d-896d-46e6-8886-c9cf9cd79eb6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T13:48:41.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQjsppz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:58bad7dc-761d-4128-b9a7-c0efa5472275
VfModuleModelInvariantUUID:8d6b00eb-d07a-45bd-bced-583e511c7ad6
VfModuleModelDescription:NULL
Artifacts UUID List:{
64bc38a4-2cd5-4fc1-8055-9c6e7d2db430
,
fb5d733d-896d-46e6-8886-c9cf9cd79eb6

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

isBase:true


}

2022-05-20T13:48:41.458Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQjsppz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8d6b00eb-d07a-45bd-bced-583e511c7ad6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "58bad7dc-761d-4128-b9a7-c0efa5472275",
    "vfModuleModelCustomizationUUID": "02f47ba9-71ca-4b35-a0ae-06ff43f3309c",
    "isBase": true,
    "artifacts": [
      "64bc38a4-2cd5-4fc1-8055-9c6e7d2db430",
      "fb5d733d-896d-46e6-8886-c9cf9cd79eb6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T13:48:41.458Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQjsppz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:58bad7dc-761d-4128-b9a7-c0efa5472275
VfModuleModelInvariantUUID:8d6b00eb-d07a-45bd-bced-583e511c7ad6
VfModuleModelDescription:NULL
Artifacts UUID List:{
64bc38a4-2cd5-4fc1-8055-9c6e7d2db430
,
fb5d733d-896d-46e6-8886-c9cf9cd79eb6

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

isBase:true


}

2022-05-20T13:48:41.458Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 64bc38a4-2cd5-4fc1-8055-9c6e7d2db430 from URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
2022-05-20T13:48:41.459Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:48:41.459Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
2022-05-20T13:48:41.512Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:48:41.512Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml 64bc38a4-2cd5-4fc1-8055-9c6e7d2db430 5033
2022-05-20T13:48:41.513Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-20T13:48:41.513Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
2022-05-20T13:48:41.513Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:48:41.513Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:41.515Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:41.515Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054521513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:41.615Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:41.616Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:41.616Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:41.629Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:41.629Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:42.516Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fb5d733d-896d-46e6-8886-c9cf9cd79eb6 from URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
2022-05-20T13:48:42.517Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:48:42.517Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
2022-05-20T13:48:42.557Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:48:42.558Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env fb5d733d-896d-46e6-8886-c9cf9cd79eb6 909
2022-05-20T13:48:42.559Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-20T13:48:42.559Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
2022-05-20T13:48:42.559Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:48:42.559Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:42.563Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:42.563Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054522558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:48:42.663Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:48:42.663Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:42.664Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:42.677Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:42.677Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T13:48:43.564Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1c2a9ad4-e59c-46e6-a309-ad90de9995ec
2022-05-20T13:48:43.565Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QjSppz 0 17f94342-c146-4e82-bc0d-c462ddd87153 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:48:43.577Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63dbbee8, org.onap.sdc.toscaparser.api.parameters.Input@365056fb, org.onap.sdc.toscaparser.api.parameters.Input@75d02f2d, org.onap.sdc.toscaparser.api.parameters.Input@7f58aea4, org.onap.sdc.toscaparser.api.parameters.Input@41ca6359]
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7183556e-448a-44ae-bf2e-8602125e2eb9
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7183556e-448a-44ae-bf2e-8602125e2eb9 matches Tosca VF Customization UUID: 7183556e-448a-44ae-bf2e-8602125e2eb9
2022-05-20T13:48:43.579Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7183556e-448a-44ae-bf2e-8602125e2eb9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-20T13:48:43.580Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.581Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.581Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7183556e-448a-44ae-bf2e-8602125e2eb9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-20T13:48:43.581Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bd351de
2022-05-20T13:48:43.581Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.582Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T13:48:43.582Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02f47ba9-71ca-4b35-a0ae-06ff43f3309c
2022-05-20T13:48:43.582Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02f47ba9-71ca-4b35-a0ae-06ff43f3309c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.585Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is not matching search criteria
2022-05-20T13:48:43.585Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-20T13:48:43.585Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T13:48:43.585Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=992d1401-7b27-464d-9830-6490cfe97f0b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=7183556e-448a-44ae-bf2e-8602125e2eb9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:48:43.589Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.589Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.589Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1c2a9ad4-e59c-46e6-a309-ad90de9995ec: basic_onboard_QjSppz
2022-05-20T13:48:43.589Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.591Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:48:43.591Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.591Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_QjSppz 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:48:43.667Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QjSppz 17f94342-c146-4e82-bc0d-c462ddd87153 1 ASDC deployResourceStructure
2022-05-20T13:48:43.667Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json ASDC sendASDCNotification
2022-05-20T13:48:43.667Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
2022-05-20T13:48:43.668Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:48:43.668Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:43.669Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:43.670Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054523667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:43.770Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:43.771Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:43.771Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:43.785Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:43.786Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:44.670Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-20T13:48:44.672Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
2022-05-20T13:48:44.672Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:48:44.672Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:44.675Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:44.675Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054524670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:44.776Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:48:44.776Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:44.777Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:44.793Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:44.794Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:45.677Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-20T13:48:45.677Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
2022-05-20T13:48:45.677Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:48:45.678Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:45.681Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:45.681Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054525677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:45.781Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:45.781Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:45.781Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:45.796Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:45.796Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:46.682Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar ASDC sendASDCNotification
2022-05-20T13:48:46.683Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:46.683Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:48:46.683Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:46.685Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:46.686Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054526682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:48:46.786Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:46.787Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:48:46.787Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:46.801Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:48:46.801Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:47.687Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdf220be-e95c-4f74-a284-91487836b16d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:48:47.702Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdf220be-e95c-4f74-a284-91487836b16d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:48:47.707Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:48:47.707Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:48:47.714Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T13:49:17.714Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdf220be-e95c-4f74-a284-91487836b16d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-20T13:49:17.723Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdf220be-e95c-4f74-a284-91487836b16d and serviceModelVersionId: 1c2a9ad4-e59c-46e6-a309-ad90de9995ec
2022-05-20T13:49:17.724Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d07cadb3-dbd8-4f4e-ac07-462995dd6b2e
2022-05-20T13:49:17.725Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0
2022-05-20T13:49:17.731Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T13:49:17.760Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-20T13:49:17.761Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0|INFO|500||Invoke
2022-05-20T13:49:17.790Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-20T13:49:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:49:18.191Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0|INFO|500||InvokeReturn
2022-05-20T13:49:18.191Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220520-13:49:17:796-98934], vertex-id=[180240], Content-Length=[0], Date=[Fri, 20 May 2022 13:49:17 GMT], Content-Type=[application/json]}
2022-05-20T13:49:18.192Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-20T13:49:18.192Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T13:49:18.192Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:49:18.197Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T13:49:18.198Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdf220be-e95c-4f74-a284-91487836b16d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T13:49:18.198Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T13:49:18.198Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:49:18.200Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:49:18.200Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054558198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T13:49:18.300Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:49:18.300Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:49:18.301Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:49:18.313Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:49:18.314Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:49:18.321Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:49:18.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054505160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054506177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054517883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054520446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054521513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054522558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054523667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054524670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054525677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054526682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:49:18.330Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T13:49:19.213Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:19.214Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:19.214Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:49:28.759Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:49:28.760Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:28.760Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:28.760Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:49:38.298Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:49:38.299Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:38.299Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:38.300Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:49:47.841Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:49:47.843Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:47.843Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:47.844Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:49:57.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:50:17.902Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:50:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:50:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:50:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:50:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:50:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:50:18.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:50:18.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-20T13:50:18.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653054558198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T13:50:18.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:50:27.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:51:17.902Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:51:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:51:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:51:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:51:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:51:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:51:27.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:51:27.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:52:17.901Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:52:17.902Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:52:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:52:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:52:17.904Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:52:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:52:27.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:52:27.452Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:53:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:53:17.903Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:53:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:53:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:53:17.905Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:53:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:53:27.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:53:27.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:54:17.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:54:17.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:54:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:54:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:54:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:54:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:54:27.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:54:27.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:55:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:55:17.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:55:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:55:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:55:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:55:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:55:27.447Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:55:27.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:56:17.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:56:17.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:56:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:56:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:56:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:56:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:56:27.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:56:27.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:57:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:57:17.903Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:57:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:57:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:57:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:57:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:57:27.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:57:27.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:58:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:58:17.903Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:58:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:58:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:58:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:58:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:58:27.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:58:27.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:59:17.903Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:59:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:59:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:59:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:59:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:59:18.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:18.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a35dfaaf-637e-4f0c-9572-1ec4266ee953","serviceName":"Demo_pNF_FxnIgGHrIvV0hdgodZ8d","serviceVersion":"1.0","serviceUUID":"8b24ec2f-9a6f-4d20-add7-959675a57b40","serviceDescription":"catalog service description","serviceInvariantUUID":"b9a26adf-12dc-410c-a3e8-620313c871b1","resources":[{"resourceInstanceName":"pNF 90f5afa5-b8e6 0","resourceName":"pNF 90f5afa5-b8e6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8876f0dd-cf5a-4900-893f-59a42eda78ec","resourceInvariantUUID":"b4d8d67c-1c91-4b99-a2e5-b004deff48c2","resourceCustomizationUUID":"ad5ca9dd-80eb-408b-b92f-8724b6549621","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml","artifactChecksum":"MmFlMDA1YTAxY2YzMWYzOTEzMjAzOTg3MzUxNzg3Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9efc396-2b8c-424d-8a1a-d0e63f8d692f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar","artifactChecksum":"MDVmMzY2YjI4M2NmZjU0MGNkN2EwMzc1MWFlYjVhZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc9a5231-1f35-41c8-9518-3d9874f2395d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c71bbbe6-0d37-4e90-b22f-e802efb50b01","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml","artifactChecksum":"MDA2YmRlNTU1NDMxZjlhNmQ1YWI3NGEzMGQ0ZWJiYmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b986f30a-c9fb-4622-b126-d67a2a8d4b6e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a85a9cc-80cb-469a-bdb2-a8e88cadeeb8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d690db5e-25e3-4011-a081-eef695545489","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFxnigghrivv0hdgodz8d-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml","artifactChecksum":"NzhkMjJjNWIwMGQ5ZjhmNjlhZmFjNmQ1ZmIxYzhlZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fe18671-a7e8-46fb-8167-eaa4400cf325","artifactVersion":"1"},{"artifactName":"service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar","artifactChecksum":"MThlZjZhY2Y0NjE2MDk3MzMxZjZkZjFjMGM2NTdjOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f87dcf18-60b9-4194-89d9-86b0363e68b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T13:59:18.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:18.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055122700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055119211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055127008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055122700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055119211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055127008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055122700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055119211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055127008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055122700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055119211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055127008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055122700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055119211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055127008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055131196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055122700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055119211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055127008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055131196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055122700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055119211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055127008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055133187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055131196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055122700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055119211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055127008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055133187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055131196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055135742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055133187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055131196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055136744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055133187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055131196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "policy-id",
  "timestamp": 1653055137746,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-05-20T13:59:18.545Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:18.546Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.562Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.562Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055133187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055131196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055137855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055133187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055131196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055133187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055140254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055133187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "cds",
  "timestamp": 1653055141261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:59:18.576Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.576Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055142198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055142984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055143230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055143501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "aai-ml",
  "timestamp": 1653055143988,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:59:18.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055144505,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:59:18.605Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.605Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055145235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:59:18.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "clamp",
  "timestamp": 1653055146238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:59:18.623Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.623Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055145693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055145693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055145693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055145693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055145693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055145693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055145693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055145693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055154414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055156123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055157126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:59:18.643Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.643Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 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=?
2022-05-20T13:59:18.646Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:59:18.646Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:18.646Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.659Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:18.660Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:19.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:19.547Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:19.548Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:19.549Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:19.649Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:19.650Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:19.650Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:19.665Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:19.666Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:20.549Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:20.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:20.553Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:20.553Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:20.653Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:20.654Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:20.654Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:20.668Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:20.669Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:21.553Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:21.554Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:21.557Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:21.557Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:21.657Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:21.658Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:21.659Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:21.672Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:21.672Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:22.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:22.559Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:22.563Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:22.563Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:22.663Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:22.664Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:22.664Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:22.677Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:22.677Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T13:59:23.563Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:23.565Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:23.567Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:23.568Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:23.668Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:23.669Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:23.669Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:23.682Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:23.683Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:24.568Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:24.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:24.571Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:24.572Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T13:59:24.672Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:24.672Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:24.673Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:24.687Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:24.687Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:25.572Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:25.574Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:25.576Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:25.576Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T13:59:25.676Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:25.677Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:25.677Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:25.691Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:25.691Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:26.578Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "serviceName": "Demo_pNF_FxnIgGHrIvV0hdgodZ8d",
  "serviceVersion": "1.0",
  "serviceUUID": "8b24ec2f-9a6f-4d20-add7-959675a57b40",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b9a26adf-12dc-410c-a3e8-620313c871b1",
  "resources": [
    {
      "resourceInstanceName": "pNF 90f5afa5-b8e6 0",
      "resourceCustomizationUUID": "ad5ca9dd-80eb-408b-b92f-8724b6549621",
      "resourceName": "pNF 90f5afa5-b8e6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8876f0dd-cf5a-4900-893f-59a42eda78ec",
      "resourceInvariantUUID": "b4d8d67c-1c91-4b99-a2e5-b004deff48c2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
      "artifactChecksum": "MThlZjZhY2Y0NjE2MDk3MzMxZjZkZjFjMGM2NTdjOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f87dcf18-60b9-4194-89d9-86b0363e68b4"
    }
  ],
  "workloadContext": "Production"
}
2022-05-20T13:59:26.578Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T13:59:26.579Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8b24ec2f-9a6f-4d20-add7-959675a57b40 ASDC
2022-05-20T13:59:26.579Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a35dfaaf-637e-4f0c-9572-1ec4266ee953
ServiceName:Demo_pNF_FxnIgGHrIvV0hdgodZ8d
ServiceVersion:1.0
ServiceUUID:8b24ec2f-9a6f-4d20-add7-959675a57b40
ServiceInvariantUUID:b9a26adf-12dc-410c-a3e8-620313c871b1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
ArtifactUUID:f87dcf18-60b9-4194-89d9-86b0363e68b4
ArtifactChecksum:MThlZjZhY2Y0NjE2MDk3MzMxZjZkZjFjMGM2NTdjOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 90f5afa5-b8e6 0
ResourceCustomizationUUID:ad5ca9dd-80eb-408b-b92f-8724b6549621
ResourceInvariantUUID:b4d8d67c-1c91-4b99-a2e5-b004deff48c2
ResourceName:pNF 90f5afa5-b8e6
ResourceType:PNF
ResourceUUID:8876f0dd-cf5a-4900-893f-59a42eda78ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-20T13:59:26.579Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b24ec2f-9a6f-4d20-add7-959675a57b40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f87dcf18-60b9-4194-89d9-86b0363e68b4 from URL: /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:26.856Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T13:59:26.863Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar f87dcf18-60b9-4194-89d9-86b0363e68b4 82643
2022-05-20T13:59:26.864Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar ASDC sendASDCNotification
2022-05-20T13:59:26.864Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:26.864Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:59:26.864Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:26.866Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:26.866Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055166864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T13:59:26.967Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T13:59:26.968Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:26.968Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:26.982Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:26.982Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:27.867Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:59:27.868Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T13:59:27.868Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f87dcf18-60b9-4194-89d9-86b0363e68b4, URL: /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar to file: /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:27.869Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:27.869Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:27.869Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:27.981Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16108940997313196103/Definitions/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml
2022-05-20T13:59:28.658Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T13:59:28.658Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||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-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||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-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 90f5afa5-b8e6 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-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Node template pNF 90f5afa5-b8e6 0 is matching search criteria
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 90f5afa5-b8e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Node template pNF 90f5afa5-b8e6 0 is matching search criteria
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 90f5afa5-b8e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FxnIgGHrIvV0hdgodZ8d
Description:catalog service description
Model UUID:8b24ec2f-9a6f-4d20-add7-959675a57b40
Model Version:NULL
Model InvariantUuid:b9a26adf-12dc-410c-a3e8-620313c871b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-20T13:59:28.669Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8876f0dd-cf5a-4900-893f-59a42eda78ec
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||pNF 90f5afa5-b8e6 0
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8876f0dd-cf5a-4900-893f-59a42eda78ec
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8b24ec2f-9a6f-4d20-add7-959675a57b40
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8b24ec2f-9a6f-4d20-add7-959675a57b40
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 90f5afa5-b8e6 0 8876f0dd-cf5a-4900-893f-59a42eda78ec ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c38eff0, org.onap.sdc.toscaparser.api.parameters.Input@5218b4e0, org.onap.sdc.toscaparser.api.parameters.Input@2d539fe8, org.onap.sdc.toscaparser.api.parameters.Input@78696387, org.onap.sdc.toscaparser.api.parameters.Input@43154415]
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8b24ec2f-9a6f-4d20-add7-959675a57b40: pNF 90f5afa5-b8e6
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8876f0dd-cf5a-4900-893f-59a42eda78ec
2022-05-20T13:59:28.680Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T13:59:28.680Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.680Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Resource customization UUID: ad5ca9dd-80eb-408b-b92f-8724b6549621 is the same as notified resource customizationUUID: ad5ca9dd-80eb-408b-b92f-8724b6549621
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-20T13:59:28.733Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 90f5afa5-b8e6 8876f0dd-cf5a-4900-893f-59a42eda78ec 0 ASDC deployResourceStructure
2022-05-20T13:59:28.734Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar ASDC sendASDCNotification
2022-05-20T13:59:28.734Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.734Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:59:28.734Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:28.736Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:28.736Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055168734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T13:59:28.836Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:28.837Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T13:59:28.837Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:28.853Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T13:59:28.853Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:29.736Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a35dfaaf-637e-4f0c-9572-1ec4266ee953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:59:29.750Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a35dfaaf-637e-4f0c-9572-1ec4266ee953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T13:59:29.753Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:59:29.753Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:59:29.755Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T13:59:29.755Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:59:29.761Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T13:59:59.761Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a35dfaaf-637e-4f0c-9572-1ec4266ee953 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-20T13:59:59.768Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a35dfaaf-637e-4f0c-9572-1ec4266ee953 and serviceModelVersionId: 8b24ec2f-9a6f-4d20-add7-959675a57b40
2022-05-20T13:59:59.768Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9a26adf-12dc-410c-a3e8-620313c871b1
2022-05-20T13:59:59.769Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0
2022-05-20T13:59:59.772Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T13:59:59.798Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|INFO|500||Invoke
2022-05-20T13:59:59.798Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a35dfaaf-637e-4f0c-9572-1ec4266ee953], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e0b946e-5645-4658-966a-ce681c5f91d3], X-ECOMP-RequestID=[a35dfaaf-637e-4f0c-9572-1ec4266ee953], X-TransactionId=[], X-ONAP-RequestID=[a35dfaaf-637e-4f0c-9572-1ec4266ee953], Content-Type=[application/merge-patch+json]}
2022-05-20T13:59:59.854Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-20T14:00:00.383Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?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/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-13:59:59:860-14501], vertex-id=[155832], Content-Length=[0], Date=[Fri, 20 May 2022 13:59:59 GMT], Content-Type=[application/json]}
2022-05-20T14:00:00.383Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-20T14:00:00.384Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|INFO|500||InvokeReturn
2022-05-20T14:00:00.384Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T14:00:00.384Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:00:00.388Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T14:00:00.389Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a35dfaaf-637e-4f0c-9572-1ec4266ee953 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T14:00:00.389Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T14:00:00.389Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:00:00.392Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:00:00.392Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055200389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:00:00.492Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:00:00.493Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:00:00.493Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:00:00.510Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:00:00.510Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:00:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:00:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:00:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:00:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:00:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:00:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:00:18.023Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:00:18.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:00:18.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:00:18.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:00:27.456Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:01:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:01:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:01:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:01:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:01:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:01:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:01:18.429Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:01:18.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055157901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055166864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055168734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:01:18.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:01:18.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055200389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:01:18.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:01:27.454Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:02:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:02:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:02:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:02:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:02:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:02:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:02:27.451Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:02:27.452Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:03:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:03:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:03:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:03:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:03:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:03:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:03:27.448Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:03:27.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:04:17.901Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:04:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:04:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:04:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:04:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:04:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:04:27.455Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:04:27.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:05:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:05:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:05:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:05:17.904Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:05:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:05:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:05:27.460Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:05:27.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:06:17.901Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:06:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:06:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:06:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:06:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:06:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:06:27.455Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:06:27.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:17.901Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:07:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:07:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:07:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:07:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:07:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:07:18.531Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:18.532Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.532Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"eeae293b-ae8c-4e61-b736-6ba6e3e31fc8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"68aa29aa-b4ac-4141-8c4d-73e92264022e","serviceDescription":"service","serviceInvariantUUID":"6b1a1188-a834-4922-b4a9-3dad80e3ee12","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ea76121-7d6f-493d-bff2-9bcbf805d33c","resourceInvariantUUID":"4545f812-6cc9-4857-8bc3-e3a6bfd66c8d","resourceCustomizationUUID":"cb35dd4f-84d7-4cd8-bf53-3b75cd374e83","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":"YTkzOWU3NDk5MTUxMDVlM2MwMWQ4NTJlM2Y2MGUzNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba1314ee-a64a-42da-b64f-117ae380ce64","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":"949fde60-0852-4e52-bd56-bb4229ef1b3e","artifactVersion":"2","generatedFromUUID":"032771ee-cc7a-44cf-a3a8-65987a417e0b"},{"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":"032771ee-cc7a-44cf-a3a8-65987a417e0b","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":"Y2MxM2E1Yzc1NDJiZGRkZjVjNjM5Mjc1ZjU5ZjI3MmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4967052f-d00c-4346-9627-b906f3388ef4","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":"d88d3d01-1f87-4307-b5e1-96439b69b586","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":"2d75c898-20b3-44c2-a2bd-d9215f53c61a","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":"23660ec2-c5fa-44ee-8534-d33a5eac46aa","artifactVersion":"2","generatedFromUUID":"d88d3d01-1f87-4307-b5e1-96439b69b586"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTJjYWZmZDZmODg1MDEyN2Y2MDNiMjNlZGIyYjI0Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de5a8549-c754-4db1-8856-0a7c28babf64","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2IzODFmN2NhMmU3OTYzMTUzOGUxMDI5OTYxOTIxZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13848b28-cebb-4cc5-9cc8-802b3dd50de7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T14:07:18.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:18.535Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:18.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.535Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.538Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.538Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055587008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055593187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055601951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055603006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055604054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055595693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055596196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055605103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055605421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055605998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055606149,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:07:18.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.564Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "cds",
  "timestamp": 1653055607004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:07:18.581Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.581Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:07:18.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055607153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055607388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055599211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055608391,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:07:18.598Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055609024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055610029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "policy-id",
  "timestamp": 1653055611032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:07:18.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.613Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055602700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055608970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055618856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055622471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055624295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "clamp",
  "timestamp": 1653055625297,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:07:18.630Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.630Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:07:18.638Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:18.639Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055625482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:18.639Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "aai-ml",
  "timestamp": 1653055626485,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:07:18.644Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.644Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:07:18.657Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:18.657Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:07:19.539Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:19.540Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:19.543Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:19.543Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-20T14:07:19.643Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:19.644Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:19.644Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:19.658Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:19.658Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:20.544Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:20.545Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:20.546Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:20.546Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-20T14:07:20.647Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:07:20.648Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:20.648Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:20.661Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:20.661Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:21.546Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:21.547Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:21.548Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:21.548Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:07:21.649Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:21.650Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:21.650Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:21.663Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:21.663Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:22.549Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:22.549Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:22.551Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:22.551Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:07:22.651Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:22.652Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:22.652Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:22.664Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:22.665Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:23.551Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:23.552Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:23.554Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:23.554Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:23.654Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:23.655Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:23.655Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:23.670Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:23.671Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:24.554Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:24.556Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:24.558Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:24.559Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-20T14:07:24.659Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:24.659Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:24.660Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:24.673Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:24.673Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:07:25.559Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:25.560Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:25.562Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:25.563Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:07:25.664Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:25.665Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:25.665Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:25.681Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:25.682Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:26.564Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:26.564Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:26.567Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:26.567Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:07:26.667Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:26.668Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:26.668Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:26.681Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:26.682Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:27.569Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "68aa29aa-b4ac-4141-8c4d-73e92264022e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6b1a1188-a834-4922-b4a9-3dad80e3ee12",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "cb35dd4f-84d7-4cd8-bf53-3b75cd374e83",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ea76121-7d6f-493d-bff2-9bcbf805d33c",
      "resourceInvariantUUID": "4545f812-6cc9-4857-8bc3-e3a6bfd66c8d",
      "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": "949fde60-0852-4e52-bd56-bb4229ef1b3e",
          "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": "032771ee-cc7a-44cf-a3a8-65987a417e0b",
          "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": "Y2MxM2E1Yzc1NDJiZGRkZjVjNjM5Mjc1ZjU5ZjI3MmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4967052f-d00c-4346-9627-b906f3388ef4",
          "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": "d88d3d01-1f87-4307-b5e1-96439b69b586",
          "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": "23660ec2-c5fa-44ee-8534-d33a5eac46aa",
            "generatedFromUUID": "d88d3d01-1f87-4307-b5e1-96439b69b586"
          },
          "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": "23660ec2-c5fa-44ee-8534-d33a5eac46aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Y2IzODFmN2NhMmU3OTYzMTUzOGUxMDI5OTYxOTIxZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13848b28-cebb-4cc5-9cc8-802b3dd50de7"
    }
  ],
  "workloadContext": "Production"
}
2022-05-20T14:07:27.569Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T14:07:27.569Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 68aa29aa-b4ac-4141-8c4d-73e92264022e ASDC
2022-05-20T14:07:27.570Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:68aa29aa-b4ac-4141-8c4d-73e92264022e
ServiceInvariantUUID:6b1a1188-a834-4922-b4a9-3dad80e3ee12
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:13848b28-cebb-4cc5-9cc8-802b3dd50de7
ArtifactChecksum:Y2IzODFmN2NhMmU3OTYzMTUzOGUxMDI5OTYxOTIxZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cb35dd4f-84d7-4cd8-bf53-3b75cd374e83
ResourceInvariantUUID:4545f812-6cc9-4857-8bc3-e3a6bfd66c8d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2ea76121-7d6f-493d-bff2-9bcbf805d33c
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:949fde60-0852-4e52-bd56-bb4229ef1b3e
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:032771ee-cc7a-44cf-a3a8-65987a417e0b
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:4967052f-d00c-4346-9627-b906f3388ef4
ArtifactChecksum:Y2MxM2E1Yzc1NDJiZGRkZjVjNjM5Mjc1ZjU5ZjI3MmE=
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:d88d3d01-1f87-4307-b5e1-96439b69b586
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:23660ec2-c5fa-44ee-8534-d33a5eac46aa
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:23660ec2-c5fa-44ee-8534-d33a5eac46aa
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-20T14:07:27.570Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68aa29aa-b4ac-4141-8c4d-73e92264022e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:07:27.607Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 13848b28-cebb-4cc5-9cc8-802b3dd50de7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-20T14:07:27.842Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:27.849Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 13848b28-cebb-4cc5-9cc8-802b3dd50de7 68953
2022-05-20T14:07:27.849Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-20T14:07:27.849Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-20T14:07:27.850Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:27.850Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:27.852Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:27.852Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055647849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:27.953Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:27.953Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:27.953Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:27.973Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:27.973Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:07:28.853Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:07:28.854Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:07:28.854Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 13848b28-cebb-4cc5-9cc8-802b3dd50de7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:28.855Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-20T14:07:28.855Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:28.855Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:28.951Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12775033153624004019/Definitions/service-BasicCnf-template.yml
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=407aaa23-1b0f-44e6-9d6a-b8a12b2294d1
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.781Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:29.781Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.781Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:68aa29aa-b4ac-4141-8c4d-73e92264022e
Model Version:NULL
Model InvariantUuid:6b1a1188-a834-4922-b4a9-3dad80e3ee12
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a1b09127-431c-4495-8800-aa800c264630
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4545f812-6cc9-4857-8bc3-e3a6bfd66c8d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb35dd4f-84d7-4cd8-bf53-3b75cd374e83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57b09173-8f24-4f3a-845d-7e480b268d04
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c99f3539-d56e-4bdc-a55e-0af4aca28ecc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:407aaa23-1b0f-44e6-9d6a-b8a12b2294d1
ModelInvariantUuid:36f21321-5265-474b-bd39-7b1927de219b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:48d86125-44ce-44bd-b390-c33d76bcab8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:eb8899dc-c7e3-4f55-8579-dd1a7f090007
ModelInvariantUuid:472b7403-abc2-413a-94e5-c9af6742037d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9ad4b0ba-1e93-42e5-ac8b-c4f71a5df881
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-20T14:07:29.787Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ea76121-7d6f-493d-bff2-9bcbf805d33c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:07:29.790Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-05-20T14:07:29.790Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ea76121-7d6f-493d-bff2-9bcbf805d33c
2022-05-20T14:07:29.791Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 949fde60-0852-4e52-bd56-bb4229ef1b3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-20T14:07:29.791Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:29.791Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-20T14:07:30.233Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:30.234Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 949fde60-0852-4e52-bd56-bb4229ef1b3e 12
2022-05-20T14:07:30.234Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-20T14:07:30.234Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-20T14:07:30.234Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:30.235Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:30.236Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:30.237Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055650234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:30.337Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:30.338Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:30.338Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:30.349Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:30.349Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:31.237Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 032771ee-cc7a-44cf-a3a8-65987a417e0b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-20T14:07:31.238Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:31.238Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 032771ee-cc7a-44cf-a3a8-65987a417e0b 2688
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:31.490Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:31.492Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:31.492Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055651489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:31.592Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:31.592Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:31.593Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:31.607Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:31.608Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:32.494Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4967052f-d00c-4346-9627-b906f3388ef4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-20T14:07:32.494Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:32.494Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-20T14:07:32.605Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4967052f-d00c-4346-9627-b906f3388ef4 828
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:32.609Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:32.609Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055652606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:32.709Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:32.710Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:32.711Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:32.725Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:32.726Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:33.610Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "57b09173-8f24-4f3a-845d-7e480b268d04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c99f3539-d56e-4bdc-a55e-0af4aca28ecc",
    "vfModuleModelCustomizationUUID": "ac3de2cd-b078-49d7-b6c9-6f43c12b88d1",
    "isBase": true,
    "artifacts": [
      "d88d3d01-1f87-4307-b5e1-96439b69b586",
      "032771ee-cc7a-44cf-a3a8-65987a417e0b",
      "23660ec2-c5fa-44ee-8534-d33a5eac46aa"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T14:07:33.614Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c99f3539-d56e-4bdc-a55e-0af4aca28ecc
VfModuleModelInvariantUUID:57b09173-8f24-4f3a-845d-7e480b268d04
VfModuleModelDescription:NULL
Artifacts UUID List:{
d88d3d01-1f87-4307-b5e1-96439b69b586
,
032771ee-cc7a-44cf-a3a8-65987a417e0b
,
23660ec2-c5fa-44ee-8534-d33a5eac46aa

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

isBase:true


}

2022-05-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "57b09173-8f24-4f3a-845d-7e480b268d04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c99f3539-d56e-4bdc-a55e-0af4aca28ecc",
    "vfModuleModelCustomizationUUID": "ac3de2cd-b078-49d7-b6c9-6f43c12b88d1",
    "isBase": true,
    "artifacts": [
      "d88d3d01-1f87-4307-b5e1-96439b69b586",
      "032771ee-cc7a-44cf-a3a8-65987a417e0b",
      "23660ec2-c5fa-44ee-8534-d33a5eac46aa"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c99f3539-d56e-4bdc-a55e-0af4aca28ecc
VfModuleModelInvariantUUID:57b09173-8f24-4f3a-845d-7e480b268d04
VfModuleModelDescription:NULL
Artifacts UUID List:{
d88d3d01-1f87-4307-b5e1-96439b69b586
,
032771ee-cc7a-44cf-a3a8-65987a417e0b
,
23660ec2-c5fa-44ee-8534-d33a5eac46aa

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

isBase:true


}

2022-05-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d88d3d01-1f87-4307-b5e1-96439b69b586 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-20T14:07:33.788Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d88d3d01-1f87-4307-b5e1-96439b69b586 1164
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:33.792Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:33.792Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055653789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:33.892Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:33.893Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:33.893Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:33.908Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:33.908Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:34.792Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 23660ec2-c5fa-44ee-8534-d33a5eac46aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-20T14:07:34.793Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:34.793Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 23660ec2-c5fa-44ee-8534-d33a5eac46aa 200
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:34.985Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:34.985Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055654984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:07:35.086Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:07:35.086Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:35.086Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:35.098Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:35.099Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:35.986Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 68aa29aa-b4ac-4141-8c4d-73e92264022e
2022-05-20T14:07:35.987Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2ea76121-7d6f-493d-bff2-9bcbf805d33c 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-05-20T14:07:36.005Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:07:36.009Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14ab40c0, org.onap.sdc.toscaparser.api.parameters.Input@796fb653, org.onap.sdc.toscaparser.api.parameters.Input@4e31ff2e, org.onap.sdc.toscaparser.api.parameters.Input@43a9aa73, org.onap.sdc.toscaparser.api.parameters.Input@dca4f86]
2022-05-20T14:07:36.011Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.011Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:36.011Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-20T14:07:36.011Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= cb35dd4f-84d7-4cd8-bf53-3b75cd374e83
2022-05-20T14:07:36.011Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb35dd4f-84d7-4cd8-bf53-3b75cd374e83 matches Tosca VF Customization UUID: cb35dd4f-84d7-4cd8-bf53-3b75cd374e83
2022-05-20T14:07:36.011Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: cb35dd4f-84d7-4cd8-bf53-3b75cd374e83  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-20T14:07:36.014Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.014Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:36.014Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id cb35dd4f-84d7-4cd8-bf53-3b75cd374e83: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-20T14:07:36.014Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@466e3a83
2022-05-20T14:07:36.014Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.015Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:07:36.015Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac3de2cd-b078-49d7-b6c9-6f43c12b88d1
2022-05-20T14:07:36.015Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac3de2cd-b078-49d7-b6c9-6f43c12b88d1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-20T14:07:36.017Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.017Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:36.018Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:36.018Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.018Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:36.018Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:36.018Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.018Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-20T14:07:36.018Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-20T14:07:36.018Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=407aaa23-1b0f-44e6-9d6a-b8a12b2294d1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-20T14:07:36.021Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.021Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:36.021Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:36.021Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.021Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:36.021Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cb35dd4f-84d7-4cd8-bf53-3b75cd374e83
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:07:36.023Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.023Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:36.023Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 68aa29aa-b4ac-4141-8c4d-73e92264022e: basic_cnf
2022-05-20T14:07:36.023Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:36.024Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:07:36.088Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2ea76121-7d6f-493d-bff2-9bcbf805d33c 1 ASDC deployResourceStructure
2022-05-20T14:07:36.089Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-20T14:07:36.089Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-20T14:07:36.089Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-20T14:07:36.089Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:36.091Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:36.091Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055656088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-20T14:07:36.191Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:36.192Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:36.192Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:36.206Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:36.206Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:37.092Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-20T14:07:37.092Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-20T14:07:37.092Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-20T14:07:37.093Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:37.096Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:37.096Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055657092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-20T14:07:37.196Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:37.196Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:37.196Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:37.208Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:37.209Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:38.097Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-20T14:07:38.097Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-20T14:07:38.098Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:07:38.098Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:38.100Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:38.100Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055658097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:38.200Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:38.201Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:38.201Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:38.213Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:38.213Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:39.101Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-20T14:07:39.102Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-20T14:07:39.102Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:07:39.102Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:39.104Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:39.105Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055659101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:39.205Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:39.205Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:39.205Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:39.221Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:39.221Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:40.105Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-20T14:07:40.106Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-20T14:07:40.106Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:07:40.106Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:40.108Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:40.108Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055660105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:40.208Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:40.209Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:40.210Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:40.228Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:40.228Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:41.109Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-20T14:07:41.110Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-20T14:07:41.110Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:07:41.110Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:41.113Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:41.113Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055661109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:07:41.213Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:41.214Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:07:41.214Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:41.226Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:07:41.227Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:42.114Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:07:42.123Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:07:42.125Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:07:42.125Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T14:07:42.125Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T14:07:42.125Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T14:07:42.125Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:07:42.126Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:07:42.126Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:07:42.126Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:07:42.126Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:07:42.126Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:07:42.126Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:07:42.131Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T14:08:12.132Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-20T14:08:12.136Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and serviceModelVersionId: 68aa29aa-b4ac-4141-8c4d-73e92264022e
2022-05-20T14:08:12.136Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b1a1188-a834-4922-b4a9-3dad80e3ee12
2022-05-20T14:08:12.137Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b1a1188-a834-4922-b4a9-3dad80e3ee12/model-vers/model-ver/68aa29aa-b4ac-4141-8c4d-73e92264022e?depth=0
2022-05-20T14:08:12.141Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T14:08:12.169Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a1188-a834-4922-b4a9-3dad80e3ee12/model-vers/model-ver/68aa29aa-b4ac-4141-8c4d-73e92264022e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-20T14:08:12.170Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a1188-a834-4922-b4a9-3dad80e3ee12/model-vers/model-ver/68aa29aa-b4ac-4141-8c4d-73e92264022e?depth=0|INFO|500||Invoke
2022-05-20T14:08:12.188Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a1188-a834-4922-b4a9-3dad80e3ee12/model-vers/model-ver/68aa29aa-b4ac-4141-8c4d-73e92264022e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-20T14:08:12.255Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a1188-a834-4922-b4a9-3dad80e3ee12/model-vers/model-ver/68aa29aa-b4ac-4141-8c4d-73e92264022e?depth=0|INFO|500||InvokeReturn
2022-05-20T14:08:12.255Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a1188-a834-4922-b4a9-3dad80e3ee12/model-vers/model-ver/68aa29aa-b4ac-4141-8c4d-73e92264022e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-14:08:12:193-23321], vertex-id=[209008], Content-Length=[0], Date=[Fri, 20 May 2022 14:08:12 GMT], Content-Type=[application/json]}
2022-05-20T14:08:12.256Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-20T14:08:12.256Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T14:08:12.256Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:08:12.261Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T14:08:12.262Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T14:08:12.262Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T14:08:12.262Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:12.265Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:12.265Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055692262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:08:12.365Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:12.366Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:12.366Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:12.385Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:12.386Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:08:17.901Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:08:17.902Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:08:17.902Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:08:17.903Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:08:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:08:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:08:18.028Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:18.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:08:18.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:08:18.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:08:18.528Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:18.529Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-20T14:08:18.529Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0572acd9-c2a0-4bb0-b08d-9a6bce9bd302","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0151a03c-cab3-4dc1-913d-f2a2e49e4648","serviceDescription":"service","serviceInvariantUUID":"9c4f0cbf-0f9d-4e16-9668-bd21ad237d84","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4986c750-b69e-472e-b2c6-cb0b84848075","resourceInvariantUUID":"a21d1086-ba3e-4d1c-b9b4-927bdc32fda2","resourceCustomizationUUID":"44d3eb63-2471-4a36-96c5-db2315434f4a","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":"OWNlOWU2YzliMjAwY2FlMzNhNDE5MGY4YzY2NjVjNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5bef0b2a-12bd-4b3f-b547-9117f0be9c19","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":"MGE1MzAzNGQwOThlYTYxZTNlMTI4YmM0ZTNiNTYwYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91fa4e33-1d4e-49ad-94a4-2082519eff25","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":"dd112ac1-c3be-412e-a2c9-61c366f6eabf","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":"28dad689-acaa-4f0c-b9eb-856c3471afab","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":"12035191-611c-4211-925e-c1a13872189e","artifactVersion":"2","generatedFromUUID":"dd112ac1-c3be-412e-a2c9-61c366f6eabf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGNhODgxOGQ4Y2QzNzg2N2E4ZTM5YTVlMzA0YTIyZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a26b146-77d0-4d68-8bea-4efe2ae08b14","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDhhYzRjMjA5NTE3YmFiZTJlYzVkNzZmYWViMTFmZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a22e7ce-1c86-4d0f-88c9-1590cc4a21ae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T14:08:18.531Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:08:18.532Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:18.534Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:18.534Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:08:18.634Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:18.635Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:18.635Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:18.649Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:18.650Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:19.534Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:08:19.535Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:19.537Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:19.537Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:08:19.637Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:19.637Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:19.637Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:19.649Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:19.650Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:20.537Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:08:20.538Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:20.540Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:20.541Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:08:20.641Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:20.641Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:20.642Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:20.653Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:20.653Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:21.541Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:08:21.542Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:21.545Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:21.545Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:08:21.645Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:21.646Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:21.646Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:21.659Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:21.659Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:08:22.546Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:08:22.547Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:22.549Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:22.549Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-20T14:08:22.650Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:22.650Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:22.650Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:22.666Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:22.666Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:23.550Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:08:23.551Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:23.553Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:23.554Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:08:23.654Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:23.654Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:23.654Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:23.666Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:23.666Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:24.554Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:08:24.555Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:24.557Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:24.558Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:08:24.658Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:24.659Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:24.659Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:24.673Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:24.673Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:25.559Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0151a03c-cab3-4dc1-913d-f2a2e49e4648",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9c4f0cbf-0f9d-4e16-9668-bd21ad237d84",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "44d3eb63-2471-4a36-96c5-db2315434f4a",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4986c750-b69e-472e-b2c6-cb0b84848075",
      "resourceInvariantUUID": "a21d1086-ba3e-4d1c-b9b4-927bdc32fda2",
      "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": "MGE1MzAzNGQwOThlYTYxZTNlMTI4YmM0ZTNiNTYwYmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "91fa4e33-1d4e-49ad-94a4-2082519eff25",
          "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": "dd112ac1-c3be-412e-a2c9-61c366f6eabf",
          "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": "12035191-611c-4211-925e-c1a13872189e",
            "generatedFromUUID": "dd112ac1-c3be-412e-a2c9-61c366f6eabf"
          },
          "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": "12035191-611c-4211-925e-c1a13872189e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDhhYzRjMjA5NTE3YmFiZTJlYzVkNzZmYWViMTFmZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a22e7ce-1c86-4d0f-88c9-1590cc4a21ae"
    }
  ],
  "workloadContext": "Production"
}
2022-05-20T14:08:25.559Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T14:08:25.560Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0151a03c-cab3-4dc1-913d-f2a2e49e4648 ASDC
2022-05-20T14:08:25.560Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0151a03c-cab3-4dc1-913d-f2a2e49e4648
ServiceInvariantUUID:9c4f0cbf-0f9d-4e16-9668-bd21ad237d84
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:4a22e7ce-1c86-4d0f-88c9-1590cc4a21ae
ArtifactChecksum:MDhhYzRjMjA5NTE3YmFiZTJlYzVkNzZmYWViMTFmZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:44d3eb63-2471-4a36-96c5-db2315434f4a
ResourceInvariantUUID:a21d1086-ba3e-4d1c-b9b4-927bdc32fda2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4986c750-b69e-472e-b2c6-cb0b84848075
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:91fa4e33-1d4e-49ad-94a4-2082519eff25
ArtifactChecksum:MGE1MzAzNGQwOThlYTYxZTNlMTI4YmM0ZTNiNTYwYmE=
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:dd112ac1-c3be-412e-a2c9-61c366f6eabf
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:12035191-611c-4211-925e-c1a13872189e
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:12035191-611c-4211-925e-c1a13872189e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-20T14:08:25.560Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0151a03c-cab3-4dc1-913d-f2a2e49e4648 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:08:25.593Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:08:25.594Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:08:25.594Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:08:25.594Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4a22e7ce-1c86-4d0f-88c9-1590cc4a21ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-20T14:08:25.594Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:08:25.594Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-20T14:08:25.653Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:08:25.658Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4a22e7ce-1c86-4d0f-88c9-1590cc4a21ae 71059
2022-05-20T14:08:25.658Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-20T14:08:25.658Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-20T14:08:25.658Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:08:25.658Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:25.659Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:25.660Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055705658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:08:25.760Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:25.760Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:25.760Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:25.773Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:25.774Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:26.660Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:08:26.661Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:08:26.662Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4a22e7ce-1c86-4d0f-88c9-1590cc4a21ae, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:26.662Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-20T14:08:26.662Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:26.663Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:27.362Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13263238871573474139/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-20T14:08:28.175Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T14:08:28.175Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:08:28.175Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.175Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-20T14:08:28.175Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:08:28.176Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:28.177Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=72ae02f5-8ddb-4328-9c4b-d686962746c4
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:28.178Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0151a03c-cab3-4dc1-913d-f2a2e49e4648
Model Version:NULL
Model InvariantUuid:9c4f0cbf-0f9d-4e16-9668-bd21ad237d84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:02254682-6136-4844-add6-db9fabee32b1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a21d1086-ba3e-4d1c-b9b4-927bdc32fda2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:44d3eb63-2471-4a36-96c5-db2315434f4a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:683c993e-2a62-41db-9fea-7da90033ebea
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:072c2ece-f11a-41ea-bfdf-141a52f0b869
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:72ae02f5-8ddb-4328-9c4b-d686962746c4
ModelInvariantUuid:16dcc462-ecad-474e-97c4-26dd8d7a9c38
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:51da55c1-93db-48ef-900b-e9a31df8c503
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ab8a6d32-98ee-4e9e-85eb-4f5b06d716e1
ModelInvariantUuid:b4405b07-482d-46d1-890f-64b0cf07e36b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e815cc28-bd06-4c87-95a0-afe76d807532
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-20T14:08:28.185Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4986c750-b69e-472e-b2c6-cb0b84848075
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:08:28.188Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-05-20T14:08:28.188Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4986c750-b69e-472e-b2c6-cb0b84848075
2022-05-20T14:08:28.188Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 91fa4e33-1d4e-49ad-94a4-2082519eff25 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-20T14:08:28.188Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:08:28.188Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-20T14:08:28.440Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:08:28.440Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 91fa4e33-1d4e-49ad-94a4-2082519eff25 787
2022-05-20T14:08:28.440Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-20T14:08:28.440Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-20T14:08:28.441Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:08:28.441Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:28.443Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:28.444Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055708440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:08:28.544Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:28.544Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:28.544Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:28.556Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:28.557Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:29.444Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "683c993e-2a62-41db-9fea-7da90033ebea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "072c2ece-f11a-41ea-bfdf-141a52f0b869",
    "vfModuleModelCustomizationUUID": "c8370eaf-fae9-4b56-8297-ae7cbdf86278",
    "isBase": true,
    "artifacts": [
      "dd112ac1-c3be-412e-a2c9-61c366f6eabf",
      "12035191-611c-4211-925e-c1a13872189e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T14:08:29.449Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:072c2ece-f11a-41ea-bfdf-141a52f0b869
VfModuleModelInvariantUUID:683c993e-2a62-41db-9fea-7da90033ebea
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd112ac1-c3be-412e-a2c9-61c366f6eabf
,
12035191-611c-4211-925e-c1a13872189e

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

isBase:true


}

2022-05-20T14:08:29.452Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "683c993e-2a62-41db-9fea-7da90033ebea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "072c2ece-f11a-41ea-bfdf-141a52f0b869",
    "vfModuleModelCustomizationUUID": "c8370eaf-fae9-4b56-8297-ae7cbdf86278",
    "isBase": true,
    "artifacts": [
      "dd112ac1-c3be-412e-a2c9-61c366f6eabf",
      "12035191-611c-4211-925e-c1a13872189e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T14:08:29.453Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:072c2ece-f11a-41ea-bfdf-141a52f0b869
VfModuleModelInvariantUUID:683c993e-2a62-41db-9fea-7da90033ebea
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd112ac1-c3be-412e-a2c9-61c366f6eabf
,
12035191-611c-4211-925e-c1a13872189e

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

isBase:true


}

2022-05-20T14:08:29.453Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dd112ac1-c3be-412e-a2c9-61c366f6eabf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-20T14:08:29.453Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:08:29.453Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-20T14:08:29.837Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:08:29.837Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dd112ac1-c3be-412e-a2c9-61c366f6eabf 5033
2022-05-20T14:08:29.837Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-20T14:08:29.838Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-20T14:08:29.838Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:08:29.838Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:29.840Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:29.840Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055709837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:08:29.940Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:29.941Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:29.941Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:29.956Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:29.956Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:08:30.841Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 12035191-611c-4211-925e-c1a13872189e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-20T14:08:30.842Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:08:30.842Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-20T14:08:31.085Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:08:31.086Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 12035191-611c-4211-925e-c1a13872189e 903
2022-05-20T14:08:31.086Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-20T14:08:31.086Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-20T14:08:31.086Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:08:31.086Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:31.088Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:31.088Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055711086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:08:31.189Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:31.189Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:31.189Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:31.201Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:31.202Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:08:32.089Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0151a03c-cab3-4dc1-913d-f2a2e49e4648
2022-05-20T14:08:32.090Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4986c750-b69e-472e-b2c6-cb0b84848075 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:08:32.104Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32b426f3, org.onap.sdc.toscaparser.api.parameters.Input@187347ce, org.onap.sdc.toscaparser.api.parameters.Input@2d93544, org.onap.sdc.toscaparser.api.parameters.Input@4ded9e04, org.onap.sdc.toscaparser.api.parameters.Input@5efdbaf4]
2022-05-20T14:08:32.105Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.106Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:32.106Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-20T14:08:32.106Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 44d3eb63-2471-4a36-96c5-db2315434f4a
2022-05-20T14:08:32.106Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 44d3eb63-2471-4a36-96c5-db2315434f4a matches Tosca VF Customization UUID: 44d3eb63-2471-4a36-96c5-db2315434f4a
2022-05-20T14:08:32.106Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 44d3eb63-2471-4a36-96c5-db2315434f4a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-20T14:08:32.108Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.109Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:32.109Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 44d3eb63-2471-4a36-96c5-db2315434f4a: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-20T14:08:32.109Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3636174e
2022-05-20T14:08:32.109Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.110Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:08:32.110Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8370eaf-fae9-4b56-8297-ae7cbdf86278
2022-05-20T14:08:32.110Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8370eaf-fae9-4b56-8297-ae7cbdf86278
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-20T14:08:32.112Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-20T14:08:32.113Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=72ae02f5-8ddb-4328-9c4b-d686962746c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-20T14:08:32.114Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.114Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:32.114Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:08:32.114Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.114Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-20T14:08:32.114Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=44d3eb63-2471-4a36-96c5-db2315434f4a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:08:32.115Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.115Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0151a03c-cab3-4dc1-913d-f2a2e49e4648: basic_vm
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:08:32.116Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:08:32.191Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4986c750-b69e-472e-b2c6-cb0b84848075 1 ASDC deployResourceStructure
2022-05-20T14:08:32.191Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-20T14:08:32.192Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-20T14:08:32.192Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:08:32.192Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:32.194Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:32.194Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055712191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:08:32.295Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:32.296Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:32.296Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:32.310Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:32.310Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:08:33.195Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-20T14:08:33.196Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-20T14:08:33.196Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:08:33.196Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:33.199Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:33.199Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055713195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:08:33.299Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:33.300Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:33.300Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:33.312Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:33.314Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:34.201Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-20T14:08:34.201Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-20T14:08:34.201Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:08:34.201Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:34.203Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:34.204Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055714200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-20T14:08:34.304Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:34.304Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:34.304Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:34.319Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:34.319Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:35.205Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-20T14:08:35.205Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-20T14:08:35.205Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:08:35.205Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:08:35.208Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:08:35.208Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055715204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:08:35.308Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:08:35.309Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:08:35.309Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:08:35.323Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:08:35.324Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:08:36.208Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:08:36.220Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:08:36.223Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:08:36.223Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:08:36.223Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:09:06.224Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:09:06.239Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:09:06.241Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:09:06.242Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:09:06.242Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:09:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:09:17.904Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:09:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:09:17.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:09:17.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055633187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055639212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055641196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055633187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055639212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055641196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055633187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055639212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055641196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055633187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055639212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055641196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055637901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055633187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055639212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055641196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055647008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055647849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055633187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055639212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055641196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055647008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055638970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653055633187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055639212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055641196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055647008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055650234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055647008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055650692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055650741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055650788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055651489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055647008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055651696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "cds",
  "timestamp": 1653055651792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:09:17.954Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
2022-05-20T14:09:17.954Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:09:17.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055652606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.964Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055647008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "policy-id",
  "timestamp": 1653055652698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:09:17.969Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
2022-05-20T14:09:17.969Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:09:17.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055647008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055653789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055654879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055654984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055656088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055656284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055655693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055657092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055655693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055657595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055658097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055655693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055658616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:09:17.988Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
2022-05-20T14:09:17.988Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-20T14:09:17.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055658682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:17.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055659101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:17.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055655693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:17.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:17.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653055659619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:17.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:17.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:17.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "aai-ml",
  "timestamp": 1653055659685,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:09:18.004Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
2022-05-20T14:09:18.004Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:09:18.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055660105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055655693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055661109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055655693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055655693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055662700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055663403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:18.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055662700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055662700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055665722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055662700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653055666724,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:09:18.019Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
2022-05-20T14:09:18.019Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:09:18.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055662700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:18.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055662700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:09:18.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055662700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055680295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055682303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "clamp",
  "timestamp": 1653055683306,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:09:18.031Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
2022-05-20T14:09:18.031Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:09:18.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:09:18.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055692262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:09:18.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:09:36.242Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:09:36.254Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:09:36.257Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:09:36.262Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T14:10:06.262Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-20T14:10:06.270Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and serviceModelVersionId: 0151a03c-cab3-4dc1-913d-f2a2e49e4648
2022-05-20T14:10:06.270Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c4f0cbf-0f9d-4e16-9668-bd21ad237d84
2022-05-20T14:10:06.271Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?depth=0
2022-05-20T14:10:06.277Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T14:10:06.315Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?depth=0|INFO|500||Invoke
2022-05-20T14:10:06.316Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0572acd9-c2a0-4bb0-b08d-9a6bce9bd302], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce3b620a-aba0-4cb4-9100-2ffe0aafcb27], X-ECOMP-RequestID=[0572acd9-c2a0-4bb0-b08d-9a6bce9bd302], X-TransactionId=[], X-ONAP-RequestID=[0572acd9-c2a0-4bb0-b08d-9a6bce9bd302], Content-Type=[application/merge-patch+json]}
2022-05-20T14:10:06.337Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-20T14:10:06.681Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?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/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-14:10:06:343-78908], vertex-id=[483568], Content-Length=[0], Date=[Fri, 20 May 2022 14:10:06 GMT], Content-Type=[application/json]}
2022-05-20T14:10:06.682Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-20T14:10:06.682Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c4f0cbf-0f9d-4e16-9668-bd21ad237d84/model-vers/model-ver/0151a03c-cab3-4dc1-913d-f2a2e49e4648?depth=0|INFO|500||InvokeReturn
2022-05-20T14:10:06.682Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T14:10:06.683Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:10:06.687Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T14:10:06.687Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0572acd9-c2a0-4bb0-b08d-9a6bce9bd302 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T14:10:06.687Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T14:10:06.687Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:10:06.689Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:10:06.689Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055806687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:10:06.790Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:10:06.791Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:10:06.791Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:10:06.810Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:10:06.811Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:10:07.704Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:10:07.704Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:10:07.704Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:10:17.243Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:10:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:10:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:10:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:10:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:10:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:10:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:10:17.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:10:17.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:10:17.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:10:17.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:10:17.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:10:17.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:10:17.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:10:17.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055697901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:10:17.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:10:17.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055705658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:10:17.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055708440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055709837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055711086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:10:17.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055712191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:10:17.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:10:17.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055713195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:10:17.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:10:17.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055714200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-20T14:10:17.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:10:17.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:10:17.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055715204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:10:17.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:10:27.446Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:11:17.901Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:11:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:11:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:11:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:11:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:11:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:11:18.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:11:18.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-20T14:11:18.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0572acd9-c2a0-4bb0-b08d-9a6bce9bd302",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653055806687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:11:18.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:11:27.450Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:12:17.901Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:12:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:12:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:12:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:12:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:12:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:12:27.444Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:12:27.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:13:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:13:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:13:17.903Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:13:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:13:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:13:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:13:27.450Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:13:27.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:14:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:14:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:14:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:14:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:14:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:14:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:14:27.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:14:27.451Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:15:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:15:17.903Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:15:17.903Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:15:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:15:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:15:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:15:27.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:15:27.460Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:16:17.901Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:16:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:16:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:16:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:16:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:16:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:16:27.450Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:16:27.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:17:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:17:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:17:17.903Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:17:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:17:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:17:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:17:27.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:17:27.457Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:18:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:18:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:18:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:18:17.904Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:18:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:18:17.904Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:18:27.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:18:27.455Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:19:17.901Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:19:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:19:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:19:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:19:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:19:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:19:27.456Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:19:27.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:20:17.901Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:20:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:20:17.903Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:20:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:20:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:20:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:20:27.449Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:20:27.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:21:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:21:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:21:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:21:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:21:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:21:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:21:27.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:21:27.452Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:22:17.902Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:22:17.903Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:22:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:22:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:22:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:22:18.532Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:18.533Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-20T14:22:18.533Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5220ef1b-b313-4d16-84b8-e4391c912ede","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"71c9acc2-2631-422d-9968-11c7796c97d6","serviceDescription":"service","serviceInvariantUUID":"fe4db358-8199-4ef1-a715-9ae44dc2ef6b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58136e52-3d00-48f1-bc30-f2e4cab7b92e","resourceInvariantUUID":"2be2b27b-ecc0-438c-bb8b-f614568a8915","resourceCustomizationUUID":"507ee2ee-61a9-4e96-b001-bc905a609f4f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"477b4f1c-7cc7-430b-a1a1-c726b9502d8a","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZGRlNDA0ZmE2ZjdiYjcxNThlYTA4ZmVlYmQzODJkZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ba273c3-d60e-4f64-8766-637729895bb6","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZTkxZGFmMWEwODliNzhjZTYwODJlNTE5YWU5NTgzYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13bcc7e2-fab2-4e4d-8bdc-d3f3f8478822","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e1c787be-2c48-49e3-a7b1-fb344c1ffc90","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bfec33ca-bf7f-4d0d-9a92-0f9906021515","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9fb0694c-32c6-412b-98a4-bb15bf95b571","artifactVersion":"2","generatedFromUUID":"e1c787be-2c48-49e3-a7b1-fb344c1ffc90"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Zjk1ZjRhOGY5Mzg2MjVkYWMzMWVhMjkyZDAzMDQyZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52618479-f4dd-41c9-bd3c-6abc49ca7425","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzAyYTg5NmQxYjJkZmY4MjA1YjcxMDQ1YjM0NzcxZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0b12a34-3e9a-4607-9f85-2ba1dff50a8c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T14:22:18.536Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:22:18.536Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:18.539Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:18.539Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:22:18.570Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:18.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:22:18.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056533187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:22:18.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:22:18.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:22:18.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056532700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:22:18.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:22:18.639Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T14:22:18.640Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:18.640Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:18.655Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:18.655Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:22:19.540Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:22:19.540Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:19.542Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:19.542Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:22:19.642Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:19.643Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:19.643Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:19.656Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:19.656Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:20.542Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:22:20.543Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:20.546Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:20.546Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:22:20.647Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:22:20.648Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:20.648Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:20.661Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:20.661Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:21.547Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:22:21.548Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:21.550Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:21.551Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:22:21.651Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:21.651Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:21.652Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:21.664Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:21.664Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:22.551Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:22:22.552Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:22.555Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:22.555Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:22:22.655Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:22.656Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:22.656Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:22.670Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:22.670Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:23.555Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:22:23.556Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:23.559Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:23.560Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-20T14:22:23.659Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T14:22:23.660Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:23.660Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:23.672Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:23.672Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:24.560Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:22:24.561Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:24.563Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:24.563Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:22:24.664Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:24.664Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:24.665Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:24.678Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:24.679Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:25.564Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:22:25.565Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:25.567Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:25.568Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:22:25.668Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:25.669Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:25.669Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:25.682Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:25.682Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:26.569Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "71c9acc2-2631-422d-9968-11c7796c97d6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fe4db358-8199-4ef1-a715-9ae44dc2ef6b",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "507ee2ee-61a9-4e96-b001-bc905a609f4f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "58136e52-3d00-48f1-bc30-f2e4cab7b92e",
      "resourceInvariantUUID": "2be2b27b-ecc0-438c-bb8b-f614568a8915",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ZTkxZGFmMWEwODliNzhjZTYwODJlNTE5YWU5NTgzYTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "13bcc7e2-fab2-4e4d-8bdc-d3f3f8478822",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e1c787be-2c48-49e3-a7b1-fb344c1ffc90",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9fb0694c-32c6-412b-98a4-bb15bf95b571",
            "generatedFromUUID": "e1c787be-2c48-49e3-a7b1-fb344c1ffc90"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9fb0694c-32c6-412b-98a4-bb15bf95b571",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NzAyYTg5NmQxYjJkZmY4MjA1YjcxMDQ1YjM0NzcxZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f0b12a34-3e9a-4607-9f85-2ba1dff50a8c"
    }
  ],
  "workloadContext": "Production"
}
2022-05-20T14:22:26.570Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T14:22:26.570Z|0572acd9-c2a0-4bb0-b08d-9a6bce9bd302|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71c9acc2-2631-422d-9968-11c7796c97d6 ASDC
2022-05-20T14:22:26.570Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5220ef1b-b313-4d16-84b8-e4391c912ede
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:71c9acc2-2631-422d-9968-11c7796c97d6
ServiceInvariantUUID:fe4db358-8199-4ef1-a715-9ae44dc2ef6b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:f0b12a34-3e9a-4607-9f85-2ba1dff50a8c
ArtifactChecksum:NzAyYTg5NmQxYjJkZmY4MjA1YjcxMDQ1YjM0NzcxZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:507ee2ee-61a9-4e96-b001-bc905a609f4f
ResourceInvariantUUID:2be2b27b-ecc0-438c-bb8b-f614568a8915
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:58136e52-3d00-48f1-bc30-f2e4cab7b92e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:13bcc7e2-fab2-4e4d-8bdc-d3f3f8478822
ArtifactChecksum:ZTkxZGFmMWEwODliNzhjZTYwODJlNTE5YWU5NTgzYTk=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e1c787be-2c48-49e3-a7b1-fb344c1ffc90
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:9fb0694c-32c6-412b-98a4-bb15bf95b571
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:9fb0694c-32c6-412b-98a4-bb15bf95b571
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-20T14:22:26.570Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71c9acc2-2631-422d-9968-11c7796c97d6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:22:26.609Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:22:26.610Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:22:26.610Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:22:26.610Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f0b12a34-3e9a-4607-9f85-2ba1dff50a8c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-20T14:22:26.611Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:22:26.611Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-20T14:22:26.951Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:22:26.957Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f0b12a34-3e9a-4607-9f85-2ba1dff50a8c 73665
2022-05-20T14:22:26.957Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-20T14:22:26.957Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-20T14:22:26.957Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:22:26.957Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:26.959Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:26.959Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056546957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:22:27.060Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:22:27.061Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:27.061Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:27.076Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:27.077Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:27.960Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:22:27.961Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:22:27.962Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f0b12a34-3e9a-4607-9f85-2ba1dff50a8c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:27.962Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-20T14:22:27.963Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:27.963Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.049Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15547526767615645743/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-20T14:22:28.899Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T14:22:28.899Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:22:28.899Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||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-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:22:28.900Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:22:28.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb67afa0-e852-437c-9a51-d63e2b6a82ee
2022-05-20T14:22:28.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.904Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:28.904Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.904Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:28.904Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.904Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:28.904Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:28.904Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:28.904Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:71c9acc2-2631-422d-9968-11c7796c97d6
Model Version:NULL
Model InvariantUuid:fe4db358-8199-4ef1-a715-9ae44dc2ef6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:efe0c006-bcee-4111-b862-eb43bc4b8bc6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2be2b27b-ecc0-438c-bb8b-f614568a8915
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:507ee2ee-61a9-4e96-b001-bc905a609f4f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:73d1de86-ab57-484f-9abf-e3317f4aadce
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9d0b6513-3400-412a-8ca9-a44c8ba4ec30
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb67afa0-e852-437c-9a51-d63e2b6a82ee
ModelInvariantUuid:9dec34c2-7590-4894-9a6b-e66d2644210b
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:45ca60dc-8e5d-49d5-8285-abfad442bce4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7486bdd4-1c08-4624-b962-e9c667670e58
ModelInvariantUuid:05bfe946-0916-4b73-8a15-3401e4a8f0c3
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e4d2fe91-8da4-49ea-bfd1-905afd35181a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-20T14:22:28.912Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 58136e52-3d00-48f1-bc30-f2e4cab7b92e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:22:28.915Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-05-20T14:22:28.915Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58136e52-3d00-48f1-bc30-f2e4cab7b92e
2022-05-20T14:22:28.915Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 13bcc7e2-fab2-4e4d-8bdc-d3f3f8478822 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-20T14:22:28.915Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:22:28.915Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-20T14:22:29.048Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:22:29.049Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 13bcc7e2-fab2-4e4d-8bdc-d3f3f8478822 790
2022-05-20T14:22:29.049Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-20T14:22:29.049Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-20T14:22:29.049Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:22:29.050Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:29.052Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:29.053Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056549049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:22:29.153Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T14:22:29.153Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:29.153Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:29.171Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:29.172Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:30.053Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "73d1de86-ab57-484f-9abf-e3317f4aadce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d0b6513-3400-412a-8ca9-a44c8ba4ec30",
    "vfModuleModelCustomizationUUID": "d5aba306-17da-4a53-a8dd-5b7ef7c6725f",
    "isBase": true,
    "artifacts": [
      "e1c787be-2c48-49e3-a7b1-fb344c1ffc90",
      "9fb0694c-32c6-412b-98a4-bb15bf95b571"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T14:22:30.057Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d0b6513-3400-412a-8ca9-a44c8ba4ec30
VfModuleModelInvariantUUID:73d1de86-ab57-484f-9abf-e3317f4aadce
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1c787be-2c48-49e3-a7b1-fb344c1ffc90
,
9fb0694c-32c6-412b-98a4-bb15bf95b571

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

isBase:true


}

2022-05-20T14:22:30.059Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "73d1de86-ab57-484f-9abf-e3317f4aadce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d0b6513-3400-412a-8ca9-a44c8ba4ec30",
    "vfModuleModelCustomizationUUID": "d5aba306-17da-4a53-a8dd-5b7ef7c6725f",
    "isBase": true,
    "artifacts": [
      "e1c787be-2c48-49e3-a7b1-fb344c1ffc90",
      "9fb0694c-32c6-412b-98a4-bb15bf95b571"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T14:22:30.059Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d0b6513-3400-412a-8ca9-a44c8ba4ec30
VfModuleModelInvariantUUID:73d1de86-ab57-484f-9abf-e3317f4aadce
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1c787be-2c48-49e3-a7b1-fb344c1ffc90
,
9fb0694c-32c6-412b-98a4-bb15bf95b571

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

isBase:true


}

2022-05-20T14:22:30.059Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e1c787be-2c48-49e3-a7b1-fb344c1ffc90 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-20T14:22:30.059Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:22:30.059Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-20T14:22:30.535Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:22:30.535Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e1c787be-2c48-49e3-a7b1-fb344c1ffc90 5033
2022-05-20T14:22:30.536Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-20T14:22:30.536Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-20T14:22:30.536Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:22:30.536Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:30.537Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:30.537Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056550536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:22:30.638Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:30.638Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:30.639Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:30.654Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:30.655Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:31.538Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9fb0694c-32c6-412b-98a4-bb15bf95b571 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-20T14:22:31.538Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:22:31.539Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-20T14:22:31.604Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:22:31.605Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9fb0694c-32c6-412b-98a4-bb15bf95b571 909
2022-05-20T14:22:31.605Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-20T14:22:31.605Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-20T14:22:31.605Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:22:31.606Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:31.608Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:31.609Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056551605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:22:31.709Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:31.709Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:31.710Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:31.726Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:31.727Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:32.609Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 71c9acc2-2631-422d-9968-11c7796c97d6
2022-05-20T14:22:32.610Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 58136e52-3d00-48f1-bc30-f2e4cab7b92e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:22:32.624Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f261f51, org.onap.sdc.toscaparser.api.parameters.Input@26b3349d, org.onap.sdc.toscaparser.api.parameters.Input@15596f4b, org.onap.sdc.toscaparser.api.parameters.Input@46b3dddd, org.onap.sdc.toscaparser.api.parameters.Input@39908ecd]
2022-05-20T14:22:32.625Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.625Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:32.625Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-20T14:22:32.625Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 507ee2ee-61a9-4e96-b001-bc905a609f4f
2022-05-20T14:22:32.626Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 507ee2ee-61a9-4e96-b001-bc905a609f4f matches Tosca VF Customization UUID: 507ee2ee-61a9-4e96-b001-bc905a609f4f
2022-05-20T14:22:32.626Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 507ee2ee-61a9-4e96-b001-bc905a609f4f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-20T14:22:32.627Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.628Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:32.628Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 507ee2ee-61a9-4e96-b001-bc905a609f4f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-20T14:22:32.628Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4035e5
2022-05-20T14:22:32.628Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.629Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:22:32.629Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5aba306-17da-4a53-a8dd-5b7ef7c6725f
2022-05-20T14:22:32.629Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5aba306-17da-4a53-a8dd-5b7ef7c6725f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-20T14:22:32.631Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.631Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:32.631Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:22:32.631Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.631Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:32.631Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:22:32.631Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.632Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-20T14:22:32.632Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-20T14:22:32.632Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T14:22:32.632Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb67afa0-e852-437c-9a51-d63e2b6a82ee
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-20T14:22:32.633Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.633Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:32.633Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:22:32.633Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.634Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-20T14:22:32.634Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=507ee2ee-61a9-4e96-b001-bc905a609f4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 71c9acc2-2631-422d-9968-11c7796c97d6: basicclamp
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.635Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:32.636Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.636Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:32.636Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:22:32.636Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:22:32.636Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:22:32.729Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 58136e52-3d00-48f1-bc30-f2e4cab7b92e 1 ASDC deployResourceStructure
2022-05-20T14:22:32.729Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-20T14:22:32.729Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-20T14:22:32.730Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:22:32.730Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:32.732Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:32.732Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056552729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:22:32.832Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:32.832Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:32.832Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:32.846Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:32.846Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:22:33.733Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-20T14:22:33.734Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-20T14:22:33.734Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:22:33.734Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:33.738Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:33.738Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056553733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:22:33.838Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:33.838Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:33.838Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:33.852Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:33.852Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:34.739Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-20T14:22:34.739Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-20T14:22:34.739Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:22:34.740Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:34.741Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:34.741Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056554739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-20T14:22:34.842Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:22:34.842Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:34.843Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:34.857Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:34.858Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:35.742Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-20T14:22:35.743Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-20T14:22:35.743Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:22:35.743Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:22:35.745Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:22:35.745Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056555742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:22:35.845Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:22:35.846Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:22:35.847Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:22:35.863Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:22:35.863Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:22:36.746Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:22:36.760Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:22:36.763Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:22:36.763Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:22:36.763Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:23:06.763Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:23:06.777Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:23:06.780Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:23:06.781Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:23:06.781Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:23:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:23:17.905Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:23:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:23:18.031Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:23:18.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:23:18.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:23:18.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:23:36.781Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:23:36.792Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:23:36.793Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:23:36.793Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:23:36.793Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:24:06.794Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:24:06.805Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:24:06.809Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:24:06.809Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:24:06.810Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:24:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:24:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:24:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:24:18.432Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:24:18.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056532700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056533187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056538970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056532700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056533187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056539211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056538970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056532700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056533187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056539211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056538970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056541196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056532700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056533187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056539211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056538970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056541196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056532700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056533187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056539211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056538970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056541196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056532700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056533187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056539211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056538970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056541196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056532700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056533187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056539211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056537901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056538970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056541196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056539211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056538970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056541196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056539211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056546957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056547008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056541196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056547854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056548156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056547008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056541196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056549049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056549159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056547008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056550189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "policy-id",
  "timestamp": 1653056550163,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:24:18.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5220ef1b-b313-4d16-84b8-e4391c912ede
2022-05-20T14:24:18.453Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5220ef1b-b313-4d16-84b8-e4391c912ede and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:24:18.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056550536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056547008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "cds",
  "timestamp": 1653056551194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:24:18.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5220ef1b-b313-4d16-84b8-e4391c912ede
2022-05-20T14:24:18.467Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5220ef1b-b313-4d16-84b8-e4391c912ede and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056551605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056547008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056547008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056552729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056547008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056553733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056554281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056547008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056554739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "aai-ml",
  "timestamp": 1653056555285,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:24:18.481Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5220ef1b-b313-4d16-84b8-e4391c912ede
2022-05-20T14:24:18.482Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5220ef1b-b313-4d16-84b8-e4391c912ede and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056555742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056555886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056555693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056557084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056555693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056557403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056555693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056558378,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056558406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056555693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056559399,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:24:18.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5220ef1b-b313-4d16-84b8-e4391c912ede
2022-05-20T14:24:18.497Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5220ef1b-b313-4d16-84b8-e4391c912ede and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-20T14:24:18.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056555693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056560401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056555693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056561536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056555693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056562539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056555693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "clamp",
  "timestamp": 1653056563542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:24:18.509Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 5220ef1b-b313-4d16-84b8-e4391c912ede
2022-05-20T14:24:18.509Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5220ef1b-b313-4d16-84b8-e4391c912ede and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:24:18.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056564412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:24:18.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056566450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:24:18.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:24:18.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:24:18.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056567453,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:24:18.522Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5220ef1b-b313-4d16-84b8-e4391c912ede
2022-05-20T14:24:18.523Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5220ef1b-b313-4d16-84b8-e4391c912ede and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:24:36.810Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:24:36.824Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:24:36.827Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:24:36.827Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T14:24:36.828Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T14:24:36.828Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T14:24:36.828Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:24:36.828Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:24:36.828Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-20T14:24:36.828Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:24:36.834Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T14:25:06.834Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5220ef1b-b313-4d16-84b8-e4391c912ede and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-20T14:25:06.840Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5220ef1b-b313-4d16-84b8-e4391c912ede and serviceModelVersionId: 71c9acc2-2631-422d-9968-11c7796c97d6
2022-05-20T14:25:06.840Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe4db358-8199-4ef1-a715-9ae44dc2ef6b
2022-05-20T14:25:06.841Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe4db358-8199-4ef1-a715-9ae44dc2ef6b/model-vers/model-ver/71c9acc2-2631-422d-9968-11c7796c97d6?depth=0
2022-05-20T14:25:06.846Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T14:25:06.877Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe4db358-8199-4ef1-a715-9ae44dc2ef6b/model-vers/model-ver/71c9acc2-2631-422d-9968-11c7796c97d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-20T14:25:06.878Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe4db358-8199-4ef1-a715-9ae44dc2ef6b/model-vers/model-ver/71c9acc2-2631-422d-9968-11c7796c97d6?depth=0|INFO|500||Invoke
2022-05-20T14:25:06.894Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe4db358-8199-4ef1-a715-9ae44dc2ef6b/model-vers/model-ver/71c9acc2-2631-422d-9968-11c7796c97d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-20T14:25:07.095Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe4db358-8199-4ef1-a715-9ae44dc2ef6b/model-vers/model-ver/71c9acc2-2631-422d-9968-11c7796c97d6?depth=0|INFO|500||InvokeReturn
2022-05-20T14:25:07.096Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe4db358-8199-4ef1-a715-9ae44dc2ef6b/model-vers/model-ver/71c9acc2-2631-422d-9968-11c7796c97d6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220520-14:25:06:900-72650], vertex-id=[254184], Content-Length=[0], Date=[Fri, 20 May 2022 14:25:06 GMT], Content-Type=[application/json]}
2022-05-20T14:25:07.096Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-20T14:25:07.096Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T14:25:07.096Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:25:07.102Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T14:25:07.103Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5220ef1b-b313-4d16-84b8-e4391c912ede and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-20T14:25:07.103Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T14:25:07.103Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:25:07.105Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:25:07.105Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056707103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-20T14:25:07.205Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:25:07.206Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:25:07.206Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:25:07.224Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:25:07.225Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:25:08.119Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:25:08.120Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:25:08.120Z|5220ef1b-b313-4d16-84b8-e4391c912ede|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:25:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:25:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:25:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:25:18.380Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:25:18.381Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:25:18.381Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:25:18.381Z|5220ef1b-b313-4d16-84b8-e4391c912ede|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:25:18.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:25:18.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-20T14:25:18.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5220ef1b-b313-4d16-84b8-e4391c912ede",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056707103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-20T14:25:18.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:25:27.919Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:25:27.920Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:25:27.920Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:25:27.920Z|5220ef1b-b313-4d16-84b8-e4391c912ede|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:25:37.464Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:26:17.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:26:17.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:26:17.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:26:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:26:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:26:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:26:27.451Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:26:27.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:27:17.901Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:27:17.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:27:17.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:27:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:27:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:27:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:27:27.448Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:27:27.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:17.902Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:28:17.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:28:17.903Z|5220ef1b-b313-4d16-84b8-e4391c912ede|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:28:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:28:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:28:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:28:18.530Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:18.531Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.532Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"edf80d6d-86f0-4175-811d-ef0e489514f5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6d0c0212-5a51-438c-99bc-138222af0b15","serviceDescription":"service","serviceInvariantUUID":"a5fbd790-5a88-4a06-bcb9-8a3c7689f64f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b60067f6-b100-40e2-b737-d8778e29d583","resourceInvariantUUID":"930be43a-91a8-4936-b290-eb4dffb2942f","resourceCustomizationUUID":"bc5b2948-ca2c-4ca0-9a01-5b52ea37812e","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":"NzI2YzgxZjA1OWNhYjBjM2NjNTI4ZmIyY2Y3YTJlMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aea71755-00e1-456e-b533-71bb798f2c42","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":"NTM3NDQ3MWE3NjU3NzBlOTE0OTllYTJjMGM2OWMxYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92a25515-75b9-41f8-ace3-f3b401db96e5","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":"ac9adb31-df31-4230-ab81-6cc033e0d8bd","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":"17f936af-78b8-41e5-831b-e63bdbe5200f","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":"28efcd1b-cf58-40a3-bc26-898144b7d92f","artifactVersion":"2","generatedFromUUID":"ac9adb31-df31-4230-ab81-6cc033e0d8bd"},{"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":"ZmVkOGZkNzIzNjc3YWY1NmJjYmUwMzdhZGMzODZhYTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a9631a74-bf6e-4452-a92f-85d3d0fdace9","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":"Y2RiZWIzNjM1ODRiZmQ0NGEwMDhhYTExNmQ4NTQwM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"915c9145-dcf5-4002-85df-fc0c87e7d404","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzMzZTY2ZGFjMGY2YzM2ZmVmOWJiNThiZjFkN2I5YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b85f59d5-2cc5-4fbf-b296-1d64323d0cf3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T14:28:18.533Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:18.534Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:28:18.535Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:18.535Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.535Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056847008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.536Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.536Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.536Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056853187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.536Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.536Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.536Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056847008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.536Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056853187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056847008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056853187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056847008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056855693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056856196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056853187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.538Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056847008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.539Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056855693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056856196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056853187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056847008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.539Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056855693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056856196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056853187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.540Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056847008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056855693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056856196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056853187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056859212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.541Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056847008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056855693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056856196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.542Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653056853187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056859212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056861152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056855693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056856196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.543Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056859212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056862202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056855693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056856196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.544Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056859212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056863249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056862700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056855693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.545Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.546Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.546Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056856196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.546Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.546Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.546Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056859212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.546Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.546Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.546Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056864269,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:28:18.565Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of edf80d6d-86f0-4175-811d-ef0e489514f5
2022-05-20T14:28:18.565Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId edf80d6d-86f0-4175-811d-ef0e489514f5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056862700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056864407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056859212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.573Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056864916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653056865272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056862700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056859212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056862700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056866362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056859212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.574Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "cds",
  "timestamp": 1653056867103,
  "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-05-20T14:28:18.579Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of edf80d6d-86f0-4175-811d-ef0e489514f5
2022-05-20T14:28:18.579Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId edf80d6d-86f0-4175-811d-ef0e489514f5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:28:18.586Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.586Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056862700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.586Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.586Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.586Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653056867365,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:28:18.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of edf80d6d-86f0-4175-811d-ef0e489514f5
2022-05-20T14:28:18.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId edf80d6d-86f0-4175-811d-ef0e489514f5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:28:18.600Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.600Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056868197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:18.600Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.600Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.600Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056862700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056869201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056862700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056868970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.601Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "policy-id",
  "timestamp": 1653056870204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:28:18.607Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of edf80d6d-86f0-4175-811d-ef0e489514f5
2022-05-20T14:28:18.607Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId edf80d6d-86f0-4175-811d-ef0e489514f5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056862700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056868970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056868970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.615Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056868970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056868970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056868970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056868970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056868970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056877748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056880445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:18.616Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.617Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.617Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056883447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:18.617Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.617Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.617Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056884283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:18.617Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:28:18.617Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.617Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "clamp",
  "timestamp": 1653056884449,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:28:18.621Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of edf80d6d-86f0-4175-811d-ef0e489514f5
2022-05-20T14:28:18.622Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId edf80d6d-86f0-4175-811d-ef0e489514f5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:28:18.630Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:28:18.630Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "aai-ml",
  "timestamp": 1653056885286,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:28:18.635Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of edf80d6d-86f0-4175-811d-ef0e489514f5
2022-05-20T14:28:18.635Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId edf80d6d-86f0-4175-811d-ef0e489514f5 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=?
2022-05-20T14:28:18.638Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T14:28:18.639Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:18.639Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:28:18.652Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:18.652Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:19.539Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:28:19.540Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:19.541Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:19.542Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:28:19.642Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:19.643Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:19.643Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:19.656Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:19.656Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:20.542Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:28:20.543Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:20.545Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:20.545Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:28:20.645Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:20.646Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:20.646Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:20.660Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:20.660Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:21.546Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:28:21.547Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:21.548Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:21.548Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:21.649Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:21.649Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:21.649Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:21.661Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:21.661Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:22.549Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:28:22.550Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:22.552Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:22.552Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-20T14:28:22.653Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T14:28:22.653Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:22.653Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:22.667Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:22.667Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:23.553Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:28:23.553Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:23.555Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:23.555Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:23.656Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:28:23.657Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:23.657Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:23.670Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:23.670Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:24.556Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:28:24.557Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:24.558Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:24.559Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:28:24.659Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:24.660Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:24.660Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:24.673Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:24.674Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:25.559Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:28:25.560Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:25.562Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:25.563Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:28:25.663Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:25.664Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:25.664Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:25.677Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:25.678Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:26.564Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6d0c0212-5a51-438c-99bc-138222af0b15",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a5fbd790-5a88-4a06-bcb9-8a3c7689f64f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bc5b2948-ca2c-4ca0-9a01-5b52ea37812e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b60067f6-b100-40e2-b737-d8778e29d583",
      "resourceInvariantUUID": "930be43a-91a8-4936-b290-eb4dffb2942f",
      "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": "NTM3NDQ3MWE3NjU3NzBlOTE0OTllYTJjMGM2OWMxYjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "92a25515-75b9-41f8-ace3-f3b401db96e5",
          "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": "ac9adb31-df31-4230-ab81-6cc033e0d8bd",
          "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": "28efcd1b-cf58-40a3-bc26-898144b7d92f",
            "generatedFromUUID": "ac9adb31-df31-4230-ab81-6cc033e0d8bd"
          },
          "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": "28efcd1b-cf58-40a3-bc26-898144b7d92f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzMzZTY2ZGFjMGY2YzM2ZmVmOWJiNThiZjFkN2I5YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b85f59d5-2cc5-4fbf-b296-1d64323d0cf3"
    }
  ],
  "workloadContext": "Production"
}
2022-05-20T14:28:26.565Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T14:28:26.565Z|5220ef1b-b313-4d16-84b8-e4391c912ede|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d0c0212-5a51-438c-99bc-138222af0b15 ASDC
2022-05-20T14:28:26.565Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:edf80d6d-86f0-4175-811d-ef0e489514f5
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6d0c0212-5a51-438c-99bc-138222af0b15
ServiceInvariantUUID:a5fbd790-5a88-4a06-bcb9-8a3c7689f64f
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:b85f59d5-2cc5-4fbf-b296-1d64323d0cf3
ArtifactChecksum:NzMzZTY2ZGFjMGY2YzM2ZmVmOWJiNThiZjFkN2I5YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bc5b2948-ca2c-4ca0-9a01-5b52ea37812e
ResourceInvariantUUID:930be43a-91a8-4936-b290-eb4dffb2942f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b60067f6-b100-40e2-b737-d8778e29d583
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:92a25515-75b9-41f8-ace3-f3b401db96e5
ArtifactChecksum:NTM3NDQ3MWE3NjU3NzBlOTE0OTllYTJjMGM2OWMxYjA=
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:ac9adb31-df31-4230-ab81-6cc033e0d8bd
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:28efcd1b-cf58-40a3-bc26-898144b7d92f
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:28efcd1b-cf58-40a3-bc26-898144b7d92f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-20T14:28:26.566Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d0c0212-5a51-438c-99bc-138222af0b15 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:28:26.602Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:28:26.602Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:28:26.603Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:28:26.603Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b85f59d5-2cc5-4fbf-b296-1d64323d0cf3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-20T14:28:26.603Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:28:26.603Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-20T14:28:26.844Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:28:26.850Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b85f59d5-2cc5-4fbf-b296-1d64323d0cf3 78815
2022-05-20T14:28:26.851Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-20T14:28:26.851Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-20T14:28:26.851Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:28:26.852Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:26.854Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:26.854Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056906851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:26.954Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:26.955Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:26.956Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:26.970Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:26.971Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:27.855Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:28:27.856Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:28:27.856Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b85f59d5-2cc5-4fbf-b296-1d64323d0cf3, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:27.857Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-20T14:28:27.857Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:27.857Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:27.932Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1082708872190457721/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.702Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:28:28.703Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-20T14:28:28.704Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:28:28.705Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf51c270-18c0-49fe-b7a0-10b6cd03a3c4
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:28.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.707Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:28.707Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.707Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:28.707Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:28.707Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:28.707Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6d0c0212-5a51-438c-99bc-138222af0b15
Model Version:NULL
Model InvariantUuid:a5fbd790-5a88-4a06-bcb9-8a3c7689f64f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c0f522f8-282f-466d-aa57-20669d05d997
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:930be43a-91a8-4936-b290-eb4dffb2942f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc5b2948-ca2c-4ca0-9a01-5b52ea37812e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:518a6bec-10d6-4c34-aa1f-ed02f1659f2c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:605d082b-03b8-43c1-8ac4-18545a510a1a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf51c270-18c0-49fe-b7a0-10b6cd03a3c4
ModelInvariantUuid:11a53b4c-2ff2-4a83-8017-67a3d26774cc
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:bdd574e5-f843-47e0-bf8c-04306d5c4be0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f5f84c1d-0b25-4a39-bbea-46a93380a278
ModelInvariantUuid:010fa76b-7de2-491e-b434-320e27f5954a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1ca6a4b4-7dd3-40ba-8569-7f0946a8193c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-20T14:28:28.714Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b60067f6-b100-40e2-b737-d8778e29d583
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:28:28.717Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-05-20T14:28:28.718Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b60067f6-b100-40e2-b737-d8778e29d583
2022-05-20T14:28:28.718Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92a25515-75b9-41f8-ace3-f3b401db96e5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-20T14:28:28.718Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:28:28.718Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-20T14:28:28.932Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:28:28.932Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 92a25515-75b9-41f8-ace3-f3b401db96e5 792
2022-05-20T14:28:28.933Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-20T14:28:28.933Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-20T14:28:28.933Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:28:28.933Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:28.935Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:28.935Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056908932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:29.035Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:29.035Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:29.035Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:29.049Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:29.049Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:29.935Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "518a6bec-10d6-4c34-aa1f-ed02f1659f2c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "605d082b-03b8-43c1-8ac4-18545a510a1a",
    "vfModuleModelCustomizationUUID": "1bbe0357-4918-437e-83f7-531383f1c3af",
    "isBase": true,
    "artifacts": [
      "ac9adb31-df31-4230-ab81-6cc033e0d8bd",
      "28efcd1b-cf58-40a3-bc26-898144b7d92f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T14:28:29.938Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:605d082b-03b8-43c1-8ac4-18545a510a1a
VfModuleModelInvariantUUID:518a6bec-10d6-4c34-aa1f-ed02f1659f2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac9adb31-df31-4230-ab81-6cc033e0d8bd
,
28efcd1b-cf58-40a3-bc26-898144b7d92f

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

isBase:true


}

2022-05-20T14:28:29.939Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "518a6bec-10d6-4c34-aa1f-ed02f1659f2c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "605d082b-03b8-43c1-8ac4-18545a510a1a",
    "vfModuleModelCustomizationUUID": "1bbe0357-4918-437e-83f7-531383f1c3af",
    "isBase": true,
    "artifacts": [
      "ac9adb31-df31-4230-ab81-6cc033e0d8bd",
      "28efcd1b-cf58-40a3-bc26-898144b7d92f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-20T14:28:29.939Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:605d082b-03b8-43c1-8ac4-18545a510a1a
VfModuleModelInvariantUUID:518a6bec-10d6-4c34-aa1f-ed02f1659f2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac9adb31-df31-4230-ab81-6cc033e0d8bd
,
28efcd1b-cf58-40a3-bc26-898144b7d92f

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

isBase:true


}

2022-05-20T14:28:29.939Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac9adb31-df31-4230-ab81-6cc033e0d8bd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-20T14:28:29.939Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:28:29.939Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-20T14:28:30.233Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:28:30.234Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ac9adb31-df31-4230-ab81-6cc033e0d8bd 5033
2022-05-20T14:28:30.234Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-20T14:28:30.234Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-20T14:28:30.234Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:28:30.235Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:30.237Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:30.237Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056910234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:30.337Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:30.338Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:30.338Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:30.349Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:30.349Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:28:31.237Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 28efcd1b-cf58-40a3-bc26-898144b7d92f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-20T14:28:31.237Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:28:31.238Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-20T14:28:31.582Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:28:31.583Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 28efcd1b-cf58-40a3-bc26-898144b7d92f 903
2022-05-20T14:28:31.583Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-20T14:28:31.583Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-20T14:28:31.583Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:28:31.584Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:31.585Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:31.585Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056911583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:28:31.686Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:31.686Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:31.687Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:31.701Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:31.701Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:32.586Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6d0c0212-5a51-438c-99bc-138222af0b15
2022-05-20T14:28:32.587Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b60067f6-b100-40e2-b737-d8778e29d583 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:28:32.597Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d6b20cd, org.onap.sdc.toscaparser.api.parameters.Input@254bd5, org.onap.sdc.toscaparser.api.parameters.Input@6cade9e3, org.onap.sdc.toscaparser.api.parameters.Input@7608a1f7, org.onap.sdc.toscaparser.api.parameters.Input@22318ab3]
2022-05-20T14:28:32.598Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.598Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:32.598Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-20T14:28:32.599Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bc5b2948-ca2c-4ca0-9a01-5b52ea37812e
2022-05-20T14:28:32.599Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc5b2948-ca2c-4ca0-9a01-5b52ea37812e matches Tosca VF Customization UUID: bc5b2948-ca2c-4ca0-9a01-5b52ea37812e
2022-05-20T14:28:32.599Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bc5b2948-ca2c-4ca0-9a01-5b52ea37812e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-20T14:28:32.600Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.601Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:32.601Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bc5b2948-ca2c-4ca0-9a01-5b52ea37812e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-20T14:28:32.601Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38350b53
2022-05-20T14:28:32.601Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.602Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:28:32.602Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bbe0357-4918-437e-83f7-531383f1c3af
2022-05-20T14:28:32.602Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bbe0357-4918-437e-83f7-531383f1c3af
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-20T14:28:32.604Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.604Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:32.604Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:28:32.604Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.604Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:32.604Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:28:32.604Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.604Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-20T14:28:32.605Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-20T14:28:32.605Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-20T14:28:32.605Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf51c270-18c0-49fe-b7a0-10b6cd03a3c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-20T14:28:32.606Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.606Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:32.606Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:28:32.606Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.607Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-20T14:28:32.607Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bc5b2948-ca2c-4ca0-9a01-5b52ea37812e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6d0c0212-5a51-438c-99bc-138222af0b15: basic_vm_macro
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.608Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:32.609Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.609Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:32.609Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:28:32.609Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:28:32.609Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:28:32.676Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b60067f6-b100-40e2-b737-d8778e29d583 1 ASDC deployResourceStructure
2022-05-20T14:28:32.677Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-20T14:28:32.677Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-20T14:28:32.678Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:28:32.678Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:32.680Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:32.680Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056912677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:32.780Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:32.781Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:32.781Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:32.795Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:32.795Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:33.682Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-20T14:28:33.682Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-20T14:28:33.682Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:28:33.683Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:33.685Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:33.685Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056913681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:33.785Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:33.786Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:33.786Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:33.801Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:33.801Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:28:34.686Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-20T14:28:34.687Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-20T14:28:34.687Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:28:34.687Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:34.689Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:34.689Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056914686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:34.790Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:34.791Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:34.791Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:34.803Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:34.804Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:28:35.690Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-20T14:28:35.691Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-20T14:28:35.691Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:28:35.692Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:28:35.694Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:28:35.694Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056915690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:28:35.794Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:28:35.795Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:28:35.795Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:28:35.808Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:28:35.809Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:28:36.695Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edf80d6d-86f0-4175-811d-ef0e489514f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:28:36.706Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edf80d6d-86f0-4175-811d-ef0e489514f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:28:36.708Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:28:36.708Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:28:36.709Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:28:36.714Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T14:29:06.714Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: edf80d6d-86f0-4175-811d-ef0e489514f5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-20T14:29:06.721Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: edf80d6d-86f0-4175-811d-ef0e489514f5 and serviceModelVersionId: 6d0c0212-5a51-438c-99bc-138222af0b15
2022-05-20T14:29:06.722Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5fbd790-5a88-4a06-bcb9-8a3c7689f64f
2022-05-20T14:29:06.722Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?depth=0
2022-05-20T14:29:06.727Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T14:29:06.745Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?depth=0|INFO|500||Invoke
2022-05-20T14:29:06.746Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[edf80d6d-86f0-4175-811d-ef0e489514f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[229dd6a8-dadb-496a-9ce7-36a80d6e9205], X-ECOMP-RequestID=[edf80d6d-86f0-4175-811d-ef0e489514f5], X-TransactionId=[], X-ONAP-RequestID=[edf80d6d-86f0-4175-811d-ef0e489514f5], Content-Type=[application/merge-patch+json]}
2022-05-20T14:29:06.764Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-20T14:29:07.006Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?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/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220520-14:29:06:769-70669], vertex-id=[274664], Content-Length=[0], Date=[Fri, 20 May 2022 14:29:06 GMT], Content-Type=[application/json]}
2022-05-20T14:29:07.007Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-20T14:29:07.007Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5fbd790-5a88-4a06-bcb9-8a3c7689f64f/model-vers/model-ver/6d0c0212-5a51-438c-99bc-138222af0b15?depth=0|INFO|500||InvokeReturn
2022-05-20T14:29:07.007Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T14:29:07.007Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:29:07.010Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T14:29:07.011Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID edf80d6d-86f0-4175-811d-ef0e489514f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T14:29:07.011Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T14:29:07.011Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:29:07.012Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:29:07.012Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056947011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:29:07.113Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:29:07.114Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:29:07.114Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:29:07.132Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:29:07.133Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:29:17.901Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:29:17.902Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:29:17.902Z|edf80d6d-86f0-4175-811d-ef0e489514f5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:29:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:29:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:29:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:29:18.023Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:29:18.024Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:29:18.024Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:29:18.025Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:29:27.448Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:17.901Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:30:17.902Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:30:17.902Z|edf80d6d-86f0-4175-811d-ef0e489514f5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:30:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:30:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:30:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:30:17.928Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056897902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056906851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056908932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056910234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056911583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056912677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056913681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056914686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056915690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edf80d6d-86f0-4175-811d-ef0e489514f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653056947011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:30:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:30:18.528Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:18.528Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-20T14:30:18.528Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"af856647-0c31-432a-b068-bcb640d6bda5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1","serviceDescription":"service","serviceInvariantUUID":"8dbec796-593c-41ad-b0c1-5e40f39ef0df","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1534b9f0-f750-4418-9f05-127e32a2b791","resourceInvariantUUID":"baf7198d-825a-45c7-a578-dc9fdc7fc5be","resourceCustomizationUUID":"9fd0eac3-80ba-4148-b0bf-49b38865bab3","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":"MmVlZjM0ZTFkZjE2MDE5MjEyMDIzZmY2N2NiYTZiYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a38f85a7-2174-4f70-bfbb-6eeed3bb4d0e","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":"74e58665-32eb-49b2-80f3-b95745ad4a78","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":"16dd46f7-3130-4464-b617-fb5fd92772f3","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":"NmQ4YmE1MWFkM2VkZmQzNWE4NDRhMmNjNjljMmVhOWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"395195fa-459c-4062-8910-a6a4d29972cd","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":"853d1622-8539-469d-a85f-360844ca8359","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":"32cf7196-0749-49ab-81c7-4483661f1605","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":"ea3f4857-89ff-4034-b706-44fb6726eaac","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":"MTkzZDgwMTc0NTRjMjQ2MWU1YjEyOTAxNjMzYmJkN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85c2e283-d4ea-4e01-b339-85e61e27fe98","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzU5NzNjNGE2ZGU2YTc2YjU2ZmRlZDVmZTdjNmQ0NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffe44f28-a1dd-4959-9cda-4d04ee73e70c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T14:30:18.529Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:18.529Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:18.531Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:18.531Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:18.631Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:30:18.632Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:18.632Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:18.644Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:18.645Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:19.531Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:19.532Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:19.535Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:19.535Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:19.636Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:30:19.636Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:19.637Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:19.651Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:19.651Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:20.536Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:20.537Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:20.539Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:20.539Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:20.639Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T14:30:20.640Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:20.640Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:20.652Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:20.652Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:21.540Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:21.541Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:21.543Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:21.543Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:21.643Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:30:21.644Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:21.644Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:21.657Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:21.657Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:22.544Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:22.545Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:22.548Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:22.548Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:22.648Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:30:22.649Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:22.649Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:22.662Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:22.662Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:23.549Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:23.550Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:23.552Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:23.552Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:23.652Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:30:23.653Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:23.653Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:23.665Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:23.665Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:24.553Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:24.554Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:24.557Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:24.557Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:24.657Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T14:30:24.657Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:24.658Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:24.671Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:24.671Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:30:25.558Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:25.559Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:25.562Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:25.562Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:30:25.662Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T14:30:25.663Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:25.663Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:25.677Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:25.677Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:26.563Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:30:26.564Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:26.565Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:26.565Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:30:26.665Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:30:26.666Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:26.666Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:26.681Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:26.682Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:30:27.566Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8dbec796-593c-41ad-b0c1-5e40f39ef0df",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "9fd0eac3-80ba-4148-b0bf-49b38865bab3",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1534b9f0-f750-4418-9f05-127e32a2b791",
      "resourceInvariantUUID": "baf7198d-825a-45c7-a578-dc9fdc7fc5be",
      "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": "MzU5NzNjNGE2ZGU2YTc2YjU2ZmRlZDVmZTdjNmQ0NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ffe44f28-a1dd-4959-9cda-4d04ee73e70c"
    }
  ],
  "workloadContext": "Production"
}
2022-05-20T14:30:27.567Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T14:30:27.567Z|edf80d6d-86f0-4175-811d-ef0e489514f5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1 ASDC
2022-05-20T14:30:27.568Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:af856647-0c31-432a-b068-bcb640d6bda5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1
ServiceInvariantUUID:8dbec796-593c-41ad-b0c1-5e40f39ef0df
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:ffe44f28-a1dd-4959-9cda-4d04ee73e70c
ArtifactChecksum:MzU5NzNjNGE2ZGU2YTc2YjU2ZmRlZDVmZTdjNmQ0NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:9fd0eac3-80ba-4148-b0bf-49b38865bab3
ResourceInvariantUUID:baf7198d-825a-45c7-a578-dc9fdc7fc5be
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1534b9f0-f750-4418-9f05-127e32a2b791
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-20T14:30:27.568Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:30:27.594Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:30:27.595Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:30:27.595Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:30:27.595Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ffe44f28-a1dd-4959-9cda-4d04ee73e70c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-20T14:30:27.595Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:30:27.595Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-20T14:30:27.834Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:30:27.842Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ffe44f28-a1dd-4959-9cda-4d04ee73e70c 105659
2022-05-20T14:30:27.842Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-20T14:30:27.842Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-20T14:30:27.843Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:30:27.843Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:27.844Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:27.844Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057027842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:30:27.945Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:30:27.945Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:27.945Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:27.957Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:27.957Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:28.845Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:30:28.846Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:30:28.846Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ffe44f28-a1dd-4959-9cda-4d04ee73e70c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:28.847Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-20T14:30:28.847Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:28.848Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:28.913Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12553724903212085522/Definitions/service-TestPnfMacro-template.yml
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.435Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.436Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1
Model Version:NULL
Model InvariantUuid:8dbec796-593c-41ad-b0c1-5e40f39ef0df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-20T14:30:29.443Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1534b9f0-f750-4418-9f05-127e32a2b791
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:30:29.445Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-05-20T14:30:29.445Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1534b9f0-f750-4418-9f05-127e32a2b791
2022-05-20T14:30:29.445Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1
2022-05-20T14:30:29.446Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1
2022-05-20T14:30:29.446Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1534b9f0-f750-4418-9f05-127e32a2b791 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:30:29.450Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e9b7c18, org.onap.sdc.toscaparser.api.parameters.Input@5739f55, org.onap.sdc.toscaparser.api.parameters.Input@7c194cc3, org.onap.sdc.toscaparser.api.parameters.Input@13ffb48, org.onap.sdc.toscaparser.api.parameters.Input@44012ccb]
2022-05-20T14:30:29.450Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.451Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.451Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1: test-pnf
2022-05-20T14:30:29.451Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1534b9f0-f750-4418-9f05-127e32a2b791
2022-05-20T14:30:29.451Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-20T14:30:29.452Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:30:29.452Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||Resource customization UUID: 9fd0eac3-80ba-4148-b0bf-49b38865bab3 is the same as notified resource customizationUUID: 9fd0eac3-80ba-4148-b0bf-49b38865bab3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-20T14:30:29.481Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1534b9f0-f750-4418-9f05-127e32a2b791 0 ASDC deployResourceStructure
2022-05-20T14:30:29.481Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-20T14:30:29.481Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-20T14:30:29.481Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T14:30:29.481Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:30:29.484Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:30:29.484Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057029481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:30:29.584Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:30:29.585Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:30:29.585Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:30:29.599Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:30:29.600Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:30:30.485Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:30:30.496Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:30:30.498Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:30:30.499Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:30:30.499Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:31:00.499Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:31:00.509Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:31:00.511Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:31:00.511Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:31:00.511Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:31:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:31:17.905Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:31:17.905Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:31:17.938Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:31:17.939Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.939Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.939Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.940Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.941Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.942Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.943Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.944Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653056999211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:31:17.945Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057005693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.946Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653057014620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057006196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.947Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057015503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653057007008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653057015627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057016006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.948Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.949Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "policy-id",
  "timestamp": 1653057016629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:31:17.956Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af856647-0c31-432a-b068-bcb640d6bda5
2022-05-20T14:31:17.956Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af856647-0c31-432a-b068-bcb640d6bda5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:31:17.964Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.964Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.964Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:17.964Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.964Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057017120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:31:17.964Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:31:17.964Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.964Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "cds",
  "timestamp": 1653057017231,
  "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-05-20T14:31:17.968Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af856647-0c31-432a-b068-bcb640d6bda5
2022-05-20T14:31:17.968Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af856647-0c31-432a-b068-bcb640d6bda5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:31:17.975Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:31:17.976Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:31:17.976Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:31:30.511Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:31:30.523Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:31:30.525Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:31:30.525Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:31:30.525Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:32:00.526Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:32:00.539Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:32:00.542Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:32:00.542Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:32:00.542Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:32:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:32:17.905Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:32:17.905Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:32:17.929Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:32:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:32:17.930Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:32:17.931Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:32:30.542Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:32:30.554Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:32:30.556Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:32:30.556Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:32:30.556Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:33:00.556Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:33:00.569Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:33:00.572Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:33:00.572Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T14:33:00.572Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T14:33:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:33:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:33:17.905Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:33:18.430Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:33:18.431Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.432Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653057018123,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:33:18.442Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af856647-0c31-432a-b068-bcb640d6bda5
2022-05-20T14:33:18.442Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af856647-0c31-432a-b068-bcb640d6bda5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:33:18.453Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.453Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.453Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.453Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057012700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057013187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057023048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057024071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653057025073,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:33:18.462Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of af856647-0c31-432a-b068-bcb640d6bda5
2022-05-20T14:33:18.462Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af856647-0c31-432a-b068-bcb640d6bda5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:33:18.470Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057017901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057018970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057027842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057028940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057029481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.471Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057030462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057032469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057033382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.472Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "clamp",
  "timestamp": 1653057033471,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:33:18.476Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af856647-0c31-432a-b068-bcb640d6bda5
2022-05-20T14:33:18.476Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af856647-0c31-432a-b068-bcb640d6bda5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:33:18.485Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:33:18.485Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "aai-ml",
  "timestamp": 1653057034384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:33:18.492Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af856647-0c31-432a-b068-bcb640d6bda5
2022-05-20T14:33:18.492Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId af856647-0c31-432a-b068-bcb640d6bda5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T14:33:30.573Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:33:30.584Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-20T14:33:30.586Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T14:33:30.591Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T14:34:00.592Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af856647-0c31-432a-b068-bcb640d6bda5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-20T14:34:00.597Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af856647-0c31-432a-b068-bcb640d6bda5 and serviceModelVersionId: 7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1
2022-05-20T14:34:00.597Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8dbec796-593c-41ad-b0c1-5e40f39ef0df
2022-05-20T14:34:00.597Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?depth=0
2022-05-20T14:34:00.602Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T14:34:00.623Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?depth=0|INFO|500||Invoke
2022-05-20T14:34:00.623Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af856647-0c31-432a-b068-bcb640d6bda5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f30ef179-874f-4547-b02c-c581238ac557], X-ECOMP-RequestID=[af856647-0c31-432a-b068-bcb640d6bda5], X-TransactionId=[], X-ONAP-RequestID=[af856647-0c31-432a-b068-bcb640d6bda5], Content-Type=[application/merge-patch+json]}
2022-05-20T14:34:00.641Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-20T14:34:01.092Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?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/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-14:34:00:646-95003], vertex-id=[192696], Content-Length=[0], Date=[Fri, 20 May 2022 14:34:00 GMT], Content-Type=[application/json]}
2022-05-20T14:34:01.093Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-20T14:34:01.093Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbec796-593c-41ad-b0c1-5e40f39ef0df/model-vers/model-ver/7ad1c9ea-7112-4e9a-9e5d-ef65efcedbb1?depth=0|INFO|500||InvokeReturn
2022-05-20T14:34:01.093Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T14:34:01.094Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-20T14:34:01.099Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T14:34:01.099Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af856647-0c31-432a-b068-bcb640d6bda5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T14:34:01.099Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T14:34:01.100Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:34:01.102Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:34:01.102Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057241099,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:34:01.203Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:34:01.204Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-20T14:34:01.204Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:34:01.228Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:34:01.228Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:34:02.135Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:34:02.135Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:34:02.135Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:34:12.418Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:34:12.418Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:34:12.419Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:34:12.419Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:34:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:34:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:34:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:34:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:34:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T14:34:18.537Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af856647-0c31-432a-b068-bcb640d6bda5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653057241099,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:34:18.538Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:34:21.960Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:34:21.961Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:34:21.961Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:34:21.961Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:34:31.501Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:34:31.502Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:34:31.503Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:34:31.503Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:34:41.038Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:35:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:35:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:35:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:35:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:35:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:35:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:35:27.448Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:35:27.449Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:36:17.901Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:36:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:36:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:36:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:36:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:36:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:36:27.448Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:36:27.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:37:17.901Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:37:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:37:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:37:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:37:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:37:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:37:27.445Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:37:27.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:38:17.901Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:38:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:38:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:38:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:38:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:38:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:38:27.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:38:27.450Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:39:17.901Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:39:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:39:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:39:17.903Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:39:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:39:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:39:27.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:39:27.449Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:40:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:40:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:40:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:40:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:40:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:40:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:40:27.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:40:27.452Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:41:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:41:17.903Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:41:17.903Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:41:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:41:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:41:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:41:27.452Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:41:27.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:42:17.901Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:42:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:42:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:42:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:42:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:42:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:42:27.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:42:27.453Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:43:17.901Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:43:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:43:17.902Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:43:17.903Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:43:17.904Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:43:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:43:27.452Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:43:27.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:44:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:44:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:44:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:44:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:44:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:44:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:44:27.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:44:27.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:45:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:45:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:45:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:45:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:45:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:45:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:45:27.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:45:27.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:46:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:46:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:46:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:46:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:46:17.904Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:46:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:46:27.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:46:27.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:47:17.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:47:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:47:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:47:17.903Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:47:17.904Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:47:17.904Z|af856647-0c31-432a-b068-bcb640d6bda5|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:47:27.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:47:27.456Z|af856647-0c31-432a-b068-bcb640d6bda5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:48:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:48:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:48:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:48:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:48:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:48:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:48:27.451Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:48:27.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:49:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:49:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:49:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:49:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:49:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:49:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:49:27.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:49:27.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:50:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:50:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:50:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:50:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:50:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:50:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:50:27.448Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:50:27.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:51:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:51:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:51:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:51:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:51:17.904Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:51:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:51:27.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:51:27.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:52:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:52:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:52:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:52:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:52:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:52:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:52:27.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:52:27.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:53:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:53:17.903Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:53:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:53:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:53:17.904Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:53:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:53:27.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:53:27.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:54:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:54:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:54:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:54:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:54:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:54:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:54:27.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:54:27.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:55:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:55:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:55:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:55:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:55:17.904Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:55:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:55:27.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:55:27.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:56:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:56:17.903Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:56:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:56:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:56:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:56:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:56:27.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:56:27.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:57:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:57:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:57:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:57:17.903Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:57:17.904Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:57:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:57:27.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:57:27.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:58:17.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:58:17.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:58:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:58:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:58:17.904Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T14:58:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:58:27.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-20T14:58:27.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK