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)

2021-12-06T01:50:06.154Z||main|||||INFO|500||The following profiles are active: basic
2021-12-06T01:50:15.143Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-06T01:50:15.143Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-06T01:50:15.225Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-06T01:50:17.409Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-06T01:50:17.574Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-06T01:50:17.941Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-06T01:50:17.952Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-06T01:50:18.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-06T01:50:18.144Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-06T01:50:18.514Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-06T01:50:19.361Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-06T01:50:21.314Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-06T01:50:21.363Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-06T01:50:21.837Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-06T01:50:21.959Z||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.
2021-12-06T01:50:23.077Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-06T01:50:23.995Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-12-06T01:50:24.010Z||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$$d192f0e0.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)
2021-12-06T01:50:24.011Z||main|||||WARN|500||The sdc end point is not alive
2021-12-06T01:50:26.525Z||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
2021-12-06T01:50:28.970Z||main|||||WARN|500||---
2021-12-06T01:50:28.970Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-06T01:50:28.971Z||main|||||WARN|500||---
2021-12-06T01:50:29.392Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-06T01:50:33.510Z||main|||||INFO|500||Started Application in 31.414 seconds (JVM running for 32.515)
2021-12-06T01:50:33.536Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-06T01:50:33.537Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-06T01:50:33.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-06T01:50:33.626Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-06T01:50:33.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f991741-7f6e-405d-b8aa-9aa901d30269 url= /sdc/v1/artifactTypes
2021-12-06T01:50:33.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-06T01:50:33.940Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-06T01:50:33.964Z||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
2021-12-06T01:50:33.986Z||scheduling-1|||||DEBUG|500||create keys
2021-12-06T01:50:33.992Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-06T01:50:34.478Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:50:34.493Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2b52f73c-91b4-43be-bfc6-ab6426ec0b18 url= /sdc/v1/registerForDistribution
2021-12-06T01:50:34.869Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2b52f73c-91b4-43be-bfc6-ab6426ec0b18 url= /sdc/v1/registerForDistribution
2021-12-06T01:50:34.869Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-06T01:50:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:50:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:50:34.885Z||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.
2021-12-06T01:50:34.885Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-06T01:50:34.885Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:50:34.886Z||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.
2021-12-06T01:50:34.886Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:50:46.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:50:46.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:51:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:51:34.876Z||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.
2021-12-06T01:51:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:51:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:51:34.877Z||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.
2021-12-06T01:51:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:51:44.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:51:44.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:52:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:52:34.876Z||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.
2021-12-06T01:52:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:52:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:52:34.880Z||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.
2021-12-06T01:52:34.880Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:52:44.429Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:52:44.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:53:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:53:34.876Z||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.
2021-12-06T01:53:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:53:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:53:34.877Z||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.
2021-12-06T01:53:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:53:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:53:44.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:54:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:54:34.877Z||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.
2021-12-06T01:54:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:54:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:54:34.877Z||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.
2021-12-06T01:54:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:54:44.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:54:44.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:55:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:55:34.877Z||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.
2021-12-06T01:55:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:55:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:55:34.877Z||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.
2021-12-06T01:55:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:55:44.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:55:44.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:56:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:56:34.876Z||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.
2021-12-06T01:56:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:56:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:56:34.877Z||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.
2021-12-06T01:56:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:56:44.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:56:44.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:57:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:57:34.876Z||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.
2021-12-06T01:57:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:57:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:57:34.877Z||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.
2021-12-06T01:57:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:57:44.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:57:44.429Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:58:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:58:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:58:34.877Z||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.
2021-12-06T01:58:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:58:34.877Z||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.
2021-12-06T01:58:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:58:44.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:58:44.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:59:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:59:34.876Z||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.
2021-12-06T01:59:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:59:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:59:34.877Z||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.
2021-12-06T01:59:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:59:44.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T01:59:44.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:00:17.133Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-06T02:00:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:00:34.876Z||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.
2021-12-06T02:00:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:00:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:00:34.877Z||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.
2021-12-06T02:00:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:00:44.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:00:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:01:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:01:34.876Z||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.
2021-12-06T02:01:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:01:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:01:34.877Z||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.
2021-12-06T02:01:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:01:44.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:01:44.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:02:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:02:34.876Z||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.
2021-12-06T02:02:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:02:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:02:34.877Z||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.
2021-12-06T02:02:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:02:44.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:02:44.430Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:03:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:03:34.876Z||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.
2021-12-06T02:03:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:03:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:03:34.877Z||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.
2021-12-06T02:03:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:03:44.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:03:44.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:04:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:04:34.876Z||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.
2021-12-06T02:04:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:04:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:04:34.877Z||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.
2021-12-06T02:04:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:04:44.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:04:44.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:05:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:05:34.876Z||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.
2021-12-06T02:05:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:05:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:05:34.877Z||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.
2021-12-06T02:05:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:05:44.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:05:44.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:06:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:06:34.876Z||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.
2021-12-06T02:06:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:06:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:06:34.877Z||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.
2021-12-06T02:06:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:06:44.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:06:44.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:07:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:07:34.876Z||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.
2021-12-06T02:07:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:07:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:07:34.877Z||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.
2021-12-06T02:07:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:07:44.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:07:44.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:08:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:08:34.876Z||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.
2021-12-06T02:08:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:08:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:08:34.877Z||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.
2021-12-06T02:08:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:08:44.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:08:44.423Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:09:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:09:34.876Z||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.
2021-12-06T02:09:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:09:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:09:34.878Z||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.
2021-12-06T02:09:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:09:44.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:09:44.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:10:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:10:34.876Z||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.
2021-12-06T02:10:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:10:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:10:34.877Z||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.
2021-12-06T02:10:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:10:44.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:10:44.423Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:11:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:11:34.876Z||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.
2021-12-06T02:11:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:11:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:11:34.877Z||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.
2021-12-06T02:11:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:11:44.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:11:44.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:12:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:12:34.876Z||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.
2021-12-06T02:12:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:12:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:12:34.877Z||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.
2021-12-06T02:12:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:12:44.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:12:44.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:13:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:13:34.876Z||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.
2021-12-06T02:13:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:13:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:13:34.877Z||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.
2021-12-06T02:13:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:13:44.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:13:44.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:14:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:14:34.876Z||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.
2021-12-06T02:14:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:14:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:14:34.877Z||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.
2021-12-06T02:14:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:14:44.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:14:44.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:15:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:15:34.876Z||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.
2021-12-06T02:15:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:15:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:15:34.877Z||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.
2021-12-06T02:15:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:15:44.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:15:44.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:16:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:16:34.876Z||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.
2021-12-06T02:16:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:16:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:16:34.878Z||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.
2021-12-06T02:16:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:16:44.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:16:44.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:17:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:17:34.876Z||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.
2021-12-06T02:17:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:17:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:17:34.877Z||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.
2021-12-06T02:17:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:17:44.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:17:44.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:18:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:18:34.876Z||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.
2021-12-06T02:18:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:18:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:18:34.877Z||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.
2021-12-06T02:18:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:18:44.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:18:44.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:19:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:19:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:19:34.877Z||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.
2021-12-06T02:19:34.877Z||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.
2021-12-06T02:19:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:19:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:19:44.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:19:44.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:20:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:20:34.876Z||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.
2021-12-06T02:20:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:20:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:20:34.877Z||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.
2021-12-06T02:20:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:20:44.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:20:44.421Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:21:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:21:34.876Z||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.
2021-12-06T02:21:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:21:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:21:34.877Z||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.
2021-12-06T02:21:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:21:44.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:21:44.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:22:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:22:34.876Z||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.
2021-12-06T02:22:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:22:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:22:34.877Z||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.
2021-12-06T02:22:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:22:44.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:22:44.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:23:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:23:34.876Z||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.
2021-12-06T02:23:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:23:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:23:34.877Z||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.
2021-12-06T02:23:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:23:44.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:23:44.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:24:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:24:34.876Z||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.
2021-12-06T02:24:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:24:34.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:24:34.877Z||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.
2021-12-06T02:24:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:24:44.418Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:24:44.418Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:25:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:25:34.876Z||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.
2021-12-06T02:25:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:25:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:25:34.877Z||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.
2021-12-06T02:25:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:25:44.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:25:44.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:26:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:26:34.876Z||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.
2021-12-06T02:26:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:26:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:26:34.877Z||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.
2021-12-06T02:26:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:26:44.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:26:44.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:27:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:27:34.876Z||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.
2021-12-06T02:27:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:27:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:27:34.877Z||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.
2021-12-06T02:27:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:27:44.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:27:44.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:28:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:28:34.876Z||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.
2021-12-06T02:28:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:28:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:28:34.877Z||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.
2021-12-06T02:28:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:28:44.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:28:44.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:29:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:29:34.876Z||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.
2021-12-06T02:29:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:29:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:29:34.877Z||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.
2021-12-06T02:29:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:29:44.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:29:44.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:30:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:30:34.876Z||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.
2021-12-06T02:30:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:30:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:30:34.877Z||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.
2021-12-06T02:30:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:30:44.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:30:44.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:31:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:31:34.876Z||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.
2021-12-06T02:31:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:31:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:31:34.877Z||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.
2021-12-06T02:31:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:31:44.418Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:31:44.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:32:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:32:34.876Z||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.
2021-12-06T02:32:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:32:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:32:34.877Z||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.
2021-12-06T02:32:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:32:44.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:32:44.422Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:33:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:33:34.876Z||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.
2021-12-06T02:33:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:33:34.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:33:34.877Z||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.
2021-12-06T02:33:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:33:44.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:33:44.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:34:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:34:34.876Z||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.
2021-12-06T02:34:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:34:34.876Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:34:34.877Z||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.
2021-12-06T02:34:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:34:44.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:34:44.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:35:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:35:34.876Z||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.
2021-12-06T02:35:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:35:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:35:34.877Z||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.
2021-12-06T02:35:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:35:44.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:35:44.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:36:34.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:36:34.876Z||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.
2021-12-06T02:36:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:36:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:36:34.877Z||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.
2021-12-06T02:36:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:36:44.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:36:44.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:37:34.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:37:34.876Z||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.
2021-12-06T02:37:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:37:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:37:34.877Z||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.
2021-12-06T02:37:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:37:44.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:37:44.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:38:34.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:38:34.876Z||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.
2021-12-06T02:38:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:38:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:38:34.877Z||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.
2021-12-06T02:38:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:38:44.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:38:44.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:39:34.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:39:34.876Z||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.
2021-12-06T02:39:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:39:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:39:34.877Z||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.
2021-12-06T02:39:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:39:44.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:39:44.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:40:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:40:34.876Z||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.
2021-12-06T02:40:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:40:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:40:34.877Z||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.
2021-12-06T02:40:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:40:44.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:40:44.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:41:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:41:34.876Z||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.
2021-12-06T02:41:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:41:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:41:34.877Z||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.
2021-12-06T02:41:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:41:44.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:41:44.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:42:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:42:34.876Z||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.
2021-12-06T02:42:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:42:34.876Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:42:34.877Z||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.
2021-12-06T02:42:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:42:44.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:42:44.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:43:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:43:34.876Z||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.
2021-12-06T02:43:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:43:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:43:34.877Z||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.
2021-12-06T02:43:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:43:44.415Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:43:44.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:44:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:44:34.876Z||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.
2021-12-06T02:44:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:44:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:44:34.877Z||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.
2021-12-06T02:44:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:44:44.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:44:44.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:45:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:45:34.876Z||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.
2021-12-06T02:45:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:45:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:45:34.877Z||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.
2021-12-06T02:45:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:45:44.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:45:44.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:46:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:46:34.876Z||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.
2021-12-06T02:46:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:46:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:46:34.877Z||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.
2021-12-06T02:46:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:46:44.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:46:44.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:47:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:47:34.876Z||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.
2021-12-06T02:47:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:47:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:47:34.877Z||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.
2021-12-06T02:47:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:47:44.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:47:44.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:48:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:48:34.876Z||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.
2021-12-06T02:48:34.876Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:48:34.877Z||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.
2021-12-06T02:48:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:48:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:48:44.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:48:44.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:49:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:49:34.876Z||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.
2021-12-06T02:49:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:49:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:49:34.877Z||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.
2021-12-06T02:49:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:49:44.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:49:44.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:50:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:50:34.876Z||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.
2021-12-06T02:50:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:50:34.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:50:34.877Z||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.
2021-12-06T02:50:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:50:44.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:50:44.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:51:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:51:34.876Z||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.
2021-12-06T02:51:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:51:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:51:34.877Z||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.
2021-12-06T02:51:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:51:44.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:51:44.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:52:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:52:34.876Z||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.
2021-12-06T02:52:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:52:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:52:34.877Z||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.
2021-12-06T02:52:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:52:44.424Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:52:44.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:53:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:53:34.876Z||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.
2021-12-06T02:53:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:53:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:53:34.877Z||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.
2021-12-06T02:53:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:53:44.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:53:44.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:54:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:54:34.876Z||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.
2021-12-06T02:54:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:54:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:54:34.877Z||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.
2021-12-06T02:54:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:54:44.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:54:44.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:55:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:55:34.876Z||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.
2021-12-06T02:55:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:55:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:55:34.877Z||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.
2021-12-06T02:55:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:55:44.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:55:44.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:56:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:56:34.876Z||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.
2021-12-06T02:56:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:56:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:56:34.877Z||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.
2021-12-06T02:56:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:56:44.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:56:44.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:57:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:57:34.876Z||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.
2021-12-06T02:57:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:57:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:57:34.877Z||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.
2021-12-06T02:57:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:57:44.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:57:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:58:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:58:34.876Z||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.
2021-12-06T02:58:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:58:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:58:34.877Z||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.
2021-12-06T02:58:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:58:44.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:58:44.421Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:59:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:59:34.876Z||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.
2021-12-06T02:59:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:59:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:59:34.877Z||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.
2021-12-06T02:59:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:59:44.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T02:59:44.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:00:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:00:34.876Z||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.
2021-12-06T03:00:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:00:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:00:34.877Z||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.
2021-12-06T03:00:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:00:44.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:00:44.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:01:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:01:34.876Z||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.
2021-12-06T03:01:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:01:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:01:34.877Z||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.
2021-12-06T03:01:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:01:44.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:01:44.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:02:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:02:34.876Z||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.
2021-12-06T03:02:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:02:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:02:34.877Z||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.
2021-12-06T03:02:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:02:44.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:02:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:03:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:03:34.876Z||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.
2021-12-06T03:03:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:03:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:03:34.877Z||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.
2021-12-06T03:03:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:03:44.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:03:44.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:04:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:04:34.876Z||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.
2021-12-06T03:04:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:04:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:04:34.877Z||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.
2021-12-06T03:04:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:04:44.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:04:44.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:05:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:05:34.876Z||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.
2021-12-06T03:05:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:05:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:05:34.877Z||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.
2021-12-06T03:05:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:05:44.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:05:44.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:06:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:06:34.876Z||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.
2021-12-06T03:06:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:06:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:06:34.877Z||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.
2021-12-06T03:06:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:06:44.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:06:44.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:07:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:07:34.876Z||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.
2021-12-06T03:07:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:07:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:07:34.877Z||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.
2021-12-06T03:07:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:07:44.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:07:44.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:08:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:08:34.876Z||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.
2021-12-06T03:08:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:08:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:08:34.877Z||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.
2021-12-06T03:08:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:08:44.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:08:44.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:09:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:09:34.876Z||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.
2021-12-06T03:09:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:09:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:09:34.877Z||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.
2021-12-06T03:09:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:09:44.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:09:44.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:10:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:10:34.876Z||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.
2021-12-06T03:10:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:10:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:10:34.877Z||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.
2021-12-06T03:10:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:10:44.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:10:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:11:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:11:34.876Z||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.
2021-12-06T03:11:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:11:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:11:34.877Z||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.
2021-12-06T03:11:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:11:44.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:11:44.427Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:12:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:12:34.876Z||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.
2021-12-06T03:12:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:12:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:12:34.877Z||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.
2021-12-06T03:12:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:12:44.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:12:44.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:13:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:13:34.876Z||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.
2021-12-06T03:13:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:13:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:13:34.877Z||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.
2021-12-06T03:13:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:13:44.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:13:44.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:14:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:14:34.876Z||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.
2021-12-06T03:14:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:14:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:14:34.877Z||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.
2021-12-06T03:14:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:14:44.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:14:44.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:15:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:15:34.876Z||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.
2021-12-06T03:15:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:15:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:15:34.877Z||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.
2021-12-06T03:15:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:15:44.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:15:44.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:16:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:16:34.876Z||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.
2021-12-06T03:16:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:16:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:16:34.877Z||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.
2021-12-06T03:16:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:16:44.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:16:44.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:17:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:17:34.876Z||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.
2021-12-06T03:17:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:17:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:17:34.877Z||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.
2021-12-06T03:17:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:17:44.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:17:44.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:18:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:18:34.876Z||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.
2021-12-06T03:18:34.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:18:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:18:34.877Z||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.
2021-12-06T03:18:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:18:44.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:18:44.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:19:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:19:34.876Z||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.
2021-12-06T03:19:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:19:34.876Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:19:34.877Z||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.
2021-12-06T03:19:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:19:44.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:19:44.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:20:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:20:34.876Z||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.
2021-12-06T03:20:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:20:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:20:34.877Z||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.
2021-12-06T03:20:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:20:44.417Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:20:44.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:21:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:21:34.876Z||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.
2021-12-06T03:21:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:21:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:21:34.877Z||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.
2021-12-06T03:21:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:21:44.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:21:44.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:22:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:22:34.876Z||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.
2021-12-06T03:22:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:22:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:22:34.877Z||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.
2021-12-06T03:22:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:22:44.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:22:44.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:23:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:23:34.876Z||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.
2021-12-06T03:23:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:23:34.876Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:23:34.877Z||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.
2021-12-06T03:23:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:23:44.418Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:23:44.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:24:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:24:34.876Z||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.
2021-12-06T03:24:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:24:34.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:24:34.877Z||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.
2021-12-06T03:24:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:24:44.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:24:44.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:25:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:25:34.876Z||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.
2021-12-06T03:25:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:25:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:25:34.877Z||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.
2021-12-06T03:25:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:25:44.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:25:44.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:26:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:26:34.876Z||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.
2021-12-06T03:26:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:26:34.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:26:34.877Z||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.
2021-12-06T03:26:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:26:44.420Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:26:44.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:27:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:27:34.876Z||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.
2021-12-06T03:27:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:27:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:27:34.877Z||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.
2021-12-06T03:27:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:27:44.414Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:27:44.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:28:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:28:34.876Z||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.
2021-12-06T03:28:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:28:34.876Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:28:34.877Z||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.
2021-12-06T03:28:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:28:44.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:28:44.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:29:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:29:34.876Z||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.
2021-12-06T03:29:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:29:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:29:34.877Z||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.
2021-12-06T03:29:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:29:44.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:29:44.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:30:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:30:34.876Z||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.
2021-12-06T03:30:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:30:34.876Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:30:34.877Z||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.
2021-12-06T03:30:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:30:44.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:30:44.418Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:31:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:31:34.876Z||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.
2021-12-06T03:31:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:31:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:31:34.877Z||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.
2021-12-06T03:31:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:31:44.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:31:44.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:32:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:32:34.876Z||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.
2021-12-06T03:32:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:32:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:32:34.877Z||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.
2021-12-06T03:32:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:32:44.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:32:44.421Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:33:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:33:34.876Z||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.
2021-12-06T03:33:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:33:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:33:34.877Z||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.
2021-12-06T03:33:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:33:44.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:33:44.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:34:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:34:34.876Z||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.
2021-12-06T03:34:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:34:34.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:34:34.877Z||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.
2021-12-06T03:34:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:34:44.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:34:44.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:35:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:35:34.876Z||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.
2021-12-06T03:35:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:35:34.876Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:35:34.877Z||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.
2021-12-06T03:35:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:35:44.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:35:44.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:36:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:36:34.876Z||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.
2021-12-06T03:36:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:36:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:36:34.877Z||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.
2021-12-06T03:36:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:36:44.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:36:44.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:37:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:37:34.876Z||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.
2021-12-06T03:37:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:37:34.876Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:37:34.877Z||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.
2021-12-06T03:37:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:37:44.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:37:44.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:38:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:38:34.876Z||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.
2021-12-06T03:38:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:38:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:38:34.877Z||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.
2021-12-06T03:38:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:38:44.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:38:44.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:39:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:39:34.876Z||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.
2021-12-06T03:39:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:39:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:39:34.877Z||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.
2021-12-06T03:39:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:39:44.416Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:39:44.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:40:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:40:34.877Z||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.
2021-12-06T03:40:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:40:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:40:34.877Z||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.
2021-12-06T03:40:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:40:44.416Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:40:44.418Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:41:34.876Z||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.
2021-12-06T03:41:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:41:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:41:34.877Z||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.
2021-12-06T03:41:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:41:35.005Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:35.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762078110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762081414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762083031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762078110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762081414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762083031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762078110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762081414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762083031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762089818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762078110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762081414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762083031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762089818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762091071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762078110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762081414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762083031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762089818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762091071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762078110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762081414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762092210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762083031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762089818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762091071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762078110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762081414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762092210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762083031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762089818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762091071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:41:35.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:35.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"48088423-3e16-4eab-8a0d-8dc4b5fae7b7","serviceName":"vFW 2021-12-06 03-39-37","serviceVersion":"1.0","serviceUUID":"5cdedba7-103b-42ac-8be2-5040a99e75c9","serviceDescription":"catalog service description","serviceInvariantUUID":"8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1","resources":[{"resourceInstanceName":"vFW 36bd8127-db4c 0","resourceName":"vFW 36bd8127-db4c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"606f2b14-a7d1-49f1-8d6d-02c1fee15f74","resourceInvariantUUID":"701f3763-9b04-4221-89ca-068b51e567a0","resourceCustomizationUUID":"d33f1eb7-9cc1-4f48-84d9-f0879e893073","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml","artifactChecksum":"YjU5ZGYzMjRmODBhYTQxODY0ZmE1YWE2Y2EzZTFhMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49eb0934-1166-4b7e-9332-84827971d4f7","artifactVersion":"1"},{"artifactName":"vfw36bd8127db4c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json","artifactChecksum":"OGEyOTkwNzk0MzkyODk3NDU2YzAyNzBhZjM1ZWEwNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97886db0-3af5-480c-b709-543f11d5dd62","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d23a137-6a3d-421a-962b-64504bcac08b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWZhMmEwNWYzMmZlNWIzMWMwZWQwZjE0N2Y0ZWRkMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a97900f-afc6-4ebd-8742-e445918e3228","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"54e15fb7-733a-49f9-9703-290dcfbeee51","artifactVersion":"2","generatedFromUUID":"8d23a137-6a3d-421a-962b-64504bcac08b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211206033937-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml","artifactChecksum":"N2JhZTE4ZGE0NmRkMTYwZTFmYzcwY2UwNzEwNzFkNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88444bf4-2c15-441f-9b43-571f453ffa12","artifactVersion":"1"},{"artifactName":"service-Vfw20211206033937-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar","artifactChecksum":"YTcxZTYzYmFjY2U3Yzk1NDEzNGI2MzlhOWJhYjY5MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ed1c26f-05c6-4361-aebb-415f3db238c4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:41:35.504Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:35.508Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:35.514Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:35.514Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.615Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-12-06T03:41:35.617Z||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.
2021-12-06T03:41:35.617Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:35.629Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:35.629Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:36.518Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:36.519Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:36.520Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:36.520Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:41:36.621Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:41:36.621Z||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.
2021-12-06T03:41:36.621Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:36.632Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:36.633Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:37.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:37.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:37.523Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:37.523Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:41:37.623Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:37.624Z||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.
2021-12-06T03:41:37.624Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:37.635Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:37.636Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:38.523Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:38.524Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:38.525Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:38.525Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:38.626Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:41:38.626Z||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.
2021-12-06T03:41:38.626Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:38.637Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:38.638Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:39.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:39.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:39.528Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:39.528Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-06T03:41:39.628Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:39.629Z||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.
2021-12-06T03:41:39.629Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:39.640Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:39.640Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:40.528Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:40.529Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:40.530Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:40.530Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:41:40.631Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:40.631Z||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.
2021-12-06T03:41:40.631Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:40.642Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:40.643Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:41:41.531Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:41.531Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:41.533Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:41.533Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:41:41.633Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:41.634Z||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.
2021-12-06T03:41:41.634Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:41.646Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:41.646Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:42.535Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "serviceName": "vFW 2021-12-06 03-39-37",
  "serviceVersion": "1.0",
  "serviceUUID": "5cdedba7-103b-42ac-8be2-5040a99e75c9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1",
  "resources": [
    {
      "resourceInstanceName": "vFW 36bd8127-db4c 0",
      "resourceCustomizationUUID": "d33f1eb7-9cc1-4f48-84d9-f0879e893073",
      "resourceName": "vFW 36bd8127-db4c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "606f2b14-a7d1-49f1-8d6d-02c1fee15f74",
      "resourceInvariantUUID": "701f3763-9b04-4221-89ca-068b51e567a0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw36bd8127db4c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
          "artifactChecksum": "OGEyOTkwNzk0MzkyODk3NDU2YzAyNzBhZjM1ZWEwNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "97886db0-3af5-480c-b709-543f11d5dd62",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8d23a137-6a3d-421a-962b-64504bcac08b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "54e15fb7-733a-49f9-9703-290dcfbeee51",
            "generatedFromUUID": "8d23a137-6a3d-421a-962b-64504bcac08b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "54e15fb7-733a-49f9-9703-290dcfbeee51",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211206033937-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
      "artifactChecksum": "YTcxZTYzYmFjY2U3Yzk1NDEzNGI2MzlhOWJhYjY5MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4ed1c26f-05c6-4361-aebb-415f3db238c4"
    }
  ],
  "workloadContext": "Production"
}
2021-12-06T03:41:42.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:41:42.536Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5cdedba7-103b-42ac-8be2-5040a99e75c9 ASDC
2021-12-06T03:41:42.647Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:48088423-3e16-4eab-8a0d-8dc4b5fae7b7
ServiceName:vFW 2021-12-06 03-39-37
ServiceVersion:1.0
ServiceUUID:5cdedba7-103b-42ac-8be2-5040a99e75c9
ServiceInvariantUUID:8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211206033937-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
ArtifactUUID:4ed1c26f-05c6-4361-aebb-415f3db238c4
ArtifactChecksum:YTcxZTYzYmFjY2U3Yzk1NDEzNGI2MzlhOWJhYjY5MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 36bd8127-db4c 0
ResourceCustomizationUUID:d33f1eb7-9cc1-4f48-84d9-f0879e893073
ResourceInvariantUUID:701f3763-9b04-4221-89ca-068b51e567a0
ResourceName:vFW 36bd8127-db4c
ResourceType:VF
ResourceUUID:606f2b14-a7d1-49f1-8d6d-02c1fee15f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw36bd8127db4c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
ArtifactUUID:97886db0-3af5-480c-b709-543f11d5dd62
ArtifactChecksum:OGEyOTkwNzk0MzkyODk3NDU2YzAyNzBhZjM1ZWEwNWY=
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/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
ArtifactUUID:8d23a137-6a3d-421a-962b-64504bcac08b
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/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
ArtifactUUID:54e15fb7-733a-49f9-9703-290dcfbeee51
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/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
ArtifactUUID:54e15fb7-733a-49f9-9703-290dcfbeee51
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-06T03:41:42.647Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cdedba7-103b-42ac-8be2-5040a99e75c9 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 (?, ?, ?, ?, ?)
2021-12-06T03:41:42.822Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:41:42.822Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:41:42.823Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:41:42.823Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4ed1c26f-05c6-4361-aebb-415f3db238c4 from URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:42.823Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:41:42.824Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:42.913Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:41:42.928Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar 4ed1c26f-05c6-4361-aebb-415f3db238c4 98968
2021-12-06T03:41:42.929Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar ASDC sendASDCNotification
2021-12-06T03:41:42.930Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:42.930Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:41:42.931Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:42.932Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:42.932Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762102928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:41:43.032Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:43.033Z||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.
2021-12-06T03:41:43.033Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:43.046Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:43.046Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:43.933Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:41:43.933Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:41:43.934Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4ed1c26f-05c6-4361-aebb-415f3db238c4, URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar to file: /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:43.934Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211206033937-csar.csar
2021-12-06T03:41:43.987Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:43.987Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:44.393Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3391227919379362673/Definitions/service-Vfw20211206033937-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-12-06T03:41:46.950Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 36bd8127-db4c 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-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.957Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:41:46.962Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.963Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.966Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.966Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:41:46.968Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:41:46.969Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.969Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.969Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.969Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:41:46.970Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:41:46.970Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.970Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.973Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.973Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:46.973Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:46.973Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:41:46.976Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.976Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1946d213-8fcd-41e6-997a-fa3c1d807537
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbfa1d33-e393-43cb-acc1-e465dbd33e41
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5d9eca98-b647-412e-9d51-0bbc945a31f3
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.985Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-12-06 03-39-37
Description:catalog service description
Model UUID:5cdedba7-103b-42ac-8be2-5040a99e75c9
Model Version:NULL
Model InvariantUuid:8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 36bd8127-db4c
Model UUID:6f504b00-d02c-4bc3-b9a3-e9a4a3247921
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:701f3763-9b04-4221-89ca-068b51e567a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d33f1eb7-9cc1-4f48-84d9-f0879e893073
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f75f007d-d129-4daf-9343-a97f16aa9fad
ModelName:Vfw36bd8127Db4c..base_vfw..module-0
ModelUuid:a10409f5-c95e-4291-bcd7-8c1c40dc67de
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1946d213-8fcd-41e6-997a-fa3c1d807537
ModelInvariantUuid:51af4100-bce8-413e-bc10-564e7248e3ba
ModelName:vFW 36bd8127-db4c-nodes.vfwCvfc
ModelUuid:2b064bf5-8c21-45bf-9da6-9048e4006b03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b91cdca6-aa92-4954-b881-c3369eaef828
ModelInvariantUuid:50386f92-ba94-4117-a5b3-476e8d92246c
ModelName:Vfw36bd8127Db4c.compute.nodes.heat.vfw
ModelUuid:a32185f2-f627-48ed-aa63-50c77c659dc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dbfa1d33-e393-43cb-acc1-e465dbd33e41
ModelInvariantUuid:3927a1cb-646f-4b54-8faf-76297c28af08
ModelName:vFW 36bd8127-db4c-nodes.vsnCvfc
ModelUuid:ced027db-1404-4338-8034-ccb5dd00787b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:acafdf6e-c288-4b29-bb6d-c90a7c7e0e27
ModelInvariantUuid:925ab6da-d738-43ce-aadd-4788a109e038
ModelName:Vfw36bd8127Db4c.compute.nodes.heat.vsn
ModelUuid:50445ffc-b38e-495e-8545-6c725fa6a933
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d9eca98-b647-412e-9d51-0bbc945a31f3
ModelInvariantUuid:3748686a-4f3f-44c6-a98f-902dbbd7a5af
ModelName:vFW 36bd8127-db4c-nodes.vpgCvfc
ModelUuid:90540abe-95ad-47f5-ad5b-57f3b1ef703e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:449d6290-0098-43fd-ae11-30e742609e76
ModelInvariantUuid:ae29f78f-43db-42a8-82b9-7b73ba01af34
ModelName:Vfw36bd8127Db4c.compute.nodes.heat.vpg
ModelUuid:0dfc9324-d065-4bd0-8e72-e7260872b58a
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=?
2021-12-06T03:41:47.007Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 606f2b14-a7d1-49f1-8d6d-02c1fee15f74
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=?
2021-12-06T03:41:47.081Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||vFW 36bd8127-db4c 0
2021-12-06T03:41:47.086Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 606f2b14-a7d1-49f1-8d6d-02c1fee15f74
2021-12-06T03:41:47.087Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 97886db0-3af5-480c-b709-543f11d5dd62 from URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
2021-12-06T03:41:47.087Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:41:47.087Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
2021-12-06T03:41:47.137Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json 97886db0-3af5-480c-b709-543f11d5dd62 785
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json ASDC sendASDCNotification
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:47.140Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:47.140Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762107138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:41:47.240Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:47.241Z||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.
2021-12-06T03:41:47.241Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:47.252Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:47.253Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:48.143Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw36bd8127Db4c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f75f007d-d129-4daf-9343-a97f16aa9fad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a10409f5-c95e-4291-bcd7-8c1c40dc67de",
    "vfModuleModelCustomizationUUID": "34193f32-e995-4442-a79c-02a4b3971dc8",
    "isBase": true,
    "artifacts": [
      "8d23a137-6a3d-421a-962b-64504bcac08b",
      "54e15fb7-733a-49f9-9703-290dcfbeee51"
    ],
    "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": ""
    }
  }
]
2021-12-06T03:41:48.156Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw36bd8127Db4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a10409f5-c95e-4291-bcd7-8c1c40dc67de
VfModuleModelInvariantUUID:f75f007d-d129-4daf-9343-a97f16aa9fad
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d23a137-6a3d-421a-962b-64504bcac08b
,
54e15fb7-733a-49f9-9703-290dcfbeee51

}
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


}

2021-12-06T03:41:48.159Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw36bd8127Db4c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f75f007d-d129-4daf-9343-a97f16aa9fad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a10409f5-c95e-4291-bcd7-8c1c40dc67de",
    "vfModuleModelCustomizationUUID": "34193f32-e995-4442-a79c-02a4b3971dc8",
    "isBase": true,
    "artifacts": [
      "8d23a137-6a3d-421a-962b-64504bcac08b",
      "54e15fb7-733a-49f9-9703-290dcfbeee51"
    ],
    "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": ""
    }
  }
]
2021-12-06T03:41:48.159Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw36bd8127Db4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a10409f5-c95e-4291-bcd7-8c1c40dc67de
VfModuleModelInvariantUUID:f75f007d-d129-4daf-9343-a97f16aa9fad
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d23a137-6a3d-421a-962b-64504bcac08b
,
54e15fb7-733a-49f9-9703-290dcfbeee51

}
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


}

2021-12-06T03:41:48.159Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d23a137-6a3d-421a-962b-64504bcac08b from URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
2021-12-06T03:41:48.160Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:41:48.160Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
2021-12-06T03:41:48.322Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:41:48.323Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml 8d23a137-6a3d-421a-962b-64504bcac08b 20368
2021-12-06T03:41:48.323Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-06T03:41:48.323Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
2021-12-06T03:41:48.323Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:41:48.324Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:48.325Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:48.325Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762108323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:41:48.425Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T03:41:48.426Z||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.
2021-12-06T03:41:48.426Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:48.439Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:48.439Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:49.326Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54e15fb7-733a-49f9-9703-290dcfbeee51 from URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
2021-12-06T03:41:49.326Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:41:49.327Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
2021-12-06T03:41:49.513Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:41:49.513Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env 54e15fb7-733a-49f9-9703-290dcfbeee51 2098
2021-12-06T03:41:49.513Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-06T03:41:49.513Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
2021-12-06T03:41:49.514Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:41:49.514Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:49.516Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:49.516Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762109513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:41:49.616Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:49.617Z||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.
2021-12-06T03:41:49.617Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:49.629Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:49.629Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:50.517Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5cdedba7-103b-42ac-8be2-5040a99e75c9
2021-12-06T03:41:50.517Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 36bd8127-db4c 0 606f2b14-a7d1-49f1-8d6d-02c1fee15f74 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=?
2021-12-06T03:41:50.551Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22f8da1, org.onap.sdc.toscaparser.api.parameters.Input@2eb385dd, org.onap.sdc.toscaparser.api.parameters.Input@7ed8b73d, org.onap.sdc.toscaparser.api.parameters.Input@2560d812, org.onap.sdc.toscaparser.api.parameters.Input@5bdc0b9a]
2021-12-06T03:41:50.554Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.554Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.554Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-12-06T03:41:50.554Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d33f1eb7-9cc1-4f48-84d9-f0879e893073
2021-12-06T03:41:50.555Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d33f1eb7-9cc1-4f48-84d9-f0879e893073 matches Tosca VF Customization UUID: d33f1eb7-9cc1-4f48-84d9-f0879e893073
2021-12-06T03:41:50.555Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d33f1eb7-9cc1-4f48-84d9-f0879e893073  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=?
2021-12-06T03:41:50.560Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.560Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.561Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d33f1eb7-9cc1-4f48-84d9-f0879e893073: {\"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\"}
2021-12-06T03:41:50.561Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21555b75
2021-12-06T03:41:50.562Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.562Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:41:50.562Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34193f32-e995-4442-a79c-02a4b3971dc8
2021-12-06T03:41:50.563Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34193f32-e995-4442-a79c-02a4b3971dc8
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=?
2021-12-06T03:41:50.567Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.567Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:50.571Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.571Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1946d213-8fcd-41e6-997a-fa3c1d807537
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=?
2021-12-06T03:41:50.580Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbfa1d33-e393-43cb-acc1-e465dbd33e41
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=?
2021-12-06T03:41:50.585Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.585Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.585Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.587Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.587Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:50.587Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5d9eca98-b647-412e-9d51-0bbc945a31f3
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=?
2021-12-06T03:41:50.591Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.591Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.591Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.592Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.592Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.592Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=d33f1eb7-9cc1-4f48-84d9-f0879e893073
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=?
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5cdedba7-103b-42ac-8be2-5040a99e75c9: vFW 36bd8127-db4c
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.596Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.596Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:41:50.596Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.596Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-12-06 03-39-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 (?, ?, ?, ?, ?)
2021-12-06T03:41:50.862Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 36bd8127-db4c 606f2b14-a7d1-49f1-8d6d-02c1fee15f74 1 ASDC deployResourceStructure
2021-12-06T03:41:50.862Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json ASDC sendASDCNotification
2021-12-06T03:41:50.862Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
2021-12-06T03:41:50.863Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:41:50.863Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:50.864Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:50.864Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762110862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:41:50.964Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:50.965Z||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.
2021-12-06T03:41:50.965Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:50.978Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:50.978Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:51.865Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-06T03:41:51.865Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
2021-12-06T03:41:51.866Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:41:51.866Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:51.867Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:51.867Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762111865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T03:41:51.967Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T03:41:51.968Z||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.
2021-12-06T03:41:51.968Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:51.982Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:51.982Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:52.868Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-06T03:41:52.869Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
2021-12-06T03:41:52.869Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:41:52.869Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:52.871Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:52.871Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762112868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-06T03:41:52.971Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:52.972Z||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.
2021-12-06T03:41:52.972Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:52.985Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:52.985Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:41:53.872Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar ASDC sendASDCNotification
2021-12-06T03:41:53.873Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:53.873Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:41:53.873Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:53.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:53.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762113872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:41:53.975Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:53.975Z||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.
2021-12-06T03:41:53.975Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:53.988Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:41:53.988Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:41:54.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:41:54.895Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:41:54.897Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:41:54.897Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:41:54.897Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:42:24.898Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:42:24.905Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:42:24.907Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:42:24.907Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:42:24.907Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:42:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:42:34.877Z||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.
2021-12-06T03:42:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:42:34.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:42:34.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:42:34.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762092210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:42:34.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:42:54.908Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:42:54.915Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:42:54.917Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:42:54.917Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:42:54.917Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:43:24.917Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:43:24.925Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:43:24.927Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:43:24.927Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:43:24.927Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:43:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:43:34.877Z||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.
2021-12-06T03:43:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:43:34.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:43:34.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:43:34.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762094988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:43:34.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:43:54.927Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:43:54.936Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:43:54.937Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:43:54.938Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:43:54.938Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:44:24.938Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:44:24.949Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:44:24.951Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:44:24.951Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:44:24.951Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:44:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:44:34.877Z||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.
2021-12-06T03:44:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:44:35.405Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:44:35.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762095065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762089818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762091071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762092210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "cds",
  "timestamp": 1638762096001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-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=?
2021-12-06T03:44:35.416Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.417Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:35.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762089818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762091071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762092210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762091071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762092210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762092210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762098861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762099867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762099945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "policy-id",
  "timestamp": 1638762100872,
  "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=?
2021-12-06T03:44:35.435Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.435Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:35.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762101012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762100553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762094875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762102058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762100553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762102928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762103147,
  "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=?
2021-12-06T03:44:35.449Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.449Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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=?
2021-12-06T03:44:35.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762100553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762104150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762100553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762104292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762100553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762105822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762100553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762106300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "aai-ml",
  "timestamp": 1638762106829,
  "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=?
2021-12-06T03:44:35.461Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.461Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:35.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762107138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762100553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:44:35.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:44:35.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "clamp",
  "timestamp": 1638762107304,
  "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=?
2021-12-06T03:44:35.474Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.474Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:35.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762108323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762108547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762109513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762110862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762111865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762112868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762113204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762113872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762114209,
  "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=?
2021-12-06T03:44:35.487Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.487Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:54.951Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:44:54.961Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-06T03:44:54.970Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T03:45:24.971Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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=?
2021-12-06T03:45:24.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 and serviceModelVersionId: 5cdedba7-103b-42ac-8be2-5040a99e75c9
2021-12-06T03:45:24.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1
2021-12-06T03:45:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:45:34.877Z||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.
2021-12-06T03:45:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:45:36.456Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0
2021-12-06T03:45:36.553Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T03:45:37.077Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?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]}
2021-12-06T03:45:37.080Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0|INFO|500||Invoke
2021-12-06T03:45:37.352Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-06T03:45:37.535Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0|INFO|500||InvokeReturn
2021-12-06T03:45:37.536Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211206-03:45:37:357-68886], vertex-id=[172248], Content-Length=[0], Date=[Mon, 06 Dec 2021 03:45:37 GMT], Content-Type=[application/json]}
2021-12-06T03:45:37.536Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-12-06T03:45:37.539Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T03:45:37.539Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-06T03:45:37.543Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-06T03:45:37.549Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T03:45:37.550Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T03:45:37.550Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:45:37.552Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:45:37.552Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762337549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:45:37.652Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:45:37.653Z||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.
2021-12-06T03:45:37.653Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:45:37.665Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:45:37.666Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:45:38.277Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:45:38.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:45:38.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762337549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:45:38.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-06T03:45:38.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:45:38.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:45:38.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:45:49.065Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:45:49.065Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:45:49.066Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:45:49.066Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:45:58.604Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:45:58.604Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:45:58.605Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:45:58.605Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:46:08.144Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:46:08.144Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:46:08.145Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:46:08.145Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:46:17.682Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:46:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:46:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:46:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:46:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:46:34.877Z||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.
2021-12-06T03:46:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:46:44.415Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:46:44.418Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:47:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:47:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:47:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:47:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:47:34.877Z||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.
2021-12-06T03:47:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:47:44.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:47:44.417Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:48:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:48:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:48:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:48:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:48:34.877Z||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.
2021-12-06T03:48:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:48:44.426Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:48:44.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:49:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:49:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:49:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:49:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:49:34.877Z||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.
2021-12-06T03:49:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:49:44.418Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:49:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:50:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:50:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:50:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:50:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:50:34.877Z||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.
2021-12-06T03:50:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:50:35.500Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:50:35.501Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.501Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b58a0b89-ccaf-45b0-95e8-313505bac9b8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"38030ce6-8217-4863-a940-a186fc66139a","serviceDescription":"service","serviceInvariantUUID":"2bb9c5df-2098-4068-8e36-b5a780259a48","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4cc8bb9e-8094-4850-bdf7-b450651e8ba2","resourceInvariantUUID":"292b7e8e-abfe-4002-8f7c-86b74ba50447","resourceCustomizationUUID":"e9c5ba9b-d30b-44af-ba47-47774decd2bf","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NGFkNGE5ZGQyNGUwZWY4OWM4Y2YzOWQ5ZWIxNTc1ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"156a41fd-d618-41d7-81a2-7fb310578a7f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDRiNmVjYzIwOGVkMzFkODg1ZWY3Y2Q0YWI0ZDQ2N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54b55171-8867-4409-8150-4dbda4f773b9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:50:35.503Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:50:35.503Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:50:35.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:50:35.505Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:50:35.505Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762634875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "cds",
  "timestamp": 1638762603110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762601414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "clamp",
  "timestamp": 1638762599818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762601414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "cds",
  "timestamp": 1638762603110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "clamp",
  "timestamp": 1638762599818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "cds",
  "timestamp": 1638762608745,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "cds",
  "timestamp": 1638762609750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-06T03:50:35.524Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.524Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762610553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "policy-id",
  "timestamp": 1638762611071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762610553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "policy-id",
  "timestamp": 1638762611071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762612210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762613269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "policy-id",
  "timestamp": 1638762613771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762612210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762614771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "policy-id",
  "timestamp": 1638762614775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762615775,
  "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=?
2021-12-06T03:50:35.538Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "policy-id",
  "timestamp": 1638762615777,
  "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=?
2021-12-06T03:50:35.550Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.550Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "clamp",
  "timestamp": 1638762618343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "clamp",
  "timestamp": 1638762620348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "clamp",
  "timestamp": 1638762621351,
  "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=?
2021-12-06T03:50:35.561Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.561Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "aai-ml",
  "timestamp": 1638762623031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "aai-ml",
  "timestamp": 1638762623031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "aai-ml",
  "timestamp": 1638762625738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "aai-ml",
  "timestamp": 1638762628732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "aai-ml",
  "timestamp": 1638762629737,
  "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=?
2021-12-06T03:50:35.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.605Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:50:35.606Z||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.
2021-12-06T03:50:35.606Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:50:35.618Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:50:35.618Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:50:36.505Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:50:36.506Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:50:36.507Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:50:36.507Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762634875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:50:36.607Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:50:36.608Z||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.
2021-12-06T03:50:36.608Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:50:36.621Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:50:36.622Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:50:37.508Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "38030ce6-8217-4863-a940-a186fc66139a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bb9c5df-2098-4068-8e36-b5a780259a48",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e9c5ba9b-d30b-44af-ba47-47774decd2bf",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4cc8bb9e-8094-4850-bdf7-b450651e8ba2",
      "resourceInvariantUUID": "292b7e8e-abfe-4002-8f7c-86b74ba50447",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "NDRiNmVjYzIwOGVkMzFkODg1ZWY3Y2Q0YWI0ZDQ2N2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54b55171-8867-4409-8150-4dbda4f773b9"
    }
  ],
  "workloadContext": "Production"
}
2021-12-06T03:50:37.509Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:50:37.509Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 38030ce6-8217-4863-a940-a186fc66139a ASDC
2021-12-06T03:50:37.509Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b58a0b89-ccaf-45b0-95e8-313505bac9b8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:38030ce6-8217-4863-a940-a186fc66139a
ServiceInvariantUUID:2bb9c5df-2098-4068-8e36-b5a780259a48
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:54b55171-8867-4409-8150-4dbda4f773b9
ArtifactChecksum:NDRiNmVjYzIwOGVkMzFkODg1ZWY3Y2Q0YWI0ZDQ2N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e9c5ba9b-d30b-44af-ba47-47774decd2bf
ResourceInvariantUUID:292b7e8e-abfe-4002-8f7c-86b74ba50447
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4cc8bb9e-8094-4850-bdf7-b450651e8ba2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-12-06T03:50:37.509Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38030ce6-8217-4863-a940-a186fc66139a 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=?
2021-12-06T03:50:37.537Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:50:37.537Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:50:37.538Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:50:37.538Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54b55171-8867-4409-8150-4dbda4f773b9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-06T03:50:37.538Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:50:37.538Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-06T03:50:37.640Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:50:37.642Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 54b55171-8867-4409-8150-4dbda4f773b9 52489
2021-12-06T03:50:37.642Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-12-06T03:50:37.642Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-06T03:50:37.643Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:50:37.643Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:50:37.644Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:50:37.644Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762637642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:50:37.745Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:50:37.745Z||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.
2021-12-06T03:50:37.745Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:50:37.756Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:50:37.756Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:50:38.645Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:50:38.646Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:50:38.646Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 54b55171-8867-4409-8150-4dbda4f773b9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:38.647Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-12-06T03:50:38.647Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:38.647Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:38.748Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2961624634018229623/Definitions/service-BasicNetwork-template.yml
2021-12-06T03:50:39.239Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:50:39.239Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:50:39.239Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.239Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.241Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.241Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:50:39.241Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.245Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.245Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.245Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:38030ce6-8217-4863-a940-a186fc66139a
Model Version:NULL
Model InvariantUuid:2bb9c5df-2098-4068-8e36-b5a780259a48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:292b7e8e-abfe-4002-8f7c-86b74ba50447
Model UUID:efb03d07-0de7-4118-afe4-55da7bd7bc42
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e9c5ba9b-d30b-44af-ba47-47774decd2bf
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-06T03:50:39.249Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 4cc8bb9e-8094-4850-bdf7-b450651e8ba2
2021-12-06T03:50:39.250Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||No resources found for Service: 38030ce6-8217-4863-a940-a186fc66139a
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=?
2021-12-06T03:50:39.252Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 38030ce6-8217-4863-a940-a186fc66139a
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 38030ce6-8217-4863-a940-a186fc66139a
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-06T03:50:39.256Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d7bcb77, org.onap.sdc.toscaparser.api.parameters.Input@6a5e7568, org.onap.sdc.toscaparser.api.parameters.Input@44b53c8c, org.onap.sdc.toscaparser.api.parameters.Input@5280f3b5, org.onap.sdc.toscaparser.api.parameters.Input@21d3aae1]
2021-12-06T03:50:39.257Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 38030ce6-8217-4863-a940-a186fc66139a: Generic NeutronNet
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.259Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.259Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-12-06T03:50:39.278Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.278Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.278Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.278Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.279Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:50:39.279Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.279Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-12-06T03:50:39.326Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-12-06T03:50:39.326Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-12-06T03:50:39.326Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.326Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:50:39.327Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:50:39.328Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:50:39.328Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762639326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:50:39.429Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:50:39.429Z||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.
2021-12-06T03:50:39.429Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:50:39.441Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:50:39.441Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:50:40.329Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b58a0b89-ccaf-45b0-95e8-313505bac9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:50:40.339Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b58a0b89-ccaf-45b0-95e8-313505bac9b8
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=?
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-06T03:50:40.347Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T03:51:10.347Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b58a0b89-ccaf-45b0-95e8-313505bac9b8 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=?
2021-12-06T03:51:10.352Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b58a0b89-ccaf-45b0-95e8-313505bac9b8 and serviceModelVersionId: 38030ce6-8217-4863-a940-a186fc66139a
2021-12-06T03:51:10.352Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bb9c5df-2098-4068-8e36-b5a780259a48
2021-12-06T03:51:10.353Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0
2021-12-06T03:51:10.357Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T03:51:10.391Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?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]}
2021-12-06T03:51:10.392Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0|INFO|500||Invoke
2021-12-06T03:51:10.413Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-06T03:51:10.543Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0|INFO|500||InvokeReturn
2021-12-06T03:51:10.543Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211206-03:51:10:417-21366], vertex-id=[213232], Content-Length=[0], Date=[Mon, 06 Dec 2021 03:51:10 GMT], Content-Type=[application/json]}
2021-12-06T03:51:10.544Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-12-06T03:51:10.544Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T03:51:10.544Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-06T03:51:10.548Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-06T03:51:10.549Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b58a0b89-ccaf-45b0-95e8-313505bac9b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T03:51:10.549Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T03:51:10.549Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:51:10.551Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:51:10.551Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762670549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:51:10.651Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:51:10.652Z||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.
2021-12-06T03:51:10.652Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:51:10.667Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:51:10.668Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-06T03:51:34.875Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:51:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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.
2021-12-06T03:51:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:51:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:51:34.877Z||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.
2021-12-06T03:51:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:51:34.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:51:34.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:51:34.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762634875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:51:34.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:51:44.416Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:52:34.875Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:52:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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.
2021-12-06T03:52:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:52:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:52:34.877Z||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.
2021-12-06T03:52:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:52:35.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:52:35.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:52:35.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762634875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:52:35.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:52:35.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762637642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762639326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762670549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:52:44.420Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:34.875Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:53:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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.
2021-12-06T03:53:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:53:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:53:34.877Z||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.
2021-12-06T03:53:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:53:36.807Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:36.808Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-06T03:53:36.808Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7c013c43-1844-4fec-a9ae-d04850f6f5bd","serviceDescription":"service","serviceInvariantUUID":"6825f0a0-3379-46de-bed6-3b5829dc82bc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d0daa21-ab4b-4648-9c38-8ae3506f82cd","resourceInvariantUUID":"f2e57d46-e103-44aa-96a6-d999d6b2567f","resourceCustomizationUUID":"bf06684a-4c7c-44b1-81d4-a8ae60114552","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":"OWVhODkxMmRkZTNiOGU0NWQzZGJjM2E0NTQ4MTllZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3116c32-4b15-4104-858c-ccb118c6ebd0","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":"NzNjZjBlY2U0NDIxNjI4NGNiNjAzNTI0ZmEwNTJiMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"859493b2-566f-4985-8a06-707785fb6c0e","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":"dc64a889-8495-45a2-ae1d-f1323c088e6f","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":"a6c76b0d-e356-4b06-ac12-4443183e8fcf","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":"497034fb-b4ec-4634-a9ec-283f22841654","artifactVersion":"2","generatedFromUUID":"dc64a889-8495-45a2-ae1d-f1323c088e6f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDY0YmMyZDY5ZjA4NzNiMjg1NDFhMzY4OWYwZmU5ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44a49ad2-ef7b-487d-979e-d9ab653154a5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGYwZGQzMTZlODM3MDQyNWVhYzFmNjUxN2I0NTU3OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ed413ab-9a5f-4e50-baae-1adeb3bc4346","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:53:36.809Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:36.814Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:36.815Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:36.815Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:53:36.916Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:53:36.916Z||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.
2021-12-06T03:53:36.917Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:36.932Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:36.933Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:37.035Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:37.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:53:37.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762809818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:53:37.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:53:37.816Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:37.817Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:37.818Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:37.818Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:53:37.918Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:37.919Z||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.
2021-12-06T03:53:37.919Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:37.933Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:37.933Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:38.819Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:38.819Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:38.821Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:38.821Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:53:38.921Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:38.921Z||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.
2021-12-06T03:53:38.921Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:38.936Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:38.936Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:39.821Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:39.822Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:39.823Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:39.824Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:53:39.924Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:39.924Z||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.
2021-12-06T03:53:39.924Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:39.943Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:39.944Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:40.824Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:40.825Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:40.826Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:40.826Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-06T03:53:40.927Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:40.927Z||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.
2021-12-06T03:53:40.927Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:40.936Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:40.936Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:41.827Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:41.827Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:41.829Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:41.829Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:53:41.931Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-12-06T03:53:41.932Z||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.
2021-12-06T03:53:41.932Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:41.941Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:41.941Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:42.830Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:42.830Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:42.832Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:42.832Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:53:42.932Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:42.932Z||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.
2021-12-06T03:53:42.932Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:42.942Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:42.942Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:43.833Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7c013c43-1844-4fec-a9ae-d04850f6f5bd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6825f0a0-3379-46de-bed6-3b5829dc82bc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "bf06684a-4c7c-44b1-81d4-a8ae60114552",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8d0daa21-ab4b-4648-9c38-8ae3506f82cd",
      "resourceInvariantUUID": "f2e57d46-e103-44aa-96a6-d999d6b2567f",
      "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": "NzNjZjBlY2U0NDIxNjI4NGNiNjAzNTI0ZmEwNTJiMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "859493b2-566f-4985-8a06-707785fb6c0e",
          "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": "dc64a889-8495-45a2-ae1d-f1323c088e6f",
          "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": "497034fb-b4ec-4634-a9ec-283f22841654",
            "generatedFromUUID": "dc64a889-8495-45a2-ae1d-f1323c088e6f"
          },
          "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": "497034fb-b4ec-4634-a9ec-283f22841654",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGYwZGQzMTZlODM3MDQyNWVhYzFmNjUxN2I0NTU3OGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ed413ab-9a5f-4e50-baae-1adeb3bc4346"
    }
  ],
  "workloadContext": "Production"
}
2021-12-06T03:53:43.834Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:53:43.834Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c013c43-1844-4fec-a9ae-d04850f6f5bd ASDC
2021-12-06T03:53:43.834Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7c013c43-1844-4fec-a9ae-d04850f6f5bd
ServiceInvariantUUID:6825f0a0-3379-46de-bed6-3b5829dc82bc
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:0ed413ab-9a5f-4e50-baae-1adeb3bc4346
ArtifactChecksum:NGYwZGQzMTZlODM3MDQyNWVhYzFmNjUxN2I0NTU3OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bf06684a-4c7c-44b1-81d4-a8ae60114552
ResourceInvariantUUID:f2e57d46-e103-44aa-96a6-d999d6b2567f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8d0daa21-ab4b-4648-9c38-8ae3506f82cd
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:859493b2-566f-4985-8a06-707785fb6c0e
ArtifactChecksum:NzNjZjBlY2U0NDIxNjI4NGNiNjAzNTI0ZmEwNTJiMjg=
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:dc64a889-8495-45a2-ae1d-f1323c088e6f
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:497034fb-b4ec-4634-a9ec-283f22841654
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:497034fb-b4ec-4634-a9ec-283f22841654
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-06T03:53:43.834Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c013c43-1844-4fec-a9ae-d04850f6f5bd 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 (?, ?, ?, ?, ?)
2021-12-06T03:53:43.867Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ed413ab-9a5f-4e50-baae-1adeb3bc4346 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-06T03:53:43.967Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:53:43.983Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0ed413ab-9a5f-4e50-baae-1adeb3bc4346 71043
2021-12-06T03:53:43.983Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-06T03:53:43.983Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-06T03:53:43.984Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:53:43.984Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:43.986Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:43.986Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762823983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:53:44.086Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:44.087Z||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.
2021-12-06T03:53:44.087Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:44.102Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:44.102Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:44.987Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0ed413ab-9a5f-4e50-baae-1adeb3bc4346, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:45.296Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7389188622166442485/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
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a94535a-182f-41ba-81aa-db4cc0125067
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.544Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7c013c43-1844-4fec-a9ae-d04850f6f5bd
Model Version:NULL
Model InvariantUuid:6825f0a0-3379-46de-bed6-3b5829dc82bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5cd36d5c-d2ff-4f57-9f79-42adf8270ddc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2e57d46-e103-44aa-96a6-d999d6b2567f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bf06684a-4c7c-44b1-81d4-a8ae60114552
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:97bbb0e6-7b93-43ff-be99-6663263df897
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1756d12f-9159-4afe-90f8-64cad4e98220
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1a94535a-182f-41ba-81aa-db4cc0125067
ModelInvariantUuid:5eb1c83f-58ee-4c1a-bc5e-107666b5989c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:70694537-7401-4b87-97b4-b12b4c1718af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:884db854-b4d1-44c8-82ae-33425be8bc51
ModelInvariantUuid:8bd7ca8f-3cd3-4d86-b1bd-befe5513b913
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bf52f561-60b2-40a5-a2d7-489ebaab4f08
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=?
2021-12-06T03:53:46.548Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d0daa21-ab4b-4648-9c38-8ae3506f82cd
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=?
2021-12-06T03:53:46.550Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-12-06T03:53:46.550Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d0daa21-ab4b-4648-9c38-8ae3506f82cd
2021-12-06T03:53:46.550Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 859493b2-566f-4985-8a06-707785fb6c0e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-06T03:53:46.551Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:53:46.551Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-06T03:53:46.623Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:53:46.623Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 859493b2-566f-4985-8a06-707785fb6c0e 787
2021-12-06T03:53:46.624Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-06T03:53:46.624Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-06T03:53:46.624Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:53:46.624Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:46.626Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:46.626Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762826623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:53:46.726Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:46.727Z||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.
2021-12-06T03:53:46.727Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:46.738Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:46.739Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:47.627Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "97bbb0e6-7b93-43ff-be99-6663263df897",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1756d12f-9159-4afe-90f8-64cad4e98220",
    "vfModuleModelCustomizationUUID": "26ba3f58-2d9c-4c65-a63b-87a9ddeb26bf",
    "isBase": true,
    "artifacts": [
      "dc64a889-8495-45a2-ae1d-f1323c088e6f",
      "497034fb-b4ec-4634-a9ec-283f22841654"
    ],
    "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": ""
    }
  }
]
2021-12-06T03:53:47.630Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1756d12f-9159-4afe-90f8-64cad4e98220
VfModuleModelInvariantUUID:97bbb0e6-7b93-43ff-be99-6663263df897
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc64a889-8495-45a2-ae1d-f1323c088e6f
,
497034fb-b4ec-4634-a9ec-283f22841654

}
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


}

2021-12-06T03:53:47.631Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "97bbb0e6-7b93-43ff-be99-6663263df897",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1756d12f-9159-4afe-90f8-64cad4e98220",
    "vfModuleModelCustomizationUUID": "26ba3f58-2d9c-4c65-a63b-87a9ddeb26bf",
    "isBase": true,
    "artifacts": [
      "dc64a889-8495-45a2-ae1d-f1323c088e6f",
      "497034fb-b4ec-4634-a9ec-283f22841654"
    ],
    "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": ""
    }
  }
]
2021-12-06T03:53:47.631Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1756d12f-9159-4afe-90f8-64cad4e98220
VfModuleModelInvariantUUID:97bbb0e6-7b93-43ff-be99-6663263df897
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc64a889-8495-45a2-ae1d-f1323c088e6f
,
497034fb-b4ec-4634-a9ec-283f22841654

}
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


}

2021-12-06T03:53:47.631Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc64a889-8495-45a2-ae1d-f1323c088e6f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-06T03:53:47.632Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:53:47.632Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-06T03:53:47.727Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:53:47.727Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dc64a889-8495-45a2-ae1d-f1323c088e6f 5033
2021-12-06T03:53:47.727Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-06T03:53:47.727Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-06T03:53:47.728Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:53:47.728Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:47.729Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:47.729Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762827727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:53:47.829Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:47.830Z||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.
2021-12-06T03:53:47.830Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:47.840Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:47.840Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:48.730Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 497034fb-b4ec-4634-a9ec-283f22841654 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-06T03:53:48.730Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:53:48.730Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 497034fb-b4ec-4634-a9ec-283f22841654 903
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:49.004Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:49.004Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762829002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:53:49.104Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:49.104Z||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.
2021-12-06T03:53:49.104Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:49.115Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:49.116Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:50.004Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7c013c43-1844-4fec-a9ae-d04850f6f5bd
2021-12-06T03:53:50.005Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8d0daa21-ab4b-4648-9c38-8ae3506f82cd 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=?
2021-12-06T03:53:50.014Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7371ac9a, org.onap.sdc.toscaparser.api.parameters.Input@7c05e17a, org.onap.sdc.toscaparser.api.parameters.Input@19e8d521, org.onap.sdc.toscaparser.api.parameters.Input@4e7f92, org.onap.sdc.toscaparser.api.parameters.Input@7ea5167d]
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bf06684a-4c7c-44b1-81d4-a8ae60114552
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf06684a-4c7c-44b1-81d4-a8ae60114552 matches Tosca VF Customization UUID: bf06684a-4c7c-44b1-81d4-a8ae60114552
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bf06684a-4c7c-44b1-81d4-a8ae60114552  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=?
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bf06684a-4c7c-44b1-81d4-a8ae60114552: {\"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\"}
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4265fc1e
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.018Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:53:50.018Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26ba3f58-2d9c-4c65-a63b-87a9ddeb26bf
2021-12-06T03:53:50.018Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26ba3f58-2d9c-4c65-a63b-87a9ddeb26bf
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=?
2021-12-06T03:53:50.019Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.019Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:50.019Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a94535a-182f-41ba-81aa-db4cc0125067
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=?
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bf06684a-4c7c-44b1-81d4-a8ae60114552
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=?
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7c013c43-1844-4fec-a9ae-d04850f6f5bd: basic_vm
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-06T03:53:50.084Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8d0daa21-ab4b-4648-9c38-8ae3506f82cd 1 ASDC deployResourceStructure
2021-12-06T03:53:50.084Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-06T03:53:50.084Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-06T03:53:50.084Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:53:50.085Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:50.086Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:50.086Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762830084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:53:50.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:50.193Z||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.
2021-12-06T03:53:50.193Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:50.206Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:50.207Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:51.087Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-06T03:53:51.087Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-06T03:53:51.087Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:53:51.087Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:51.089Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:51.089Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762831087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T03:53:51.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:51.190Z||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.
2021-12-06T03:53:51.190Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:51.202Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:51.202Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:52.090Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-06T03:53:52.090Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-06T03:53:52.090Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:53:52.090Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:52.091Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:52.091Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762832089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-06T03:53:52.192Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:52.192Z||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.
2021-12-06T03:53:52.192Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:52.205Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:52.206Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:53.092Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-06T03:53:53.093Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-06T03:53:53.093Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:53:53.093Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:53.094Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:53.094Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762833092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:53:53.194Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:53.195Z||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.
2021-12-06T03:53:53.195Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:53.207Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:53:53.207Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:54.095Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:53:54.103Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:53:54.104Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:53:54.104Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:53:54.104Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:54:24.105Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:54:24.113Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:54:24.115Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:54:24.115Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:54:24.115Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:54:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:54:34.877Z||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.
2021-12-06T03:54:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:54:34.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:54:34.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:54:34.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762812210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:54:34.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:54:54.116Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:54:54.124Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:54:54.128Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:54:54.128Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:54:54.128Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:55:24.128Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:55:24.138Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:55:24.140Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:55:24.140Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:55:24.140Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:55:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:55:34.877Z||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.
2021-12-06T03:55:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:55:34.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:55:34.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:55:34.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762813110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762811071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:55:54.140Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:55:54.148Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:55:54.150Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:55:54.150Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:55:54.150Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:56:24.150Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:56:24.158Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:56:24.159Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:56:24.159Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:56:24.159Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:56:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:56:34.877Z||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.
2021-12-06T03:56:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:56:34.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:56:35.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762813110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762812210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762809818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762811071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762813110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762812210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762809818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762811071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762809818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762812210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762813110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762811071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762813110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762812210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762809818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762811071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762820553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762813110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762812210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762809818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762811071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762821414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762820553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762813110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762814875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762812210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762809818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762811071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762821414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762820553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762823962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762823970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762823983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762823969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762821414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762820553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "cds",
  "timestamp": 1638762824974,
  "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=?
2021-12-06T03:56:35.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762824972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762825018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762821414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762820553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "policy-id",
  "timestamp": 1638762825974,
  "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=?
2021-12-06T03:56:35.440Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.440Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762821414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762826064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762820553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762826623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762821414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762827075,
  "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=?
2021-12-06T03:56:35.453Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.453Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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=?
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762820553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762827368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762827727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762821414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762828078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762828336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762828110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762829002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762829373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762828110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762830084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "clamp",
  "timestamp": 1638762830376,
  "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=?
2021-12-06T03:56:35.464Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.464Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762830536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762828110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762831087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762831540,
  "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=?
2021-12-06T03:56:35.476Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.476Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762831071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762828110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762832089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762831071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762828110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762832210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638762833092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762831071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762828110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762832210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762831071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762828110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762832210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762831071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762828110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762832210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762831071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762836832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762832210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762831071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762832210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762831071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "cds",
  "timestamp": 1638762838832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-06T03:56:35.499Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.499Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762832210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762839780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762832210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762839818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762840755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762840783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762840910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762839818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "policy-id",
  "timestamp": 1638762841786,
  "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=?
2021-12-06T03:56:35.512Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.512Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762842024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762841414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762839818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762841414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762843129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762839818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762841414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762844139,
  "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=?
2021-12-06T03:56:35.524Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.524Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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=?
2021-12-06T03:56:35.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762839818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762841414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762845141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762839818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762841414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762846226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762839818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762841414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "aai-ml",
  "timestamp": 1638762847230,
  "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=?
2021-12-06T03:56:35.535Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.535Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762839818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762841414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638762841414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762850553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762850553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762850553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762850553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762850553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762833031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762850553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762856327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762850553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762850553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762859341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762859371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762861547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762862375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638762862550,
  "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=?
2021-12-06T03:56:35.552Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.552Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762863301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "clamp",
  "timestamp": 1638762863378,
  "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=?
2021-12-06T03:56:35.563Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.563Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "aai-ml",
  "timestamp": 1638762864303,
  "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=?
2021-12-06T03:56:35.574Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.574Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:54.160Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:56:54.171Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:56:54.174Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:56:54.174Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:56:54.174Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:56:54.174Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-06T03:56:54.178Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T03:57:24.178Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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=?
2021-12-06T03:57:24.182Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 and serviceModelVersionId: 7c013c43-1844-4fec-a9ae-d04850f6f5bd
2021-12-06T03:57:24.182Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6825f0a0-3379-46de-bed6-3b5829dc82bc
2021-12-06T03:57:24.183Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0
2021-12-06T03:57:24.187Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T03:57:24.217Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?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]}
2021-12-06T03:57:24.218Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0|INFO|500||Invoke
2021-12-06T03:57:24.234Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-06T03:57:24.506Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0|INFO|500||InvokeReturn
2021-12-06T03:57:24.506Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211206-03:57:24:238-74358], vertex-id=[377056], Content-Length=[0], Date=[Mon, 06 Dec 2021 03:57:24 GMT], Content-Type=[application/json]}
2021-12-06T03:57:24.507Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-12-06T03:57:24.507Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T03:57:24.507Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-06T03:57:24.510Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-06T03:57:24.510Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T03:57:24.511Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T03:57:24.511Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:24.513Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:24.513Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763044510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:57:24.613Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:24.613Z||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.
2021-12-06T03:57:24.614Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:24.629Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:24.629Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-06T03:57:25.526Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:57:25.526Z||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.
2021-12-06T03:57:25.527Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:57:30.022Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:30.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:57:30.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c32b6342-906d-4c66-a96c-d5d382f14b3a","serviceDescription":"service","serviceInvariantUUID":"1a7edd65-47e8-4032-9203-3f33d63e2f08","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af2245c8-d244-4866-98b7-4c471cbcb2db","resourceInvariantUUID":"1857c0d4-43c4-4b53-b532-c3291861d433","resourceCustomizationUUID":"b44183d2-3040-4448-b045-8a2eb62c4779","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":"YTliNTgzNTFiNzY4MTU1ZDIxNTYyNzIyYTlmMTJmZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5530717a-f5dc-40bc-96ca-9a43a99bb1dd","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":"NDYzMGM0MjAzYmI1Y2Q5ZDAwN2U3ZDk5Yjc4YTVlYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8027ac45-a420-4ee9-bd6d-26284ea66c1c","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":"4e7a151c-b08e-4d3b-a038-9dd892a06802","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":"ca9d1261-6048-4136-ae0d-c36631032424","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":"84c4152b-9b3f-43e9-8b40-5e7d89907286","artifactVersion":"2","generatedFromUUID":"4e7a151c-b08e-4d3b-a038-9dd892a06802"},{"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":"NzhkOTM4ZTFiYjI2MDU5NWRiOWU5YjU0ODJmMmI1N2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f72e5de1-4674-42a1-a597-c78a7e54a0f9","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":"YTJiMjBiNzA1ZDE3NTg3NGM3NWFjOWVkYzIxZTZhMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"858b9bab-0079-419c-a1e0-0254e1cfd3d5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmU2ZGEyZGI0MDY5OWIwM2JkNTFkNGMyZjJmMTE4MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff754df1-0dc1-450e-b9aa-0f509382090d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:57:30.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:30.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:30.027Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:30.027Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:30.128Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:57:30.128Z||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.
2021-12-06T03:57:30.128Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:30.140Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:30.141Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:31.028Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:31.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:31.030Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:31.030Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:57:31.131Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:57:31.131Z||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.
2021-12-06T03:57:31.131Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:31.145Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:31.145Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:32.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:32.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:32.033Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:32.033Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:57:32.134Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:32.134Z||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.
2021-12-06T03:57:32.134Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:32.146Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:32.146Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:33.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:33.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:33.036Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:33.036Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:33.136Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:33.136Z||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.
2021-12-06T03:57:33.136Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:33.148Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:33.148Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:34.036Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:34.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:34.038Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:34.039Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-06T03:57:34.139Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:34.139Z||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.
2021-12-06T03:57:34.139Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:34.151Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:34.152Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:57:34.877Z||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.
2021-12-06T03:57:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:57:35.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:35.040Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:35.041Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:35.041Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.141Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:35.142Z||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.
2021-12-06T03:57:35.142Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:35.154Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:35.154Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:35.162Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:35.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638762993110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638762992210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638762989818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638762991071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638763006447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638763006450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638763007453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "cds",
  "timestamp": 1638763007655,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-06T03:57:35.186Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.187Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638763008388,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "policy-id",
  "timestamp": 1638763008456,
  "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=?
2021-12-06T03:57:35.198Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.198Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763000553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763001414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638763010393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763010413,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "clamp",
  "timestamp": 1638763011395,
  "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=?
2021-12-06T03:57:35.212Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.212Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763011529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763012128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763012781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:35.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763013132,
  "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=?
2021-12-06T03:57:35.225Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.225Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763013784,
  "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=?
2021-12-06T03:57:35.236Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.237Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763013031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763022825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763026481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "aai-ml",
  "timestamp": 1638763027485,
  "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=?
2021-12-06T03:57:35.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.249Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763044510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:57:36.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:36.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:36.044Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:36.044Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:57:36.144Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:36.144Z||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.
2021-12-06T03:57:36.144Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:36.155Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:36.156Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:37.044Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:37.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:37.047Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:37.047Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:57:37.147Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:37.147Z||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.
2021-12-06T03:57:37.148Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:37.158Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:37.159Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:38.048Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c32b6342-906d-4c66-a96c-d5d382f14b3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1a7edd65-47e8-4032-9203-3f33d63e2f08",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b44183d2-3040-4448-b045-8a2eb62c4779",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "af2245c8-d244-4866-98b7-4c471cbcb2db",
      "resourceInvariantUUID": "1857c0d4-43c4-4b53-b532-c3291861d433",
      "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": "NDYzMGM0MjAzYmI1Y2Q5ZDAwN2U3ZDk5Yjc4YTVlYTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8027ac45-a420-4ee9-bd6d-26284ea66c1c",
          "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": "4e7a151c-b08e-4d3b-a038-9dd892a06802",
          "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": "84c4152b-9b3f-43e9-8b40-5e7d89907286",
            "generatedFromUUID": "4e7a151c-b08e-4d3b-a038-9dd892a06802"
          },
          "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": "84c4152b-9b3f-43e9-8b40-5e7d89907286",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmU2ZGEyZGI0MDY5OWIwM2JkNTFkNGMyZjJmMTE4MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff754df1-0dc1-450e-b9aa-0f509382090d"
    }
  ],
  "workloadContext": "Production"
}
2021-12-06T03:57:38.048Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:57:38.048Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c32b6342-906d-4c66-a96c-d5d382f14b3a ASDC
2021-12-06T03:57:38.049Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c32b6342-906d-4c66-a96c-d5d382f14b3a
ServiceInvariantUUID:1a7edd65-47e8-4032-9203-3f33d63e2f08
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:ff754df1-0dc1-450e-b9aa-0f509382090d
ArtifactChecksum:NmU2ZGEyZGI0MDY5OWIwM2JkNTFkNGMyZjJmMTE4MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b44183d2-3040-4448-b045-8a2eb62c4779
ResourceInvariantUUID:1857c0d4-43c4-4b53-b532-c3291861d433
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:af2245c8-d244-4866-98b7-4c471cbcb2db
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:8027ac45-a420-4ee9-bd6d-26284ea66c1c
ArtifactChecksum:NDYzMGM0MjAzYmI1Y2Q5ZDAwN2U3ZDk5Yjc4YTVlYTQ=
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:4e7a151c-b08e-4d3b-a038-9dd892a06802
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:84c4152b-9b3f-43e9-8b40-5e7d89907286
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:84c4152b-9b3f-43e9-8b40-5e7d89907286
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-06T03:57:38.049Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c32b6342-906d-4c66-a96c-d5d382f14b3a 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=?
2021-12-06T03:57:38.077Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff754df1-0dc1-450e-b9aa-0f509382090d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-06T03:57:38.414Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ff754df1-0dc1-450e-b9aa-0f509382090d 78787
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:38.419Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:38.419Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763058418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:38.519Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:38.520Z||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.
2021-12-06T03:57:38.520Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:38.530Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:38.530Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:39.420Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff754df1-0dc1-450e-b9aa-0f509382090d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:39.544Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7859748906714734613/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
2021-12-06T03:57:40.381Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=58339aaa-b0a8-4d12-bcde-50c3ca71e3c9
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:40.386Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.387Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c32b6342-906d-4c66-a96c-d5d382f14b3a
Model Version:NULL
Model InvariantUuid:1a7edd65-47e8-4032-9203-3f33d63e2f08
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:cabbdf18-cf6d-4999-91c5-f5e2036b887b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1857c0d4-43c4-4b53-b532-c3291861d433
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b44183d2-3040-4448-b045-8a2eb62c4779
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be2aba00-77e4-40c2-86ee-98912d60fe21
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b86801db-0976-420f-919a-1315861279f8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58339aaa-b0a8-4d12-bcde-50c3ca71e3c9
ModelInvariantUuid:812f83d5-c5ce-440f-8665-c314213cbdeb
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e6aee035-f8cf-40c5-a9fb-7d22f1272fbb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1c6382c0-57ad-4b2e-a5cd-a5221d8749ac
ModelInvariantUuid:8d1349a5-f200-4432-a6fc-2b8f3e200e68
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:51967bc4-cf85-4559-933e-7a186250f644
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=?
2021-12-06T03:57:40.391Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: af2245c8-d244-4866-98b7-4c471cbcb2db
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=?
2021-12-06T03:57:40.393Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2021-12-06T03:57:40.393Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: af2245c8-d244-4866-98b7-4c471cbcb2db
2021-12-06T03:57:40.393Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8027ac45-a420-4ee9-bd6d-26284ea66c1c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-12-06T03:57:40.393Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:57:40.393Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.511Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:57:40.511Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8027ac45-a420-4ee9-bd6d-26284ea66c1c 792
2021-12-06T03:57:40.511Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.512Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:40.512Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:57:40.512Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:40.513Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:40.513Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763060511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:40.614Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:40.614Z||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.
2021-12-06T03:57:40.614Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:40.626Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:40.626Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:41.514Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "be2aba00-77e4-40c2-86ee-98912d60fe21",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b86801db-0976-420f-919a-1315861279f8",
    "vfModuleModelCustomizationUUID": "ca9b5bbd-fbed-44c6-8ba6-126dae386f11",
    "isBase": true,
    "artifacts": [
      "4e7a151c-b08e-4d3b-a038-9dd892a06802",
      "84c4152b-9b3f-43e9-8b40-5e7d89907286"
    ],
    "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": ""
    }
  }
]
2021-12-06T03:57:41.516Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b86801db-0976-420f-919a-1315861279f8
VfModuleModelInvariantUUID:be2aba00-77e4-40c2-86ee-98912d60fe21
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e7a151c-b08e-4d3b-a038-9dd892a06802
,
84c4152b-9b3f-43e9-8b40-5e7d89907286

}
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


}

2021-12-06T03:57:41.518Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "be2aba00-77e4-40c2-86ee-98912d60fe21",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b86801db-0976-420f-919a-1315861279f8",
    "vfModuleModelCustomizationUUID": "ca9b5bbd-fbed-44c6-8ba6-126dae386f11",
    "isBase": true,
    "artifacts": [
      "4e7a151c-b08e-4d3b-a038-9dd892a06802",
      "84c4152b-9b3f-43e9-8b40-5e7d89907286"
    ],
    "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": ""
    }
  }
]
2021-12-06T03:57:41.518Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b86801db-0976-420f-919a-1315861279f8
VfModuleModelInvariantUUID:be2aba00-77e4-40c2-86ee-98912d60fe21
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e7a151c-b08e-4d3b-a038-9dd892a06802
,
84c4152b-9b3f-43e9-8b40-5e7d89907286

}
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


}

2021-12-06T03:57:41.518Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4e7a151c-b08e-4d3b-a038-9dd892a06802 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-12-06T03:57:41.518Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:57:41.518Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:41.596Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:57:41.597Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4e7a151c-b08e-4d3b-a038-9dd892a06802 5033
2021-12-06T03:57:41.597Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:41.597Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:41.597Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:57:41.597Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:41.598Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:41.598Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763061597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:41.699Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:57:41.699Z||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.
2021-12-06T03:57:41.699Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:41.710Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:41.710Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:42.599Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84c4152b-9b3f-43e9-8b40-5e7d89907286 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-12-06T03:57:42.599Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:57:42.600Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:42.644Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:57:42.645Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 84c4152b-9b3f-43e9-8b40-5e7d89907286 903
2021-12-06T03:57:42.645Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:42.645Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:42.645Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:57:42.645Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:42.647Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:42.647Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763062645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:57:42.747Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:42.747Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-06T03:57:42.748Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:42.759Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:42.759Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:43.647Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c32b6342-906d-4c66-a96c-d5d382f14b3a
2021-12-06T03:57:43.648Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 af2245c8-d244-4866-98b7-4c471cbcb2db 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=?
2021-12-06T03:57:43.657Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79c6d40, org.onap.sdc.toscaparser.api.parameters.Input@898c298, org.onap.sdc.toscaparser.api.parameters.Input@2b2c44ef, org.onap.sdc.toscaparser.api.parameters.Input@19ede060, org.onap.sdc.toscaparser.api.parameters.Input@7dff7870]
2021-12-06T03:57:43.658Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.658Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:43.658Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-06T03:57:43.658Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b44183d2-3040-4448-b045-8a2eb62c4779
2021-12-06T03:57:43.659Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b44183d2-3040-4448-b045-8a2eb62c4779 matches Tosca VF Customization UUID: b44183d2-3040-4448-b045-8a2eb62c4779
2021-12-06T03:57:43.659Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b44183d2-3040-4448-b045-8a2eb62c4779  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=?
2021-12-06T03:57:43.660Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.660Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:43.661Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b44183d2-3040-4448-b045-8a2eb62c4779: {\"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\"}
2021-12-06T03:57:43.661Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ce7d92e
2021-12-06T03:57:43.661Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.661Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:57:43.661Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca9b5bbd-fbed-44c6-8ba6-126dae386f11
2021-12-06T03:57:43.662Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca9b5bbd-fbed-44c6-8ba6-126dae386f11
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=?
2021-12-06T03:57:43.663Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.663Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:43.664Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:43.664Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.664Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:43.664Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:43.664Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.665Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-06T03:57:43.665Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-06T03:57:43.665Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:57:43.665Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=58339aaa-b0a8-4d12-bcde-50c3ca71e3c9
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=?
2021-12-06T03:57:43.667Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.667Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:43.667Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:43.667Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.667Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:43.668Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b44183d2-3040-4448-b045-8a2eb62c4779
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=?
2021-12-06T03:57:43.669Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.669Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:43.669Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c32b6342-906d-4c66-a96c-d5d382f14b3a: basic_vm_macro
2021-12-06T03:57:43.669Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.669Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:43.670Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.670Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:43.670Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.670Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:43.670Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.670Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:43.671Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:57:43.671Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:43.671Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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 (?, ?, ?, ?, ?)
2021-12-06T03:57:43.725Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro af2245c8-d244-4866-98b7-4c471cbcb2db 1 ASDC deployResourceStructure
2021-12-06T03:57:43.725Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:43.725Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:43.725Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:57:43.725Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:43.727Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:43.727Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763063725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:43.827Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:43.828Z||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.
2021-12-06T03:57:43.828Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:43.839Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:43.839Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:44.728Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:44.728Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:44.728Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:57:44.728Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:44.729Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:44.730Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763064727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:44.830Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:44.830Z||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.
2021-12-06T03:57:44.830Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:44.842Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:44.843Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:45.730Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:45.731Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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
2021-12-06T03:57:45.731Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:57:45.731Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:45.732Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:45.732Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763065730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:45.832Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:45.833Z||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.
2021-12-06T03:57:45.833Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:45.844Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:45.844Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:46.733Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-06T03:57:46.733Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-06T03:57:46.733Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:57:46.734Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:46.735Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:46.735Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763066733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:57:46.835Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:46.836Z||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.
2021-12-06T03:57:46.836Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:46.847Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:57:46.847Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:57:47.735Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:57:47.746Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
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=?
2021-12-06T03:57:47.748Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:57:47.748Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:57:47.748Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:57:47.748Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:57:47.748Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:57:47.748Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:57:47.749Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:57:47.749Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:57:47.749Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:57:47.749Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:57:47.749Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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=?
2021-12-06T03:57:47.754Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T03:58:17.754Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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=?
2021-12-06T03:58:17.759Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e and serviceModelVersionId: c32b6342-906d-4c66-a96c-d5d382f14b3a
2021-12-06T03:58:17.759Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a7edd65-47e8-4032-9203-3f33d63e2f08
2021-12-06T03:58:17.760Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a7edd65-47e8-4032-9203-3f33d63e2f08/model-vers/model-ver/c32b6342-906d-4c66-a96c-d5d382f14b3a?depth=0
2021-12-06T03:58:17.763Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T03:58:17.795Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7edd65-47e8-4032-9203-3f33d63e2f08/model-vers/model-ver/c32b6342-906d-4c66-a96c-d5d382f14b3a?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]}
2021-12-06T03:58:17.796Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7edd65-47e8-4032-9203-3f33d63e2f08/model-vers/model-ver/c32b6342-906d-4c66-a96c-d5d382f14b3a?depth=0|INFO|500||Invoke
2021-12-06T03:58:17.817Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7edd65-47e8-4032-9203-3f33d63e2f08/model-vers/model-ver/c32b6342-906d-4c66-a96c-d5d382f14b3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-06T03:58:18.033Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7edd65-47e8-4032-9203-3f33d63e2f08/model-vers/model-ver/c32b6342-906d-4c66-a96c-d5d382f14b3a?depth=0|INFO|500||InvokeReturn
2021-12-06T03:58:18.033Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7edd65-47e8-4032-9203-3f33d63e2f08/model-vers/model-ver/c32b6342-906d-4c66-a96c-d5d382f14b3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211206-03:58:17:826-58164], vertex-id=[401632], Content-Length=[0], Date=[Mon, 06 Dec 2021 03:58:17 GMT], Content-Type=[application/json]}
2021-12-06T03:58:18.033Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-06T03:58:18.033Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T03:58:18.033Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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=?
2021-12-06T03:58:18.036Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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)
2021-12-06T03:58:18.037Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T03:58:18.037Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T03:58:18.037Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:18.038Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:18.038Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763098037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:58:18.139Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:58:18.140Z||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.
2021-12-06T03:58:18.140Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:18.154Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:18.154Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-06T03:58:19.050Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:58:19.051Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f92afd93-7855-4a5c-896e-0810c49db6ee","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8ba313a6-dd04-49fb-b5fd-66f810b1a922","serviceDescription":"service","serviceInvariantUUID":"a733af77-df23-4b03-a2e2-49079469c58a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"06a4e15e-d11b-4976-84f2-3a609132895d","resourceInvariantUUID":"15075750-7b4a-4fcd-a4d7-ea1c6fff6fc6","resourceCustomizationUUID":"46d433d0-edbd-4a2f-ac05-0d794deb6a70","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":"YjY5NTY0ZWEyMjkzMmVlMDUxMGYwYTc5YmQyM2M3OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b915b003-0280-4276-8d05-9973e9734ee8","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":"234ce920-c36c-4fdf-b013-6b306e36a235","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":"d38aba4f-3683-40f6-869b-24b0f7fccf11","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":"MzYxZDcyZWYxMjY4NzM2YTdhM2Y2YjZjMzVhMDc2MTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f1a3ceab-0d02-4302-aeb9-d4e7753a2a25","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":"5bebe4c8-b3ab-41a2-9fae-86c614b56cc5","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":"1579494a-35d1-473b-964b-063ab4317beb","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":"496775d8-f5db-4892-9157-cf4fd15d86b9","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":"NTMyYWVhY2E0ZjhmYjE2NTRjMDZjMmI1ZGMzNTlhMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"789ce94f-8da3-4df0-87c7-8ffc29dd78bc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzgyZjVhNzk0ZTQ1MmRlYjY2MTM3YzY3MzEzZTBjMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b635140e-2516-49e7-8a48-b97722f29354","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:58:19.051Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:19.051Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:19.053Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:19.053Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:19.153Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:19.154Z||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.
2021-12-06T03:58:19.154Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:19.166Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:19.167Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:58:20.053Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:20.054Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:20.055Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:20.056Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:20.156Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:20.156Z||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.
2021-12-06T03:58:20.156Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:20.167Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:20.168Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:58:21.056Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:21.057Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:21.058Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:21.058Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:21.158Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T03:58:21.159Z||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.
2021-12-06T03:58:21.159Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:21.172Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:21.172Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:58:22.059Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:22.059Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:22.061Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:22.061Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:22.161Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:22.162Z||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.
2021-12-06T03:58:22.162Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:22.175Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:22.176Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:58:23.062Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:23.063Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:23.064Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:23.064Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:23.164Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:23.165Z||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.
2021-12-06T03:58:23.165Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:23.177Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:23.177Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:58:24.065Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:24.065Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:24.066Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:24.067Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:24.167Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:24.167Z||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.
2021-12-06T03:58:24.167Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:24.180Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:24.180Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:58:25.067Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:25.067Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:25.069Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:25.069Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:25.169Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:25.170Z||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.
2021-12-06T03:58:25.170Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:25.182Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:25.182Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:58:26.069Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:26.070Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:26.071Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:26.071Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:26.171Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:26.172Z||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.
2021-12-06T03:58:26.172Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:26.184Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:26.184Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:58:27.072Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:58:27.072Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:27.074Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:27.074Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:58:27.174Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:27.174Z||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.
2021-12-06T03:58:27.174Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:27.185Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:27.185Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:58:28.075Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8ba313a6-dd04-49fb-b5fd-66f810b1a922",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a733af77-df23-4b03-a2e2-49079469c58a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "46d433d0-edbd-4a2f-ac05-0d794deb6a70",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "06a4e15e-d11b-4976-84f2-3a609132895d",
      "resourceInvariantUUID": "15075750-7b4a-4fcd-a4d7-ea1c6fff6fc6",
      "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": "YzgyZjVhNzk0ZTQ1MmRlYjY2MTM3YzY3MzEzZTBjMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b635140e-2516-49e7-8a48-b97722f29354"
    }
  ],
  "workloadContext": "Production"
}
2021-12-06T03:58:28.075Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:58:28.075Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ba313a6-dd04-49fb-b5fd-66f810b1a922 ASDC
2021-12-06T03:58:28.075Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f92afd93-7855-4a5c-896e-0810c49db6ee
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:8ba313a6-dd04-49fb-b5fd-66f810b1a922
ServiceInvariantUUID:a733af77-df23-4b03-a2e2-49079469c58a
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:b635140e-2516-49e7-8a48-b97722f29354
ArtifactChecksum:YzgyZjVhNzk0ZTQ1MmRlYjY2MTM3YzY3MzEzZTBjMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:46d433d0-edbd-4a2f-ac05-0d794deb6a70
ResourceInvariantUUID:15075750-7b4a-4fcd-a4d7-ea1c6fff6fc6
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:06a4e15e-d11b-4976-84f2-3a609132895d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-12-06T03:58:28.075Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ba313a6-dd04-49fb-b5fd-66f810b1a922 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=?
2021-12-06T03:58:28.098Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:58:28.099Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:58:28.099Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:58:28.099Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b635140e-2516-49e7-8a48-b97722f29354 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-06T03:58:28.099Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:58:28.099Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-06T03:58:28.157Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:58:28.161Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b635140e-2516-49e7-8a48-b97722f29354 105634
2021-12-06T03:58:28.162Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-12-06T03:58:28.162Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-06T03:58:28.162Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:58:28.162Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:28.163Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:28.163Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763108161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:58:28.263Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:28.264Z||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.
2021-12-06T03:58:28.264Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:28.276Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:28.276Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:58:29.164Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:58:29.164Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:58:29.165Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b635140e-2516-49e7-8a48-b97722f29354, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-06T03:58:29.165Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-12-06T03:58:29.165Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-06T03:58:29.165Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-06T03:58:29.255Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4581727619290935623/Definitions/service-TestPnfMacro-template.yml
2021-12-06T03:58:29.848Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:58:29.849Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T03:58:29.849Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-06T03:58:29.849Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-06T03:58:29.849Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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
2021-12-06T03:58:29.849Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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
2021-12-06T03:58:29.849Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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
2021-12-06T03:58:29.849Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:58:29.850Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.851Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.851Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-12-06T03:58:29.851Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T03:58:29.851Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:58:29.851Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.851Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.851Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.852Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.852Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.852Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.852Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.852Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.852Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.852Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.852Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:8ba313a6-dd04-49fb-b5fd-66f810b1a922
Model Version:NULL
Model InvariantUuid:a733af77-df23-4b03-a2e2-49079469c58a
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=?
2021-12-06T03:58:29.858Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 06a4e15e-d11b-4976-84f2-3a609132895d
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=?
2021-12-06T03:58:29.860Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||test-pnf 0
2021-12-06T03:58:29.860Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 06a4e15e-d11b-4976-84f2-3a609132895d
2021-12-06T03:58:29.860Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8ba313a6-dd04-49fb-b5fd-66f810b1a922
2021-12-06T03:58:29.860Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8ba313a6-dd04-49fb-b5fd-66f810b1a922
2021-12-06T03:58:29.860Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 06a4e15e-d11b-4976-84f2-3a609132895d 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=?
2021-12-06T03:58:29.863Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a1351f9, org.onap.sdc.toscaparser.api.parameters.Input@391fe0b, org.onap.sdc.toscaparser.api.parameters.Input@6dfb3f8e, org.onap.sdc.toscaparser.api.parameters.Input@7c351fcc, org.onap.sdc.toscaparser.api.parameters.Input@6c39152a]
2021-12-06T03:58:29.863Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.863Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.863Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8ba313a6-dd04-49fb-b5fd-66f810b1a922: test-pnf
2021-12-06T03:58:29.863Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||Processing PNF resource: 06a4e15e-d11b-4976-84f2-3a609132895d
2021-12-06T03:58:29.863Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:58:29.863Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:58:29.864Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||Resource customization UUID: 46d433d0-edbd-4a2f-ac05-0d794deb6a70 is the same as notified resource customizationUUID: 46d433d0-edbd-4a2f-ac05-0d794deb6a70
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 (?, ?)
2021-12-06T03:58:29.901Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 06a4e15e-d11b-4976-84f2-3a609132895d 0 ASDC deployResourceStructure
2021-12-06T03:58:29.901Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-12-06T03:58:29.901Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-06T03:58:29.901Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:58:29.902Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:58:29.903Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:58:29.903Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763109901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:58:30.003Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:58:30.004Z||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.
2021-12-06T03:58:30.004Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:58:30.027Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:30.028Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:58:30.903Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f92afd93-7855-4a5c-896e-0810c49db6ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:58:30.915Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f92afd93-7855-4a5c-896e-0810c49db6ee
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=?
2021-12-06T03:58:30.917Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:58:30.917Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:58:30.917Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:58:30.918Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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=?
2021-12-06T03:58:30.923Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T03:58:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:58:34.877Z||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.
2021-12-06T03:58:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:58:34.897Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:58:34.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:58:34.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:58:34.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:00.923Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f92afd93-7855-4a5c-896e-0810c49db6ee 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=?
2021-12-06T03:59:00.927Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f92afd93-7855-4a5c-896e-0810c49db6ee and serviceModelVersionId: 8ba313a6-dd04-49fb-b5fd-66f810b1a922
2021-12-06T03:59:00.927Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a733af77-df23-4b03-a2e2-49079469c58a
2021-12-06T03:59:00.927Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?depth=0
2021-12-06T03:59:00.931Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T03:59:00.959Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?depth=0|INFO|500||Invoke
2021-12-06T03:59:00.959Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f92afd93-7855-4a5c-896e-0810c49db6ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6e2f7dd9-8ac2-462a-9514-59809b7b89f7], X-ECOMP-RequestID=[f92afd93-7855-4a5c-896e-0810c49db6ee], X-TransactionId=[], X-ONAP-RequestID=[f92afd93-7855-4a5c-896e-0810c49db6ee], Content-Type=[application/merge-patch+json]}
2021-12-06T03:59:00.975Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-06T03:59:01.039Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?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/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211206-03:59:00:979-33685], vertex-id=[213208], Content-Length=[0], Date=[Mon, 06 Dec 2021 03:59:00 GMT], Content-Type=[application/json]}
2021-12-06T03:59:01.039Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-06T03:59:01.040Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a733af77-df23-4b03-a2e2-49079469c58a/model-vers/model-ver/8ba313a6-dd04-49fb-b5fd-66f810b1a922?depth=0|INFO|500||InvokeReturn
2021-12-06T03:59:01.040Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T03:59:01.040Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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=?
2021-12-06T03:59:01.043Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||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)
2021-12-06T03:59:01.043Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f92afd93-7855-4a5c-896e-0810c49db6ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T03:59:01.043Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T03:59:01.044Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:01.045Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:01.046Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763141043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:59:01.146Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:01.147Z||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.
2021-12-06T03:59:01.147Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:01.160Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:01.161Z||pool-68-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=?
2021-12-06T03:59:02.057Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:59:02.057Z|f92afd93-7855-4a5c-896e-0810c49db6ee|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.
2021-12-06T03:59:02.057Z|f92afd93-7855-4a5c-896e-0810c49db6ee|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:59:02.678Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:02.679Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:59:02.679Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c4622c1-2d80-4601-9a2b-34fac7a97d00","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8bde3b1b-a705-4b66-91c7-74c915a5f238","serviceDescription":"service","serviceInvariantUUID":"4e6a9ad2-9a22-4932-acc5-439c244d11e7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41ff7f67-731b-4b25-b457-d659bf071276","resourceInvariantUUID":"2199fe1e-915d-4fe1-8a1e-783addf5f710","resourceCustomizationUUID":"80f08680-d98b-4267-94f2-b8bff3696d2e","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":"YzJhNzA3NDMwM2ExMjkwNTY4N2M2ZjMyZWM3NDkyOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6de40953-b334-4a7f-9b1a-73a9bf2dc8c7","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":"33fb7b83-f8a5-4b36-a9f6-3f3c8599cc01","artifactVersion":"2","generatedFromUUID":"f76d92c7-ee52-4d26-a716-eddb0afff7a5"},{"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":"f76d92c7-ee52-4d26-a716-eddb0afff7a5","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":"YjY1YmRjMjNmZWI3NjBlODVkYTc5NzRmMWFlY2Q2MDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa4f5be1-c9c2-44ac-b220-6ea6ed22dd22","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":"5f403825-0e5e-489e-b705-c7f0ef3c854c","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":"c2d4c646-e742-4714-9cb2-bb8021ccb27b","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":"3eb37afa-ff62-4385-9440-129dbdb69a04","artifactVersion":"2","generatedFromUUID":"5f403825-0e5e-489e-b705-c7f0ef3c854c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTY3OGIzNmI5ZDNhYmUyNDQyZGI1MDlkYjVlMjZjMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae694df-03ed-49b3-be77-732b158d38e5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWI1ZWQ4ZWNlY2FkOTZmN2QwYjJkMTBiZWQzMWI4YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa1600cd-fe41-4d68-9844-3d37fc3049c2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:59:02.680Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:02.681Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:02.682Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:02.682Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:02.782Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:02.783Z||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.
2021-12-06T03:59:02.783Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:02.796Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:02.796Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:03.683Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:03.683Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:03.685Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:03.685Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-06T03:59:03.785Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:03.786Z||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.
2021-12-06T03:59:03.786Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:03.798Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:03.799Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:04.686Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:04.686Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:04.688Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:04.688Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-06T03:59:04.788Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:04.788Z||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.
2021-12-06T03:59:04.789Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:04.802Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:04.802Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:05.688Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:05.689Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:05.690Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:05.690Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:59:05.790Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:05.791Z||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.
2021-12-06T03:59:05.791Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:05.802Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:05.802Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:06.691Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:06.691Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:06.693Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:06.693Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:59:06.793Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:06.794Z||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.
2021-12-06T03:59:06.794Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:06.805Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:06.805Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:07.693Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:07.694Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:07.695Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:07.696Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:07.796Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:07.796Z||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.
2021-12-06T03:59:07.796Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:07.809Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:07.809Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:08.696Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:08.697Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:08.698Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:08.698Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-06T03:59:08.799Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:08.799Z||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.
2021-12-06T03:59:08.800Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:08.812Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:08.812Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:09.699Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:09.700Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:09.701Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:09.701Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:09.801Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:09.802Z||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.
2021-12-06T03:59:09.802Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:09.814Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:09.814Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:10.702Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:59:10.702Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:10.703Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:10.703Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:10.804Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:10.804Z||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.
2021-12-06T03:59:10.804Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:10.816Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:10.816Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:11.704Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8bde3b1b-a705-4b66-91c7-74c915a5f238",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e6a9ad2-9a22-4932-acc5-439c244d11e7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "80f08680-d98b-4267-94f2-b8bff3696d2e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "41ff7f67-731b-4b25-b457-d659bf071276",
      "resourceInvariantUUID": "2199fe1e-915d-4fe1-8a1e-783addf5f710",
      "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": "33fb7b83-f8a5-4b36-a9f6-3f3c8599cc01",
          "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": "f76d92c7-ee52-4d26-a716-eddb0afff7a5",
          "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": "YjY1YmRjMjNmZWI3NjBlODVkYTc5NzRmMWFlY2Q2MDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fa4f5be1-c9c2-44ac-b220-6ea6ed22dd22",
          "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": "5f403825-0e5e-489e-b705-c7f0ef3c854c",
          "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": "3eb37afa-ff62-4385-9440-129dbdb69a04",
            "generatedFromUUID": "5f403825-0e5e-489e-b705-c7f0ef3c854c"
          },
          "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": "3eb37afa-ff62-4385-9440-129dbdb69a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZWI1ZWQ4ZWNlY2FkOTZmN2QwYjJkMTBiZWQzMWI4YWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa1600cd-fe41-4d68-9844-3d37fc3049c2"
    }
  ],
  "workloadContext": "Production"
}
2021-12-06T03:59:11.705Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:59:11.705Z|f92afd93-7855-4a5c-896e-0810c49db6ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8bde3b1b-a705-4b66-91c7-74c915a5f238 ASDC
2021-12-06T03:59:11.705Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6c4622c1-2d80-4601-9a2b-34fac7a97d00
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8bde3b1b-a705-4b66-91c7-74c915a5f238
ServiceInvariantUUID:4e6a9ad2-9a22-4932-acc5-439c244d11e7
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:aa1600cd-fe41-4d68-9844-3d37fc3049c2
ArtifactChecksum:ZWI1ZWQ4ZWNlY2FkOTZmN2QwYjJkMTBiZWQzMWI4YWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:80f08680-d98b-4267-94f2-b8bff3696d2e
ResourceInvariantUUID:2199fe1e-915d-4fe1-8a1e-783addf5f710
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:41ff7f67-731b-4b25-b457-d659bf071276
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:33fb7b83-f8a5-4b36-a9f6-3f3c8599cc01
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:f76d92c7-ee52-4d26-a716-eddb0afff7a5
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:fa4f5be1-c9c2-44ac-b220-6ea6ed22dd22
ArtifactChecksum:YjY1YmRjMjNmZWI3NjBlODVkYTc5NzRmMWFlY2Q2MDQ=
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:5f403825-0e5e-489e-b705-c7f0ef3c854c
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:3eb37afa-ff62-4385-9440-129dbdb69a04
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:3eb37afa-ff62-4385-9440-129dbdb69a04
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-06T03:59:11.705Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bde3b1b-a705-4b66-91c7-74c915a5f238 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:11.734Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:59:11.735Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:59:11.735Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:59:11.735Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aa1600cd-fe41-4d68-9844-3d37fc3049c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-06T03:59:11.735Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:59:11.735Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-06T03:59:11.788Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:59:11.791Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar aa1600cd-fe41-4d68-9844-3d37fc3049c2 68925
2021-12-06T03:59:11.791Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-12-06T03:59:11.791Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-06T03:59:11.791Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:59:11.791Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:11.792Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:11.792Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763151791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:11.893Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:11.893Z||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.
2021-12-06T03:59:11.893Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:11.903Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:11.904Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:12.793Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:59:12.794Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:59:12.794Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: aa1600cd-fe41-4d68-9844-3d37fc3049c2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-06T03:59:12.794Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-12-06T03:59:12.794Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-06T03:59:12.795Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-06T03:59:12.875Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16977883632330574442/Definitions/service-BasicCnf-template.yml
2021-12-06T03:59:13.742Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:59:13.743Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T03:59:13.743Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-06T03:59:13.743Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-12-06T03:59:13.743Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:13.743Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:13.743Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:13.743Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:13.743Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T03:59:13.744Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.744Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:13.744Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:13.744Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T03:59:13.744Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:59:13.744Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.744Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-12-06T03:59:13.745Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-12-06T03:59:13.746Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-06T03:59:13.746Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.746Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:59:13.746Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.746Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:13.746Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:59:13.746Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.746Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=694e7ad2-cc76-4051-a4ec-7b63459f1c45
2021-12-06T03:59:13.747Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.748Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:13.748Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.748Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:13.748Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.748Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:13.748Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:13.748Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:13.748Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8bde3b1b-a705-4b66-91c7-74c915a5f238
Model Version:NULL
Model InvariantUuid:4e6a9ad2-9a22-4932-acc5-439c244d11e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8c5d1050-2f84-4a2d-923e-fa0c44a60f6c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2199fe1e-915d-4fe1-8a1e-783addf5f710
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:80f08680-d98b-4267-94f2-b8bff3696d2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:74811241-6fbd-4291-83c8-d3be90941203
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:55b67da5-ea2b-41a0-b7e4-958b12cea963
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:694e7ad2-cc76-4051-a4ec-7b63459f1c45
ModelInvariantUuid:f01ab5f5-2bc1-4063-bd3f-202308c67853
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7d4705f4-a312-4950-a2bf-87c759831312
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4365c138-0419-46d4-91eb-51ebc5d88a78
ModelInvariantUuid:96e5a8e9-6e9b-4051-88c9-7a76cbcfe778
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:53cdae50-0556-4cea-8750-35c6501f9dcb
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=?
2021-12-06T03:59:13.753Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 41ff7f67-731b-4b25-b457-d659bf071276
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=?
2021-12-06T03:59:13.755Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-12-06T03:59:13.755Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41ff7f67-731b-4b25-b457-d659bf071276
2021-12-06T03:59:13.755Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 33fb7b83-f8a5-4b36-a9f6-3f3c8599cc01 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-12-06T03:59:13.756Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:59:13.756Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:13.805Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:59:13.805Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 33fb7b83-f8a5-4b36-a9f6-3f3c8599cc01 12
2021-12-06T03:59:13.805Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:13.805Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:13.805Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:59:13.805Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:13.807Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:13.807Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763153805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:13.907Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:13.907Z||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.
2021-12-06T03:59:13.908Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:13.918Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:13.919Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:14.807Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f76d92c7-ee52-4d26-a716-eddb0afff7a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-12-06T03:59:14.808Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:59:14.808Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:14.851Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:59:14.851Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f76d92c7-ee52-4d26-a716-eddb0afff7a5 2688
2021-12-06T03:59:14.851Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:14.851Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:14.851Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:59:14.852Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:14.854Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:14.854Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763154851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:14.953Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T03:59:14.954Z||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.
2021-12-06T03:59:14.954Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:14.967Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:14.967Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:15.855Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa4f5be1-c9c2-44ac-b220-6ea6ed22dd22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-12-06T03:59:15.855Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:59:15.855Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:15.901Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:59:15.901Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json fa4f5be1-c9c2-44ac-b220-6ea6ed22dd22 828
2021-12-06T03:59:15.901Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:15.901Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:15.901Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:59:15.901Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:15.903Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:15.903Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763155901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:16.003Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:16.004Z||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.
2021-12-06T03:59:16.004Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:16.016Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:16.017Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:16.903Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "74811241-6fbd-4291-83c8-d3be90941203",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55b67da5-ea2b-41a0-b7e4-958b12cea963",
    "vfModuleModelCustomizationUUID": "8df94a1f-e83e-4e03-b3ad-4ebaae3cc66b",
    "isBase": true,
    "artifacts": [
      "5f403825-0e5e-489e-b705-c7f0ef3c854c",
      "f76d92c7-ee52-4d26-a716-eddb0afff7a5",
      "3eb37afa-ff62-4385-9440-129dbdb69a04"
    ],
    "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": ""
    }
  }
]
2021-12-06T03:59:16.906Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55b67da5-ea2b-41a0-b7e4-958b12cea963
VfModuleModelInvariantUUID:74811241-6fbd-4291-83c8-d3be90941203
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f403825-0e5e-489e-b705-c7f0ef3c854c
,
f76d92c7-ee52-4d26-a716-eddb0afff7a5
,
3eb37afa-ff62-4385-9440-129dbdb69a04

}
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


}

2021-12-06T03:59:16.908Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "74811241-6fbd-4291-83c8-d3be90941203",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55b67da5-ea2b-41a0-b7e4-958b12cea963",
    "vfModuleModelCustomizationUUID": "8df94a1f-e83e-4e03-b3ad-4ebaae3cc66b",
    "isBase": true,
    "artifacts": [
      "5f403825-0e5e-489e-b705-c7f0ef3c854c",
      "f76d92c7-ee52-4d26-a716-eddb0afff7a5",
      "3eb37afa-ff62-4385-9440-129dbdb69a04"
    ],
    "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": ""
    }
  }
]
2021-12-06T03:59:16.908Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55b67da5-ea2b-41a0-b7e4-958b12cea963
VfModuleModelInvariantUUID:74811241-6fbd-4291-83c8-d3be90941203
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f403825-0e5e-489e-b705-c7f0ef3c854c
,
f76d92c7-ee52-4d26-a716-eddb0afff7a5
,
3eb37afa-ff62-4385-9440-129dbdb69a04

}
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


}

2021-12-06T03:59:16.908Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5f403825-0e5e-489e-b705-c7f0ef3c854c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-12-06T03:59:16.908Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:59:16.908Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-12-06T03:59:17.019Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:59:17.019Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5f403825-0e5e-489e-b705-c7f0ef3c854c 1164
2021-12-06T03:59:17.019Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:17.019Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:17.019Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:59:17.019Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:17.021Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:17.021Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763157019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:17.121Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:17.122Z||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.
2021-12-06T03:59:17.122Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:17.133Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:17.133Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:59:18.021Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3eb37afa-ff62-4385-9440-129dbdb69a04 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-12-06T03:59:18.022Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:59:18.022Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-12-06T03:59:18.206Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:59:18.206Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3eb37afa-ff62-4385-9440-129dbdb69a04 200
2021-12-06T03:59:18.207Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:18.207Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:18.207Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:59:18.207Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:18.208Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:18.208Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763158207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:18.309Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:18.309Z||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.
2021-12-06T03:59:18.309Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:18.321Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:18.321Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:19.209Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8bde3b1b-a705-4b66-91c7-74c915a5f238
2021-12-06T03:59:19.209Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 41ff7f67-731b-4b25-b457-d659bf071276 ASDC
2021-12-06T03:59:19.216Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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 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=?
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=?
2021-12-06T03:59:19.223Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ffac33e, org.onap.sdc.toscaparser.api.parameters.Input@690d1459, org.onap.sdc.toscaparser.api.parameters.Input@213f9d81, org.onap.sdc.toscaparser.api.parameters.Input@f9cd47c, org.onap.sdc.toscaparser.api.parameters.Input@66160582]
2021-12-06T03:59:19.224Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.224Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:19.225Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-06T03:59:19.225Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 80f08680-d98b-4267-94f2-b8bff3696d2e
2021-12-06T03:59:19.225Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80f08680-d98b-4267-94f2-b8bff3696d2e matches Tosca VF Customization UUID: 80f08680-d98b-4267-94f2-b8bff3696d2e
2021-12-06T03:59:19.225Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 80f08680-d98b-4267-94f2-b8bff3696d2e  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=?
2021-12-06T03:59:19.226Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.226Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:19.227Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 80f08680-d98b-4267-94f2-b8bff3696d2e: {\"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\"}
2021-12-06T03:59:19.227Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53e02c38
2021-12-06T03:59:19.227Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.227Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:59:19.227Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8df94a1f-e83e-4e03-b3ad-4ebaae3cc66b
2021-12-06T03:59:19.227Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8df94a1f-e83e-4e03-b3ad-4ebaae3cc66b
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=?
2021-12-06T03:59:19.228Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.229Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:19.229Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:59:19.229Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.229Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:19.229Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:59:19.230Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.230Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-06T03:59:19.230Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-12-06T03:59:19.230Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=694e7ad2-cc76-4051-a4ec-7b63459f1c45
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=?
2021-12-06T03:59:19.231Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.231Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:19.231Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:59:19.232Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.232Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-06T03:59:19.232Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=80f08680-d98b-4267-94f2-b8bff3696d2e
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=?
2021-12-06T03:59:19.233Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.233Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8bde3b1b-a705-4b66-91c7-74c915a5f238: basic_cnf
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T03:59:19.234Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:59:19.235Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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 (?, ?, ?, ?, ?)
2021-12-06T03:59:19.280Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 41ff7f67-731b-4b25-b457-d659bf071276 1 ASDC deployResourceStructure
2021-12-06T03:59:19.280Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:19.281Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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)
2021-12-06T03:59:19.281Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-12-06T03:59:19.281Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:19.282Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:19.282Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763159280,
  "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"
}
2021-12-06T03:59:19.382Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:19.383Z||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.
2021-12-06T03:59:19.383Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:19.395Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:19.395Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:59:20.283Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:20.283Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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)
2021-12-06T03:59:20.283Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-12-06T03:59:20.283Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:20.285Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:20.285Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763160283,
  "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"
}
2021-12-06T03:59:20.385Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:20.386Z||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.
2021-12-06T03:59:20.386Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:20.398Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:20.398Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:21.285Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:21.286Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:21.286Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:59:21.286Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:21.288Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:21.288Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763161285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:21.388Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:21.389Z||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.
2021-12-06T03:59:21.389Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:21.404Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:21.404Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:22.288Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:22.289Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:22.289Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:59:22.290Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:22.291Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:22.291Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763162288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:22.391Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:22.392Z||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.
2021-12-06T03:59:22.392Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:22.403Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:22.403Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:23.292Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:23.292Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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
2021-12-06T03:59:23.292Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:59:23.292Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:23.294Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:23.294Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763163292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:23.394Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:23.395Z||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.
2021-12-06T03:59:23.395Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:23.406Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:23.406Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:24.294Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-12-06T03:59:24.295Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-06T03:59:24.295Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:59:24.295Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:59:24.297Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:59:24.297Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763164294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:24.397Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:59:24.398Z||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.
2021-12-06T03:59:24.398Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:59:24.411Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:24.411Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:59:25.297Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c4622c1-2d80-4601-9a2b-34fac7a97d00
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:59:25.309Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c4622c1-2d80-4601-9a2b-34fac7a97d00
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=?
2021-12-06T03:59:25.311Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:59:25.311Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:59:25.311Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:59:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:59:34.877Z||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.
2021-12-06T03:59:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:59:34.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T03:59:34.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763058418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763060511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763061597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763062645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763063725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763064727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763065730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763066733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:34.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763061414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763060553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763075922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763068110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763077824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763078059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "cds",
  "timestamp": 1638763078828,
  "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=?
2021-12-06T03:59:34.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c4622c1-2d80-4601-9a2b-34fac7a97d00
2021-12-06T03:59:34.931Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c4622c1-2d80-4601-9a2b-34fac7a97d00 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:34.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763079063,
  "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=?
2021-12-06T03:59:34.943Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c4622c1-2d80-4601-9a2b-34fac7a97d00
2021-12-06T03:59:34.943Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c4622c1-2d80-4601-9a2b-34fac7a97d00 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:34.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763071071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763080812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763072210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763073031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763081815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763081929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763081414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763082834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "policy-id",
  "timestamp": 1638763082818,
  "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=?
2021-12-06T03:59:34.956Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c4622c1-2d80-4601-9a2b-34fac7a97d00
2021-12-06T03:59:34.957Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c4622c1-2d80-4601-9a2b-34fac7a97d00 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:34.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763083029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763081414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763083110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763081414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763084135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763083110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763081414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763085182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763083110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763081414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763086211,
  "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=?
2021-12-06T03:59:34.970Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c4622c1-2d80-4601-9a2b-34fac7a97d00
2021-12-06T03:59:34.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c4622c1-2d80-4601-9a2b-34fac7a97d00 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=?
2021-12-06T03:59:34.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763083110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763081414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763087213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:34.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763083110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763081414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763083110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638763081414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763089115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763083110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "aai-ml",
  "timestamp": 1638763090119,
  "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=?
2021-12-06T03:59:34.985Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c4622c1-2d80-4601-9a2b-34fac7a97d00
2021-12-06T03:59:34.985Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c4622c1-2d80-4601-9a2b-34fac7a97d00 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:34.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763083110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:34.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763090553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763091071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763091869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763090553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763091071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763092210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:34.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:34.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:34.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "cds",
  "timestamp": 1638763092873,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2021-12-06T03:59:35.008Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 200e6956-a767-451e-a00e-2f178bb6c545
2021-12-06T03:59:35.008Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e6956-a767-451e-a00e-2f178bb6c545 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:35.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763090553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763091071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763092210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763090553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763091071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763092210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763090553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763091071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763092210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763090553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763096401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763091071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763092210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763090553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763091071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763092210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763098037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763090553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763098403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763091071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763092210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763099329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "clamp",
  "timestamp": 1638763099406,
  "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=?
2021-12-06T03:59:35.024Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c4622c1-2d80-4601-9a2b-34fac7a97d00
2021-12-06T03:59:35.025Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c4622c1-2d80-4601-9a2b-34fac7a97d00 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:35.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763092210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763099912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763100916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:35.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763101023,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763101437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "policy-id",
  "timestamp": 1638763101919,
  "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=?
2021-12-06T03:59:35.039Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 200e6956-a767-451e-a00e-2f178bb6c545
2021-12-06T03:59:35.039Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e6956-a767-451e-a00e-2f178bb6c545 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:35.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763102203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638763102440,
  "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=?
2021-12-06T03:59:35.051Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 200e6956-a767-451e-a00e-2f178bb6c545
2021-12-06T03:59:35.051Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e6956-a767-451e-a00e-2f178bb6c545 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 (?, ?, ?, ?, ?)
2021-12-06T03:59:35.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763103408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763103031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763104423,
  "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=?
2021-12-06T03:59:35.064Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 200e6956-a767-451e-a00e-2f178bb6c545
2021-12-06T03:59:35.064Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e6956-a767-451e-a00e-2f178bb6c545 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=?
2021-12-06T03:59:35.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763103031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638763105425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763103031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763103031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763045526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763079818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763103031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763108161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763103031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763103031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763109901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763103031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-06T03:59:35.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763111735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:35.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-06T03:59:35.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763114400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T03:59:35.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:59:55.311Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c4622c1-2d80-4601-9a2b-34fac7a97d00
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T03:59:55.319Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c4622c1-2d80-4601-9a2b-34fac7a97d00
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=?
2021-12-06T03:59:55.321Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T03:59:55.322Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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=?
2021-12-06T03:59:55.326Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T04:00:25.326Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c4622c1-2d80-4601-9a2b-34fac7a97d00 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=?
2021-12-06T04:00:25.332Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c4622c1-2d80-4601-9a2b-34fac7a97d00 and serviceModelVersionId: 8bde3b1b-a705-4b66-91c7-74c915a5f238
2021-12-06T04:00:25.332Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e6a9ad2-9a22-4932-acc5-439c244d11e7
2021-12-06T04:00:25.332Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?depth=0
2021-12-06T04:00:25.336Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T04:00:25.362Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?depth=0|INFO|500||Invoke
2021-12-06T04:00:25.363Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c4622c1-2d80-4601-9a2b-34fac7a97d00], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2991e888-7bdc-48ac-bfe5-a55559dcb5ea], X-ECOMP-RequestID=[6c4622c1-2d80-4601-9a2b-34fac7a97d00], X-TransactionId=[], X-ONAP-RequestID=[6c4622c1-2d80-4601-9a2b-34fac7a97d00], Content-Type=[application/merge-patch+json]}
2021-12-06T04:00:25.383Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-06T04:00:25.499Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?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/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211206-04:00:25:386-36876], vertex-id=[438496], Content-Length=[0], Date=[Mon, 06 Dec 2021 04:00:25 GMT], Content-Type=[application/json]}
2021-12-06T04:00:25.499Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-06T04:00:25.500Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e6a9ad2-9a22-4932-acc5-439c244d11e7/model-vers/model-ver/8bde3b1b-a705-4b66-91c7-74c915a5f238?depth=0|INFO|500||InvokeReturn
2021-12-06T04:00:25.500Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T04:00:25.500Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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=?
2021-12-06T04:00:25.503Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||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)
2021-12-06T04:00:25.503Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c4622c1-2d80-4601-9a2b-34fac7a97d00 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T04:00:25.503Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T04:00:25.503Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:25.505Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:25.505Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763225503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T04:00:25.605Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:25.606Z||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.
2021-12-06T04:00:25.606Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:25.621Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:25.621Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-06T04:00:26.516Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T04:00:26.516Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"200e6956-a767-451e-a00e-2f178bb6c545","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"95476f81-199e-4253-9dc2-ef1d1818267e","serviceDescription":"service","serviceInvariantUUID":"02dae573-fdc8-4414-a28f-3ecad4c40c99","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d9cf69a-7b01-47e7-94df-e070a15a9fdb","resourceInvariantUUID":"8f304a94-f7fd-4ca5-820d-f9ef959e7cd1","resourceCustomizationUUID":"ab3135d1-2a23-4ed5-a8a2-17571b19a603","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":"1a5c48f4-8937-402e-b1cb-819fbb471210","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":"ZGZhYjU4YjY2OGE4ZGQwMjk2OTlmYTgwMDI5YzNmZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3eb35744-2490-4c3f-a477-a4867453812d","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":"YzViZTNmMjRjN2NiYWNjM2NiZDRmM2MzYzBmZjI4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f003d04-a431-4709-adb2-3baec16c2b9a","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":"9c2dc00b-5daa-421c-a5cf-08437ed215ea","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":"b6aad5a0-fcb2-4e8a-aa10-ed87c70ba130","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":"4639557e-7e93-49c6-aa6e-ec85133c7a5c","artifactVersion":"2","generatedFromUUID":"9c2dc00b-5daa-421c-a5cf-08437ed215ea"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTQ2NzE3NTU2MDgwYzI0NzFjYmE1ZmFiZmM5ZWQ3NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b87d061-a366-4e2e-a338-276203345787","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"M2U3MzMzZmE1MTQxNWM3Yjc1MWE4OGY0ZmQzYWNlMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd6e5cef-eb69-426f-83f0-e367147e14a3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T04:00:26.517Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T04:00:26.517Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:26.518Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:26.519Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:00:26.619Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:26.619Z||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.
2021-12-06T04:00:26.620Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:26.632Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:26.633Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-06T04:00:27.519Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T04:00:27.520Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:27.521Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:27.521Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:00:27.621Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T04:00:27.622Z||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.
2021-12-06T04:00:27.622Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:27.636Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:27.636Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:28.522Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T04:00:28.523Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:28.524Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:28.524Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T04:00:28.624Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:28.625Z||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.
2021-12-06T04:00:28.625Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:28.637Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:28.637Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T04:00:29.525Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T04:00:29.525Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:29.527Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:29.527Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-06T04:00:29.627Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:29.627Z||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.
2021-12-06T04:00:29.628Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:29.643Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:29.643Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:30.527Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T04:00:30.528Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:30.529Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:30.529Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:00:30.629Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:30.630Z||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.
2021-12-06T04:00:30.630Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:30.641Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:30.641Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:31.529Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T04:00:31.530Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:31.531Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:31.532Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-06T04:00:31.632Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:31.632Z||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.
2021-12-06T04:00:31.632Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:31.645Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:31.645Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:32.532Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T04:00:32.533Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:32.534Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:32.534Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:00:32.634Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:32.634Z||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.
2021-12-06T04:00:32.635Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:32.647Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:32.647Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:33.534Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T04:00:33.535Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:33.536Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:33.536Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T04:00:33.637Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T04:00:33.637Z||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.
2021-12-06T04:00:33.637Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:33.650Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:33.650Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:34.537Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "95476f81-199e-4253-9dc2-ef1d1818267e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "02dae573-fdc8-4414-a28f-3ecad4c40c99",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "ab3135d1-2a23-4ed5-a8a2-17571b19a603",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0d9cf69a-7b01-47e7-94df-e070a15a9fdb",
      "resourceInvariantUUID": "8f304a94-f7fd-4ca5-820d-f9ef959e7cd1",
      "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": "YzViZTNmMjRjN2NiYWNjM2NiZDRmM2MzYzBmZjI4MzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5f003d04-a431-4709-adb2-3baec16c2b9a",
          "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": "9c2dc00b-5daa-421c-a5cf-08437ed215ea",
          "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": "4639557e-7e93-49c6-aa6e-ec85133c7a5c",
            "generatedFromUUID": "9c2dc00b-5daa-421c-a5cf-08437ed215ea"
          },
          "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": "4639557e-7e93-49c6-aa6e-ec85133c7a5c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "M2U3MzMzZmE1MTQxNWM3Yjc1MWE4OGY0ZmQzYWNlMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fd6e5cef-eb69-426f-83f0-e367147e14a3"
    }
  ],
  "workloadContext": "Production"
}
2021-12-06T04:00:34.538Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T04:00:34.538Z|6c4622c1-2d80-4601-9a2b-34fac7a97d00|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95476f81-199e-4253-9dc2-ef1d1818267e ASDC
2021-12-06T04:00:34.538Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:200e6956-a767-451e-a00e-2f178bb6c545
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:95476f81-199e-4253-9dc2-ef1d1818267e
ServiceInvariantUUID:02dae573-fdc8-4414-a28f-3ecad4c40c99
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:fd6e5cef-eb69-426f-83f0-e367147e14a3
ArtifactChecksum:M2U3MzMzZmE1MTQxNWM3Yjc1MWE4OGY0ZmQzYWNlMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ab3135d1-2a23-4ed5-a8a2-17571b19a603
ResourceInvariantUUID:8f304a94-f7fd-4ca5-820d-f9ef959e7cd1
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:0d9cf69a-7b01-47e7-94df-e070a15a9fdb
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:5f003d04-a431-4709-adb2-3baec16c2b9a
ArtifactChecksum:YzViZTNmMjRjN2NiYWNjM2NiZDRmM2MzYzBmZjI4MzE=
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:9c2dc00b-5daa-421c-a5cf-08437ed215ea
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:4639557e-7e93-49c6-aa6e-ec85133c7a5c
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:4639557e-7e93-49c6-aa6e-ec85133c7a5c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-06T04:00:34.538Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95476f81-199e-4253-9dc2-ef1d1818267e 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=?
2021-12-06T04:00:34.562Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T04:00:34.562Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T04:00:34.562Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T04:00:34.562Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fd6e5cef-eb69-426f-83f0-e367147e14a3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-06T04:00:34.563Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T04:00:34.563Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-06T04:00:34.626Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T04:00:34.629Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar fd6e5cef-eb69-426f-83f0-e367147e14a3 73648
2021-12-06T04:00:34.629Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-06T04:00:34.629Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-06T04:00:34.629Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T04:00:34.629Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:34.630Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:34.630Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763234629,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:34.731Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:34.731Z||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.
2021-12-06T04:00:34.732Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:34.742Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:34.742Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:00:34.877Z||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.
2021-12-06T04:00:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:00:34.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:34.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763115404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:34.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763116519,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-12-06T04:00:34.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763117029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:34.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763117522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2021-12-06T04:00:34.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "aai-ml",
  "timestamp": 1638763118032,
  "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=?
2021-12-06T04:00:34.910Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 200e6956-a767-451e-a00e-2f178bb6c545
2021-12-06T04:00:34.910Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e6956-a767-451e-a00e-2f178bb6c545 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 (?, ?, ?, ?, ?)
2021-12-06T04:00:34.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "clamp",
  "timestamp": 1638763118525,
  "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=?
2021-12-06T04:00:34.922Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 200e6956-a767-451e-a00e-2f178bb6c545
2021-12-06T04:00:34.923Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e6956-a767-451e-a00e-2f178bb6c545 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 (?, ?, ?, ?, ?)
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763141043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-06T04:00:34.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763151791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763153805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763154851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763155901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763157019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763158207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763159280,
  "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"
}
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763160283,
  "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"
}
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763161285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763162288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:34.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763163292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:34.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:34.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:00:34.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763164294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:34.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:00:35.631Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T04:00:35.632Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T04:00:35.632Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fd6e5cef-eb69-426f-83f0-e367147e14a3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-06T04:00:35.633Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-12-06T04:00:35.633Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-06T04:00:35.633Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-06T04:00:35.725Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3674705358766523687/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
2021-12-06T04:00:36.571Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T04:00:36.571Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T04:00:36.571Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-06T04:00:36.571Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T04:00:36.572Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-06T04:00:36.573Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.574Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6f4dca2-0cea-4604-baaa-8ed995c5b757
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.575Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:36.576Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:36.576Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:36.576Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:95476f81-199e-4253-9dc2-ef1d1818267e
Model Version:NULL
Model InvariantUuid:02dae573-fdc8-4414-a28f-3ecad4c40c99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:b33a65fd-46dd-43df-bee4-7cd4b75cff71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8f304a94-f7fd-4ca5-820d-f9ef959e7cd1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab3135d1-2a23-4ed5-a8a2-17571b19a603
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:02e32d05-b1b7-4fc2-af89-cdc16a40d3b6
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5eda002e-3c6c-43dd-95be-f48e8e5c514e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d6f4dca2-0cea-4604-baaa-8ed995c5b757
ModelInvariantUuid:6ebb1134-c588-4d35-aee1-573d6c02d2ed
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:6e9eccda-c77e-43e5-ae6c-8e1ff912943f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:231bacb1-e147-4554-87ef-39e7f8d543f7
ModelInvariantUuid:ffc896b5-d488-4413-9bd7-6fc5ffaa42e6
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e91f2256-20cc-4d49-89e1-aa1429dcdbca
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=?
2021-12-06T04:00:36.579Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d9cf69a-7b01-47e7-94df-e070a15a9fdb
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=?
2021-12-06T04:00:36.581Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-12-06T04:00:36.581Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d9cf69a-7b01-47e7-94df-e070a15a9fdb
2021-12-06T04:00:36.581Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5f003d04-a431-4709-adb2-3baec16c2b9a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-06T04:00:36.581Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T04:00:36.581Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-06T04:00:36.624Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T04:00:36.624Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5f003d04-a431-4709-adb2-3baec16c2b9a 790
2021-12-06T04:00:36.625Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-06T04:00:36.625Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-06T04:00:36.625Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T04:00:36.625Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:36.626Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:36.626Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763236625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:36.726Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:36.727Z||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.
2021-12-06T04:00:36.727Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:36.739Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:36.739Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T04:00:37.627Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "02e32d05-b1b7-4fc2-af89-cdc16a40d3b6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5eda002e-3c6c-43dd-95be-f48e8e5c514e",
    "vfModuleModelCustomizationUUID": "757a0464-fb3b-4714-9b65-8fdc715500f5",
    "isBase": true,
    "artifacts": [
      "9c2dc00b-5daa-421c-a5cf-08437ed215ea",
      "4639557e-7e93-49c6-aa6e-ec85133c7a5c"
    ],
    "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": ""
    }
  }
]
2021-12-06T04:00:37.629Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5eda002e-3c6c-43dd-95be-f48e8e5c514e
VfModuleModelInvariantUUID:02e32d05-b1b7-4fc2-af89-cdc16a40d3b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c2dc00b-5daa-421c-a5cf-08437ed215ea
,
4639557e-7e93-49c6-aa6e-ec85133c7a5c

}
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


}

2021-12-06T04:00:37.631Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "02e32d05-b1b7-4fc2-af89-cdc16a40d3b6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5eda002e-3c6c-43dd-95be-f48e8e5c514e",
    "vfModuleModelCustomizationUUID": "757a0464-fb3b-4714-9b65-8fdc715500f5",
    "isBase": true,
    "artifacts": [
      "9c2dc00b-5daa-421c-a5cf-08437ed215ea",
      "4639557e-7e93-49c6-aa6e-ec85133c7a5c"
    ],
    "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": ""
    }
  }
]
2021-12-06T04:00:37.631Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5eda002e-3c6c-43dd-95be-f48e8e5c514e
VfModuleModelInvariantUUID:02e32d05-b1b7-4fc2-af89-cdc16a40d3b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c2dc00b-5daa-421c-a5cf-08437ed215ea
,
4639557e-7e93-49c6-aa6e-ec85133c7a5c

}
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


}

2021-12-06T04:00:37.631Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c2dc00b-5daa-421c-a5cf-08437ed215ea from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-06T04:00:37.631Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T04:00:37.631Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-06T04:00:37.813Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T04:00:37.813Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 9c2dc00b-5daa-421c-a5cf-08437ed215ea 5033
2021-12-06T04:00:37.813Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-06T04:00:37.813Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-06T04:00:37.813Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T04:00:37.814Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:37.815Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:37.815Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763237813,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:37.915Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:37.918Z||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.
2021-12-06T04:00:37.918Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:37.929Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:37.930Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:38.816Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4639557e-7e93-49c6-aa6e-ec85133c7a5c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-06T04:00:38.816Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T04:00:38.816Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-06T04:00:38.912Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T04:00:38.912Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 4639557e-7e93-49c6-aa6e-ec85133c7a5c 909
2021-12-06T04:00:38.913Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-06T04:00:38.913Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-06T04:00:38.913Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T04:00:38.913Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:38.914Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:38.915Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763238913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:00:39.015Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:39.015Z||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.
2021-12-06T04:00:39.016Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:39.028Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:39.028Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:39.915Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 95476f81-199e-4253-9dc2-ef1d1818267e
2021-12-06T04:00:39.916Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0d9cf69a-7b01-47e7-94df-e070a15a9fdb 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=?
2021-12-06T04:00:39.924Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67048d4a, org.onap.sdc.toscaparser.api.parameters.Input@282a965f, org.onap.sdc.toscaparser.api.parameters.Input@5cb3def2, org.onap.sdc.toscaparser.api.parameters.Input@263900d, org.onap.sdc.toscaparser.api.parameters.Input@41ce23d6]
2021-12-06T04:00:39.925Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.925Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:39.925Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-06T04:00:39.925Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ab3135d1-2a23-4ed5-a8a2-17571b19a603
2021-12-06T04:00:39.926Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab3135d1-2a23-4ed5-a8a2-17571b19a603 matches Tosca VF Customization UUID: ab3135d1-2a23-4ed5-a8a2-17571b19a603
2021-12-06T04:00:39.926Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ab3135d1-2a23-4ed5-a8a2-17571b19a603  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=?
2021-12-06T04:00:39.927Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.932Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:39.932Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ab3135d1-2a23-4ed5-a8a2-17571b19a603: {\"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\"}
2021-12-06T04:00:39.932Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61d1c4c7
2021-12-06T04:00:39.933Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.933Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T04:00:39.933Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 757a0464-fb3b-4714-9b65-8fdc715500f5
2021-12-06T04:00:39.933Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 757a0464-fb3b-4714-9b65-8fdc715500f5
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=?
2021-12-06T04:00:39.934Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.935Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:39.935Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T04:00:39.935Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.935Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:39.935Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T04:00:39.935Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.936Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-06T04:00:39.936Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-06T04:00:39.936Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-06T04:00:39.936Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6f4dca2-0cea-4604-baaa-8ed995c5b757
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=?
2021-12-06T04:00:39.937Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.937Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:39.937Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T04:00:39.938Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.938Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-06T04:00:39.938Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ab3135d1-2a23-4ed5-a8a2-17571b19a603
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=?
2021-12-06T04:00:39.939Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.939Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:39.939Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 95476f81-199e-4253-9dc2-ef1d1818267e: basicclamp
2021-12-06T04:00:39.939Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T04:00:39.940Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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 (?, ?, ?, ?, ?)
2021-12-06T04:00:39.997Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0d9cf69a-7b01-47e7-94df-e070a15a9fdb 1 ASDC deployResourceStructure
2021-12-06T04:00:39.997Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-06T04:00:39.997Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-06T04:00:39.997Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T04:00:39.998Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:39.999Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:39.999Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763239997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:40.099Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:40.100Z||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.
2021-12-06T04:00:40.100Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:40.114Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:40.114Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:41.000Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-06T04:00:41.000Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-06T04:00:41.000Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T04:00:41.001Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:41.002Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:41.002Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763241000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:41.102Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:41.103Z||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.
2021-12-06T04:00:41.103Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:41.117Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:41.117Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:42.003Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-06T04:00:42.003Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-06T04:00:42.003Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T04:00:42.004Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:42.005Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:42.005Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763242003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:42.105Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:42.106Z||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.
2021-12-06T04:00:42.106Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:42.118Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:42.118Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T04:00:43.006Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-06T04:00:43.006Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-06T04:00:43.006Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T04:00:43.006Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:00:43.008Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:00:43.008Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763243006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T04:00:43.108Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T04:00:43.109Z||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.
2021-12-06T04:00:43.109Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:00:43.122Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:00:43.122Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T04:00:44.008Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e6956-a767-451e-a00e-2f178bb6c545
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-12-06T04:00:44.020Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e6956-a767-451e-a00e-2f178bb6c545
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=?
2021-12-06T04:00:44.022Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T04:00:44.022Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T04:00:44.022Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T04:00:44.022Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T04:00:44.023Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T04:00:44.023Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-06T04:00:44.023Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-12-06T04:00:44.023Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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=?
2021-12-06T04:00:44.028Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T04:01:14.028Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 200e6956-a767-451e-a00e-2f178bb6c545 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=?
2021-12-06T04:01:14.032Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 200e6956-a767-451e-a00e-2f178bb6c545 and serviceModelVersionId: 95476f81-199e-4253-9dc2-ef1d1818267e
2021-12-06T04:01:14.032Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02dae573-fdc8-4414-a28f-3ecad4c40c99
2021-12-06T04:01:14.033Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?depth=0
2021-12-06T04:01:14.036Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T04:01:14.065Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?depth=0|INFO|500||Invoke
2021-12-06T04:01:14.066Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[200e6956-a767-451e-a00e-2f178bb6c545], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a4aeca8-2c05-428e-b302-d67f0a05b4bf], X-ECOMP-RequestID=[200e6956-a767-451e-a00e-2f178bb6c545], X-TransactionId=[], X-ONAP-RequestID=[200e6956-a767-451e-a00e-2f178bb6c545], Content-Type=[application/merge-patch+json]}
2021-12-06T04:01:14.080Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-12-06T04:01:14.145Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?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/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211206-04:01:14:083-50146], vertex-id=[245928], Content-Length=[0], Date=[Mon, 06 Dec 2021 04:01:14 GMT], Content-Type=[application/json]}
2021-12-06T04:01:14.145Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-06T04:01:14.146Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02dae573-fdc8-4414-a28f-3ecad4c40c99/model-vers/model-ver/95476f81-199e-4253-9dc2-ef1d1818267e?depth=0|INFO|500||InvokeReturn
2021-12-06T04:01:14.146Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T04:01:14.146Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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=?
2021-12-06T04:01:14.149Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||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)
2021-12-06T04:01:14.149Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 200e6956-a767-451e-a00e-2f178bb6c545 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2021-12-06T04:01:14.149Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T04:01:14.150Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T04:01:14.151Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T04:01:14.152Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763274149,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2021-12-06T04:01:14.251Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T04:01:14.252Z||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.
2021-12-06T04:01:14.252Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T04:01:14.266Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:01:14.266Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-06T04:01:15.163Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:01:15.164Z|200e6956-a767-451e-a00e-2f178bb6c545|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.
2021-12-06T04:01:15.164Z|200e6956-a767-451e-a00e-2f178bb6c545|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 ByniLcp8hucRNAKK) ...
2021-12-06T04:01:25.394Z|200e6956-a767-451e-a00e-2f178bb6c545|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:01:25.395Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:01:25.395Z||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.
2021-12-06T04:01:25.395Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:01:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:01:34.877Z||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.
2021-12-06T04:01:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:01:34.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:01:34.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c4622c1-2d80-4601-9a2b-34fac7a97d00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763225503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T04:01:34.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:01:34.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:01:34.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763142057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-06T04:01:34.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-12-06T04:01:34.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T04:01:34.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763234629,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:01:34.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:01:34.933Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:01:34.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:01:34.933Z||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.
2021-12-06T04:01:34.933Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:01:44.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:01:44.469Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:01:44.470Z||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.
2021-12-06T04:01:44.470Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:01:54.008Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:01:54.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:01:54.009Z||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.
2021-12-06T04:01:54.009Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:02:03.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:02:03.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:02:03.553Z||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.
2021-12-06T04:02:03.553Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:02:13.090Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:02:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:02:34.876Z||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.
2021-12-06T04:02:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:02:34.876Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:02:34.877Z||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.
2021-12-06T04:02:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:02:35.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:02:35.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T04:02:35.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763236625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:02:35.398Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:02:35.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T04:02:35.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763237813,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:02:35.398Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:02:35.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T04:02:35.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763238913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763239997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763241000,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763242003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:02:35.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T04:02:35.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763243006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-06T04:02:35.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:02:35.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T04:02:35.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "200e6956-a767-451e-a00e-2f178bb6c545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638763274149,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2021-12-06T04:02:35.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T04:02:44.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:03:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:03:34.876Z||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.
2021-12-06T04:03:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:03:34.876Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:03:34.877Z||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.
2021-12-06T04:03:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:03:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:03:44.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:04:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:04:34.875Z||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.
2021-12-06T04:04:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:04:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:04:34.877Z||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.
2021-12-06T04:04:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:04:44.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:04:44.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:05:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:05:34.876Z||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.
2021-12-06T04:05:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:05:34.876Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:05:34.877Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|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.
2021-12-06T04:05:34.877Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|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 ByniLcp8hucRNAKK) ...
2021-12-06T04:05:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:05:44.423Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:06:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:06:34.876Z||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.
2021-12-06T04:06:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:06:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:06:34.877Z||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.
2021-12-06T04:06:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:06:44.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:06:44.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:07:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:07:34.876Z||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.
2021-12-06T04:07:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:07:34.876Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:07:34.877Z||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.
2021-12-06T04:07:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:07:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:07:44.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:08:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:08:34.876Z||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.
2021-12-06T04:08:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:08:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:08:34.877Z||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.
2021-12-06T04:08:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:08:44.414Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:08:44.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:09:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:09:34.876Z||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.
2021-12-06T04:09:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:09:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:09:34.877Z||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.
2021-12-06T04:09:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:09:44.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:09:44.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:10:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:10:34.876Z||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.
2021-12-06T04:10:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:10:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:10:34.877Z||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.
2021-12-06T04:10:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:10:44.418Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:10:44.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:11:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:11:34.875Z||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.
2021-12-06T04:11:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:11:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:11:34.877Z||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.
2021-12-06T04:11:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:11:44.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:11:44.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:12:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:12:34.875Z||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.
2021-12-06T04:12:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:12:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:12:34.877Z||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.
2021-12-06T04:12:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:12:44.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:12:44.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:13:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:13:34.875Z||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.
2021-12-06T04:13:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:13:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:13:34.877Z||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.
2021-12-06T04:13:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:13:44.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:13:44.414Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:14:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:14:34.875Z||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.
2021-12-06T04:14:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:14:34.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:14:34.877Z||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.
2021-12-06T04:14:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:14:44.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:14:44.417Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:15:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:15:34.876Z||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.
2021-12-06T04:15:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:15:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:15:34.877Z||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.
2021-12-06T04:15:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:15:44.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:15:44.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:16:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:16:34.876Z||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.
2021-12-06T04:16:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:16:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:16:34.877Z||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.
2021-12-06T04:16:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:16:44.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:16:44.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:17:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:17:34.876Z||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.
2021-12-06T04:17:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:17:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:17:34.877Z||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.
2021-12-06T04:17:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:17:44.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:17:44.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:18:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:18:34.876Z||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.
2021-12-06T04:18:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:18:34.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:18:34.877Z||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.
2021-12-06T04:18:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:18:44.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:18:44.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:19:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:19:34.875Z||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.
2021-12-06T04:19:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:19:34.876Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:19:34.877Z||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.
2021-12-06T04:19:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:19:44.417Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:19:44.418Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:20:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:20:34.876Z||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.
2021-12-06T04:20:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:20:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:20:34.877Z||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.
2021-12-06T04:20:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:20:44.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:20:44.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:21:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:21:34.876Z||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.
2021-12-06T04:21:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:21:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:21:34.877Z||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.
2021-12-06T04:21:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:21:44.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:21:44.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:22:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:22:34.876Z||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.
2021-12-06T04:22:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:22:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:22:34.877Z||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.
2021-12-06T04:22:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:22:44.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:22:44.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:23:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:23:34.876Z||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.
2021-12-06T04:23:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:23:34.876Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:23:34.877Z||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.
2021-12-06T04:23:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:23:44.420Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:23:44.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:24:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:24:34.876Z||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.
2021-12-06T04:24:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:24:34.876Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:24:34.877Z||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.
2021-12-06T04:24:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:24:44.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:24:44.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:25:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:25:34.875Z||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.
2021-12-06T04:25:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:25:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:25:34.877Z||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.
2021-12-06T04:25:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:25:44.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:25:44.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:26:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:26:34.875Z||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.
2021-12-06T04:26:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:26:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:26:34.877Z||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.
2021-12-06T04:26:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:26:44.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:26:44.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:27:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:27:34.876Z||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.
2021-12-06T04:27:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:27:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:27:34.877Z||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.
2021-12-06T04:27:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:27:44.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:27:44.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:28:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:28:34.876Z||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.
2021-12-06T04:28:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:28:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:28:34.877Z||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.
2021-12-06T04:28:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:28:44.421Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:28:44.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:29:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:29:34.876Z||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.
2021-12-06T04:29:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:29:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T04:29:34.877Z||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.
2021-12-06T04:29:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T04:29:44.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:29:44.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-06T04:30:21.829Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)