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-09-23T06:45:03.372Z||main|||||INFO|500||The following profiles are active: basic
2021-09-23T06:45:20.100Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-23T06:45:20.102Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-23T06:45:20.259Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-23T06:45:25.944Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-23T06:45:26.589Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-23T06:45:27.541Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-23T06:45:27.550Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-23T06:45:27.793Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-23T06:45:28.406Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-23T06:45:29.384Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-23T06:45:36.918Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-23T06:45:39.397Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-23T06:45:39.465Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-23T06:45:40.051Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-23T06:45:40.221Z||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-09-23T06:45:41.488Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-23T06:45:42.616Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-23T06:45:42.644Z||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$$cb299728.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-09-23T06:45:42.646Z||main|||||WARN|500||The sdc end point is not alive
2021-09-23T06:45:45.886Z||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-09-23T06:45:49.005Z||main|||||WARN|500||---
2021-09-23T06:45:49.005Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-23T06:45:49.006Z||main|||||WARN|500||---
2021-09-23T06:45:49.530Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-23T06:45:55.021Z||main|||||INFO|500||Started Application in 56.205 seconds (JVM running for 60.8)
2021-09-23T06:45:55.041Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-23T06:45:55.064Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-23T06:45:55.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-23T06:45:55.120Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-23T06:45:55.182Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4d3f83e-be47-4327-a42e-99e8674dafa5 url= /sdc/v1/artifactTypes
2021-09-23T06:45:55.182Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-23T06:45:55.472Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-23T06:45:55.491Z||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-09-23T06:45:55.513Z||scheduling-1|||||DEBUG|500||create keys
2021-09-23T06:45:55.521Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-23T06:45:55.600Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:45:55.623Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3078892e-7f25-455b-b4ab-789d05372fa5 url= /sdc/v1/registerForDistribution
2021-09-23T06:45:55.817Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3078892e-7f25-455b-b4ab-789d05372fa5 url= /sdc/v1/registerForDistribution
2021-09-23T06:45:55.818Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-23T06:45:55.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:45:55.855Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:45:55.861Z||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-09-23T06:45:55.861Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:45:55.861Z||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-09-23T06:45:55.861Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:45:55.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-23T06:46:06.315Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:46:06.384Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:46:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:46:55.855Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:46:55.857Z||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-09-23T06:46:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:46:55.860Z||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-09-23T06:46:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:47:05.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:47:05.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:47:55.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:47:55.851Z||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-09-23T06:47:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:47:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:47:55.854Z||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-09-23T06:47:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:48:05.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:48:05.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:48:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:48:55.853Z||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-09-23T06:48:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:48:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:48:55.854Z||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-09-23T06:48:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:49:05.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:49:05.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:49:55.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:49:55.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:49:55.856Z||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-09-23T06:49:55.857Z||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-09-23T06:49:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:49:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:50:05.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:50:05.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:50:55.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:50:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:50:55.855Z||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-09-23T06:50:55.855Z||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-09-23T06:50:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:50:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:51:05.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:51:05.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:51:55.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:51:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:51:55.856Z||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-09-23T06:51:55.856Z||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-09-23T06:51:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:51:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:52:05.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:52:05.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:52:55.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:52:55.853Z||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-09-23T06:52:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:52:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:52:55.854Z||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-09-23T06:52:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:53:05.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:53:05.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:53:55.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:53:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:53:55.856Z||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-09-23T06:53:55.856Z||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-09-23T06:53:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:53:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:54:05.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:54:05.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:54:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:54:55.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:54:55.859Z||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-09-23T06:54:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:54:55.859Z||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-09-23T06:54:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:55:05.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:55:05.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:55:34.019Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-23T06:55:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:55:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:55:55.856Z||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-09-23T06:55:55.856Z||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-09-23T06:55:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:55:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:56:05.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:56:05.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:56:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:56:55.851Z||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-09-23T06:56:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:56:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:56:55.854Z||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-09-23T06:56:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:57:05.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:57:05.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:57:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:57:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:57:55.855Z||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-09-23T06:57:55.855Z||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-09-23T06:57:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:57:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:58:05.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:58:05.475Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:58:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:58:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:58:55.857Z||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-09-23T06:58:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:58:55.857Z||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-09-23T06:58:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:59:05.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:59:05.452Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T06:59:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:59:55.852Z||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-09-23T06:59:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:59:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:59:55.855Z||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-09-23T06:59:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:00:05.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:00:05.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:00:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:00:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:00:55.854Z||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-09-23T07:00:55.854Z||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-09-23T07:00:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:00:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:01:05.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:01:05.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:01:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:01:55.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:01:55.855Z||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-09-23T07:01:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:01:55.855Z||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-09-23T07:01:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:02:05.412Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:02:05.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:02:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:02:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:02:55.854Z||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-09-23T07:02:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:02:55.854Z||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-09-23T07:02:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:03:05.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:03:05.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:03:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:03:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:03:55.854Z||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-09-23T07:03:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:03:55.854Z||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-09-23T07:03:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:04:05.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:04:05.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:04:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:04:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:04:55.856Z||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-09-23T07:04:55.856Z||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-09-23T07:04:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:04:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:05:05.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:05:05.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:05:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:05:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:05:55.856Z||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-09-23T07:05:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:05:55.856Z||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-09-23T07:05:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:06:05.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:06:05.454Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:06:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:06:55.851Z||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-09-23T07:06:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:06:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:06:55.854Z||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-09-23T07:06:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:07:05.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:07:05.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:07:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:07:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:07:55.854Z||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-09-23T07:07:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:07:55.854Z||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-09-23T07:07:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:08:05.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:08:05.543Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:08:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:08:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:08:55.855Z||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-09-23T07:08:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:08:55.858Z||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-09-23T07:08:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:09:05.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:09:05.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:09:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:09:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:09:55.857Z||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-09-23T07:09:55.857Z||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-09-23T07:09:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:09:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:10:05.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:10:05.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:10:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:10:55.851Z||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-09-23T07:10:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:10:55.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:10:55.855Z||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-09-23T07:10:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:11:05.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:11:05.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:11:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:11:55.853Z||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-09-23T07:11:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:11:55.854Z||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-09-23T07:11:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:11:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:12:05.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:12:05.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:12:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:12:55.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:12:55.855Z||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-09-23T07:12:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:12:55.855Z||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-09-23T07:12:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:13:05.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:13:05.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:13:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:13:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:13:55.857Z||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-09-23T07:13:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:13:55.857Z||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-09-23T07:13:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:14:05.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:14:05.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:14:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:14:55.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:14:55.858Z||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-09-23T07:14:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:14:55.858Z||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-09-23T07:14:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:15:05.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:15:05.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:15:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:15:55.851Z||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-09-23T07:15:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:15:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:15:55.854Z||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-09-23T07:15:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:16:05.439Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:16:05.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:16:55.851Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:16:55.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:16:55.854Z||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-09-23T07:16:55.854Z||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-09-23T07:16:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:16:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:17:05.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:17:05.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:17:55.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:17:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:17:55.855Z||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-09-23T07:17:55.855Z||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-09-23T07:17:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:17:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:18:05.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:18:05.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:18:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:18:55.855Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:18:55.855Z||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-09-23T07:18:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:18:55.855Z||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-09-23T07:18:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:19:05.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:19:05.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:19:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:19:55.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:19:55.857Z||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-09-23T07:19:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:19:55.857Z||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-09-23T07:19:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:20:05.448Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:20:05.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:20:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:20:55.851Z||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-09-23T07:20:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:20:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:20:55.854Z||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-09-23T07:20:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:21:05.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:21:05.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:21:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:21:55.853Z||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-09-23T07:21:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:21:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:21:55.854Z||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-09-23T07:21:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:22:05.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:22:05.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:22:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:22:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:22:55.857Z||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-09-23T07:22:55.857Z||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-09-23T07:22:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:22:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:23:05.432Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:23:05.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:23:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:23:55.851Z||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-09-23T07:23:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:23:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:23:55.854Z||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-09-23T07:23:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:24:05.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:24:05.412Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:24:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:24:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:24:55.853Z||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-09-23T07:24:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:24:55.854Z||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-09-23T07:24:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:25:05.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:25:05.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:25:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:25:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:25:55.855Z||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-09-23T07:25:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:25:55.855Z||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-09-23T07:25:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:26:05.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:26:05.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:26:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:26:55.851Z||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-09-23T07:26:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:26:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:26:55.854Z||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-09-23T07:26:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:27:05.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:27:05.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:27:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:27:55.852Z||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-09-23T07:27:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:27:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:27:55.855Z||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-09-23T07:27:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:28:05.415Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:28:05.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:28:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:28:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:28:55.854Z||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-09-23T07:28:55.854Z||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-09-23T07:28:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:28:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:29:05.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:29:05.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:29:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:29:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:29:55.857Z||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-09-23T07:29:55.857Z||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-09-23T07:29:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:29:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:30:05.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:30:05.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:30:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:30:55.851Z||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-09-23T07:30:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:30:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:30:55.854Z||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-09-23T07:30:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:31:05.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:31:05.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:31:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:31:55.853Z||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-09-23T07:31:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:31:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:31:55.854Z||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-09-23T07:31:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:32:05.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:32:05.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:32:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:32:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:32:55.854Z||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-09-23T07:32:55.854Z||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-09-23T07:32:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:32:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:33:05.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:33:05.441Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:33:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:33:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:33:55.858Z||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-09-23T07:33:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:33:55.858Z||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-09-23T07:33:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:34:05.448Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:34:05.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:34:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:34:55.852Z||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-09-23T07:34:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:34:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:34:55.854Z||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-09-23T07:34:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:35:05.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:35:05.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:35:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:35:55.853Z||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-09-23T07:35:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:35:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:35:55.854Z||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-09-23T07:35:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:36:05.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:36:05.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:36:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:36:55.853Z||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-09-23T07:36:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:36:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:36:55.854Z||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-09-23T07:36:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:37:05.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:37:05.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:37:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:37:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:37:55.858Z||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-09-23T07:37:55.858Z||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-09-23T07:37:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:37:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:38:05.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:38:05.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:38:55.850Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:38:55.852Z||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-09-23T07:38:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:38:55.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:38:55.856Z||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-09-23T07:38:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:39:05.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:39:05.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:39:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:39:55.854Z||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-09-23T07:39:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:39:55.855Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:39:55.856Z||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-09-23T07:39:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:40:05.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:40:05.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:40:55.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:40:55.853Z||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-09-23T07:40:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:40:55.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:40:55.854Z||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-09-23T07:40:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:41:05.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:41:05.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:41:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:41:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:41:55.853Z||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-09-23T07:41:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:41:55.854Z||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-09-23T07:41:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:42:05.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:42:05.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:42:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:42:55.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:42:55.858Z||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-09-23T07:42:55.858Z||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-09-23T07:42:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:42:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:43:05.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:43:05.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:43:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:43:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:43:55.854Z||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-09-23T07:43:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:43:55.854Z||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-09-23T07:43:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:44:05.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:44:05.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:44:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:44:55.852Z||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-09-23T07:44:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:44:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:44:55.854Z||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-09-23T07:44:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:45:05.469Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:45:05.470Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:45:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:45:55.853Z||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-09-23T07:45:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:45:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:45:55.854Z||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-09-23T07:45:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:46:05.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:46:05.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:46:55.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:46:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:46:55.854Z||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-09-23T07:46:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:46:55.854Z||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-09-23T07:46:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:47:05.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:47:05.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:47:55.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:47:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:47:55.858Z||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-09-23T07:47:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:47:55.858Z||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-09-23T07:47:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:48:05.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:48:05.455Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:48:55.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:48:55.851Z||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-09-23T07:48:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:48:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:48:55.854Z||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-09-23T07:48:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:49:05.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:49:05.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:49:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:49:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:49:55.855Z||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-09-23T07:49:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:49:55.861Z||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-09-23T07:49:55.861Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:50:05.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:50:05.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:50:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:50:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:50:55.854Z||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-09-23T07:50:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:50:55.854Z||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-09-23T07:50:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:51:05.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:51:05.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:51:55.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:51:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:51:55.858Z||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-09-23T07:51:55.858Z||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-09-23T07:51:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:51:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:52:05.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:52:05.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:52:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:52:55.851Z||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-09-23T07:52:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:52:55.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:52:55.854Z||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-09-23T07:52:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:53:05.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:53:05.470Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:53:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:53:55.853Z||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-09-23T07:53:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:53:55.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:53:55.856Z||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-09-23T07:53:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:54:05.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:54:05.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:54:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:54:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:54:55.856Z||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-09-23T07:54:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:54:55.859Z||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-09-23T07:54:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:55:05.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:55:05.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:55:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:55:55.851Z||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-09-23T07:55:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:55:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:55:55.854Z||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-09-23T07:55:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:56:05.416Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:56:05.478Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:56:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:56:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:56:55.854Z||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-09-23T07:56:55.853Z||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-09-23T07:56:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:56:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:57:05.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:57:05.429Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:57:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:57:55.852Z||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-09-23T07:57:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:57:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:57:55.854Z||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-09-23T07:57:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:58:05.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:58:05.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:58:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:58:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:58:55.858Z||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-09-23T07:58:55.858Z||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-09-23T07:58:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:58:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:59:05.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:59:05.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:59:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:59:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:59:55.857Z||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-09-23T07:59:55.857Z||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-09-23T07:59:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:59:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:00:05.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:00:05.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:00:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:00:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:00:55.855Z||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-09-23T08:00:55.855Z||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-09-23T08:00:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:00:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:01:05.449Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:01:05.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:01:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:01:55.851Z||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-09-23T08:01:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:01:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:01:55.854Z||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-09-23T08:01:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:02:05.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:02:05.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:02:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:02:55.852Z||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-09-23T08:02:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:02:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:02:55.854Z||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-09-23T08:02:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:03:05.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:03:05.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:03:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:03:55.852Z||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-09-23T08:03:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:03:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:03:55.854Z||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-09-23T08:03:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:04:05.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:04:05.410Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:04:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:04:55.853Z||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-09-23T08:04:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:04:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:04:55.854Z||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-09-23T08:04:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:05:05.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:05:05.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:05:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:05:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:05:55.856Z||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-09-23T08:05:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:05:55.856Z||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-09-23T08:05:55.862Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:06:05.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:06:05.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:06:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:06:55.852Z||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-09-23T08:06:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:06:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:06:55.854Z||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-09-23T08:06:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:07:05.406Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:07:05.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:07:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:07:55.852Z||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-09-23T08:07:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:07:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:07:55.854Z||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-09-23T08:07:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:08:05.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:08:05.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:08:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:08:55.853Z||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-09-23T08:08:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:08:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:08:55.854Z||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-09-23T08:08:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:09:05.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:09:05.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:09:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:09:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:09:55.857Z||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-09-23T08:09:55.857Z||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-09-23T08:09:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:09:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:10:05.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:10:05.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:10:55.851Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:10:55.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:10:55.857Z||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-09-23T08:10:55.857Z||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-09-23T08:10:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:10:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:11:05.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:11:05.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:11:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:11:55.851Z||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-09-23T08:11:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:11:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:11:55.854Z||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-09-23T08:11:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:12:05.409Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:12:05.409Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:12:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:12:55.852Z||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-09-23T08:12:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:12:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:12:55.854Z||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-09-23T08:12:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:13:05.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:13:05.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:13:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:13:55.852Z||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-09-23T08:13:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:13:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:13:55.854Z||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-09-23T08:13:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:14:05.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:14:05.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:14:55.851Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:14:55.853Z||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-09-23T08:14:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:14:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:14:55.854Z||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-09-23T08:14:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:15:05.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:15:05.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:15:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:15:55.852Z||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-09-23T08:15:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:15:55.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:15:55.854Z||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-09-23T08:15:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:16:05.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:16:05.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:16:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:16:55.852Z||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-09-23T08:16:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:16:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:16:55.854Z||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-09-23T08:16:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:17:05.411Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:17:05.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:17:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:17:55.851Z||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-09-23T08:17:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:17:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:17:55.854Z||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-09-23T08:17:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:18:05.424Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:18:05.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:18:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:18:55.853Z||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-09-23T08:18:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:18:55.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:18:55.855Z||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-09-23T08:18:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:19:05.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:19:05.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:19:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:19:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:19:55.854Z||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-09-23T08:19:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:19:55.854Z||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-09-23T08:19:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:20:05.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:20:05.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:20:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:20:55.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:20:55.857Z||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-09-23T08:20:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:20:55.860Z||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-09-23T08:20:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:21:05.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:21:05.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:21:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:21:55.851Z||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-09-23T08:21:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:21:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:21:55.854Z||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-09-23T08:21:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:22:05.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:22:05.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:22:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:22:55.852Z||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-09-23T08:22:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:22:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:22:55.854Z||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-09-23T08:22:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:23:05.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:23:05.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:23:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:23:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:23:55.854Z||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-09-23T08:23:55.854Z||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-09-23T08:23:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:23:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:24:05.427Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:24:05.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:24:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:24:55.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:24:55.856Z||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-09-23T08:24:55.856Z||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-09-23T08:24:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:24:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:25:05.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:25:05.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:25:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:25:55.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:25:55.854Z||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-09-23T08:25:55.854Z||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-09-23T08:25:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:25:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:26:05.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:26:05.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:26:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:26:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:26:55.854Z||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-09-23T08:26:55.854Z||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-09-23T08:26:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:26:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:27:05.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:27:05.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:27:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:27:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:27:55.856Z||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-09-23T08:27:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:27:55.856Z||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-09-23T08:27:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:05.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:05.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:28:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:28:55.855Z||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-09-23T08:28:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:55.855Z||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-09-23T08:28:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:56.024Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:56.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385723768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385721600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385723175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385721600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:28:56.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385723768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385723175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385721600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:28:56.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385723768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385723175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385721600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385723768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385723175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385721600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-23T08:28:56.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385723768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385723175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385732783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385721600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385723768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385723175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385733769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385732783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "dcae-sch",
  "timestamp": 1632385734179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385721600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:28:56.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385723768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385723175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:28:56.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385734374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385733769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385732783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:28:56.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:28:56.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:56.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"121db0be-00a5-4fc0-895a-48e0d0cc0e3a","serviceName":"vFW 2021-09-23 08-25-59","serviceVersion":"1.0","serviceUUID":"04acefcd-4384-4bc9-85f4-4d325b14f594","serviceDescription":"catalog service description","serviceInvariantUUID":"877d9e77-c92f-4af0-a159-bc6486c2cd8a","resources":[{"resourceInstanceName":"vFW 73132645-949f 0","resourceName":"vFW 73132645-949f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"066eb034-f486-4270-8277-4d5856dc943e","resourceInvariantUUID":"99cb5870-11e0-445e-a3fe-737ee03607c7","resourceCustomizationUUID":"74c12d11-d320-434c-b9a8-cc5223580247","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml","artifactChecksum":"NWEyYTIwOGZmNTQ4ZmEwODQ0MzFjNmQzYjM0MmM5MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c8d1688-13a1-48a5-b4e4-6639f3b20312","artifactVersion":"1"},{"artifactName":"vfw73132645949f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json","artifactChecksum":"NmI0NDRhNjU2MGEzZTY3MzQxYmUwZGUyNjVhNDA2MjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1563e6f-50c8-4fe8-bb4f-a8b32f373038","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7674835-40dd-4c2e-8ce2-23c21c879b7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNhYzczYzY3OTA3MTJkNmNmMGY5YmRmMWY4YjU0Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e88d8efc-b145-4f79-a923-f1293d9bf342","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afb5ec7c-ca0e-4b15-a943-eef0c019cbd7","artifactVersion":"2","generatedFromUUID":"d7674835-40dd-4c2e-8ce2-23c21c879b7b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210923082559-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml","artifactChecksum":"MDQ0MzJjN2I4ZDUwZjkzYzk1YzVjYTIzNzg3Y2M1YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9682db94-19b9-40cd-9fe4-7f89ddb1a6ed","artifactVersion":"1"},{"artifactName":"service-Vfw20210923082559-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar","artifactChecksum":"MmJlYzJlNDA3NjU3NDJhMTMyNDk2YjQ1ZTQ2OWJhMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ef99abb-469a-4934-b552-00afa81235cc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:28:56.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:28:56.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:28:56.539Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:28:56.539Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.639Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-09-23T08:28:56.645Z||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-09-23T08:28:56.645Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:56.657Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:56.660Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:28:57.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:28:57.559Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:28:57.560Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:28:57.561Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:28:57.663Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:28:57.664Z||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-09-23T08:28:57.665Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:57.691Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:57.693Z||pool-4-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:28:58.561Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:28:58.562Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:28:58.568Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:28:58.568Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:28:58.668Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:28:58.668Z||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-09-23T08:28:58.668Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:58.678Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:58.678Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:28:59.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:28:59.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:28:59.571Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:28:59.572Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:28:59.675Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:28:59.676Z||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-09-23T08:28:59.676Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:59.687Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:59.687Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:00.576Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:29:00.576Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:00.578Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:00.578Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-23T08:29:00.680Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:29:00.681Z||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-09-23T08:29:00.681Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:00.690Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:00.691Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:01.579Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:29:01.580Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:01.582Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:01.583Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:29:01.683Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:29:01.683Z||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-09-23T08:29:01.683Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:01.695Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:01.696Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:02.583Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:29:02.584Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:02.585Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:02.586Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:29:02.686Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:02.687Z||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-09-23T08:29:02.687Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:02.696Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:02.697Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:03.587Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "serviceName": "vFW 2021-09-23 08-25-59",
  "serviceVersion": "1.0",
  "serviceUUID": "04acefcd-4384-4bc9-85f4-4d325b14f594",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "877d9e77-c92f-4af0-a159-bc6486c2cd8a",
  "resources": [
    {
      "resourceInstanceName": "vFW 73132645-949f 0",
      "resourceCustomizationUUID": "74c12d11-d320-434c-b9a8-cc5223580247",
      "resourceName": "vFW 73132645-949f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "066eb034-f486-4270-8277-4d5856dc943e",
      "resourceInvariantUUID": "99cb5870-11e0-445e-a3fe-737ee03607c7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw73132645949f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
          "artifactChecksum": "NmI0NDRhNjU2MGEzZTY3MzQxYmUwZGUyNjVhNDA2MjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d1563e6f-50c8-4fe8-bb4f-a8b32f373038",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d7674835-40dd-4c2e-8ce2-23c21c879b7b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "afb5ec7c-ca0e-4b15-a943-eef0c019cbd7",
            "generatedFromUUID": "d7674835-40dd-4c2e-8ce2-23c21c879b7b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "afb5ec7c-ca0e-4b15-a943-eef0c019cbd7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210923082559-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
      "artifactChecksum": "MmJlYzJlNDA3NjU3NDJhMTMyNDk2YjQ1ZTQ2OWJhMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ef99abb-469a-4934-b552-00afa81235cc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T08:29:03.590Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:29:03.590Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 04acefcd-4384-4bc9-85f4-4d325b14f594 ASDC
2021-09-23T08:29:03.735Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:121db0be-00a5-4fc0-895a-48e0d0cc0e3a
ServiceName:vFW 2021-09-23 08-25-59
ServiceVersion:1.0
ServiceUUID:04acefcd-4384-4bc9-85f4-4d325b14f594
ServiceInvariantUUID:877d9e77-c92f-4af0-a159-bc6486c2cd8a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210923082559-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
ArtifactUUID:5ef99abb-469a-4934-b552-00afa81235cc
ArtifactChecksum:MmJlYzJlNDA3NjU3NDJhMTMyNDk2YjQ1ZTQ2OWJhMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 73132645-949f 0
ResourceCustomizationUUID:74c12d11-d320-434c-b9a8-cc5223580247
ResourceInvariantUUID:99cb5870-11e0-445e-a3fe-737ee03607c7
ResourceName:vFW 73132645-949f
ResourceType:VF
ResourceUUID:066eb034-f486-4270-8277-4d5856dc943e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw73132645949f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
ArtifactUUID:d1563e6f-50c8-4fe8-bb4f-a8b32f373038
ArtifactChecksum:NmI0NDRhNjU2MGEzZTY3MzQxYmUwZGUyNjVhNDA2MjE=
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/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
ArtifactUUID:d7674835-40dd-4c2e-8ce2-23c21c879b7b
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/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
ArtifactUUID:afb5ec7c-ca0e-4b15-a943-eef0c019cbd7
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/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
ArtifactUUID:afb5ec7c-ca0e-4b15-a943-eef0c019cbd7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T08:29:03.736Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04acefcd-4384-4bc9-85f4-4d325b14f594 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-09-23T08:29:04.006Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:29:04.008Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:29:04.009Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:29:04.009Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ef99abb-469a-4934-b552-00afa81235cc from URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:04.010Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:29:04.011Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:06.358Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:29:06.376Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar 5ef99abb-469a-4934-b552-00afa81235cc 98762
2021-09-23T08:29:06.377Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar ASDC sendASDCNotification
2021-09-23T08:29:06.377Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:06.378Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:29:06.379Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:06.382Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:06.382Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385746376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:29:06.482Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:06.483Z||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-09-23T08:29:06.483Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:06.494Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:06.495Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:07.383Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:29:07.384Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:29:07.384Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5ef99abb-469a-4934-b552-00afa81235cc, URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar to file: /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:07.385Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210923082559-csar.csar
2021-09-23T08:29:07.533Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:07.533Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:08.391Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12068500478505269141/Definitions/service-Vfw20210923082559-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-09-23T08:29:11.007Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||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-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||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-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||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-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 73132645-949f 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-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.015Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.015Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.015Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T08:29:11.022Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.023Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.028Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.028Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T08:29:11.030Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:29:11.032Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T08:29:11.040Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.040Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:29:11.041Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.041Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.041Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:11.041Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57696c4d-8df8-4b38-ba1f-eed6b438e827
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.047Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:11.047Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.047Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a19b0e84-ddff-42b3-9210-969540f25b68
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04c8a526-acfe-48de-9da3-5945e4a2afce
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-23 08-25-59
Description:catalog service description
Model UUID:04acefcd-4384-4bc9-85f4-4d325b14f594
Model Version:NULL
Model InvariantUuid:877d9e77-c92f-4af0-a159-bc6486c2cd8a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 73132645-949f
Model UUID:c9b24b54-74fa-45b5-a372-98a5930febc7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99cb5870-11e0-445e-a3fe-737ee03607c7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74c12d11-d320-434c-b9a8-cc5223580247
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:215afecb-2067-4774-817c-315e4460197a
ModelName:Vfw73132645949f..base_vfw..module-0
ModelUuid:949e7914-7c4d-45ba-bc19-91d88aa00297
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:57696c4d-8df8-4b38-ba1f-eed6b438e827
ModelInvariantUuid:ae93ea7d-d6e6-411d-b095-c9e148fc6831
ModelName:vFW 73132645-949f-nodes.vfwCvfc
ModelUuid:344940b0-7eba-45cb-9322-b9afacb9a236
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:87310ba6-ab3f-4190-8bd0-89945d4f128d
ModelInvariantUuid:05f17570-0ac8-4378-9abd-2942f57b5456
ModelName:Vfw73132645949f.compute.nodes.heat.vfw
ModelUuid:dff08c90-4859-421c-b76d-26aecab579b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a19b0e84-ddff-42b3-9210-969540f25b68
ModelInvariantUuid:d6efe202-2221-46cb-979c-c8656a8225a0
ModelName:vFW 73132645-949f-nodes.vsnCvfc
ModelUuid:b14747a8-33c0-45c2-8167-af4aa73e101e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f51db26a-080f-49a4-ad50-c3e5ac4b1135
ModelInvariantUuid:32c62823-9ba9-483c-8531-4f2c3972bc0c
ModelName:Vfw73132645949f.compute.nodes.heat.vsn
ModelUuid:18a5f433-7bb2-4f17-becb-75a60ca5b461
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:04c8a526-acfe-48de-9da3-5945e4a2afce
ModelInvariantUuid:7021d205-a279-4199-bda6-f1ba06a6b607
ModelName:vFW 73132645-949f-nodes.vpgCvfc
ModelUuid:7e82fa76-8943-46e9-9423-4c56bcfc6b9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1401cea4-2709-4d10-ba22-d2a81c630ab2
ModelInvariantUuid:eeb2b546-9a42-4e7b-ac27-d4244110b6e9
ModelName:Vfw73132645949f.compute.nodes.heat.vpg
ModelUuid:036709a1-7834-4833-9572-dec74768c1ca
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T08:29:11.072Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 066eb034-f486-4270-8277-4d5856dc943e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:29:11.153Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||vFW 73132645-949f 0
2021-09-23T08:29:11.159Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 066eb034-f486-4270-8277-4d5856dc943e
2021-09-23T08:29:11.159Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1563e6f-50c8-4fe8-bb4f-a8b32f373038 from URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
2021-09-23T08:29:11.160Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:29:11.160Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
2021-09-23T08:29:11.718Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:29:11.718Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json d1563e6f-50c8-4fe8-bb4f-a8b32f373038 785
2021-09-23T08:29:11.719Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json ASDC sendASDCNotification
2021-09-23T08:29:11.719Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
2021-09-23T08:29:11.719Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:29:11.720Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:11.722Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:11.722Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385751719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:29:11.823Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:29:11.824Z||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-09-23T08:29:11.825Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:11.836Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:11.837Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:12.723Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw73132645949f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "215afecb-2067-4774-817c-315e4460197a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "949e7914-7c4d-45ba-bc19-91d88aa00297",
    "vfModuleModelCustomizationUUID": "4b3f8957-2fa8-4286-9e73-143880d9f421",
    "isBase": true,
    "artifacts": [
      "d7674835-40dd-4c2e-8ce2-23c21c879b7b",
      "afb5ec7c-ca0e-4b15-a943-eef0c019cbd7"
    ],
    "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-09-23T08:29:12.745Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73132645949f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:949e7914-7c4d-45ba-bc19-91d88aa00297
VfModuleModelInvariantUUID:215afecb-2067-4774-817c-315e4460197a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7674835-40dd-4c2e-8ce2-23c21c879b7b
,
afb5ec7c-ca0e-4b15-a943-eef0c019cbd7

}
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-09-23T08:29:12.749Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw73132645949f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "215afecb-2067-4774-817c-315e4460197a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "949e7914-7c4d-45ba-bc19-91d88aa00297",
    "vfModuleModelCustomizationUUID": "4b3f8957-2fa8-4286-9e73-143880d9f421",
    "isBase": true,
    "artifacts": [
      "d7674835-40dd-4c2e-8ce2-23c21c879b7b",
      "afb5ec7c-ca0e-4b15-a943-eef0c019cbd7"
    ],
    "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-09-23T08:29:12.749Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73132645949f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:949e7914-7c4d-45ba-bc19-91d88aa00297
VfModuleModelInvariantUUID:215afecb-2067-4774-817c-315e4460197a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7674835-40dd-4c2e-8ce2-23c21c879b7b
,
afb5ec7c-ca0e-4b15-a943-eef0c019cbd7

}
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-09-23T08:29:12.749Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7674835-40dd-4c2e-8ce2-23c21c879b7b from URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
2021-09-23T08:29:12.750Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:29:12.750Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
2021-09-23T08:29:12.899Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:29:12.901Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml d7674835-40dd-4c2e-8ce2-23c21c879b7b 20368
2021-09-23T08:29:12.901Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-23T08:29:12.902Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
2021-09-23T08:29:12.902Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:29:12.902Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:12.904Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:12.905Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385752901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:29:13.005Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:29:13.005Z||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-09-23T08:29:13.006Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:13.018Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:13.018Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:13.906Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: afb5ec7c-ca0e-4b15-a943-eef0c019cbd7 from URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
2021-09-23T08:29:13.907Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:29:13.907Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
2021-09-23T08:29:14.168Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:29:14.168Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env afb5ec7c-ca0e-4b15-a943-eef0c019cbd7 2098
2021-09-23T08:29:14.169Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-23T08:29:14.169Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
2021-09-23T08:29:14.169Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:29:14.170Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:14.172Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:14.172Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385754169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:29:14.272Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:14.274Z||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-09-23T08:29:14.274Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:14.284Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:14.284Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:15.173Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 04acefcd-4384-4bc9-85f4-4d325b14f594
2021-09-23T08:29:15.174Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 73132645-949f 0 066eb034-f486-4270-8277-4d5856dc943e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:29:15.210Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@80588da, org.onap.sdc.toscaparser.api.parameters.Input@227ef461, org.onap.sdc.toscaparser.api.parameters.Input@bcc01e3, org.onap.sdc.toscaparser.api.parameters.Input@1f2c16e4, org.onap.sdc.toscaparser.api.parameters.Input@3bcb0e83]
2021-09-23T08:29:15.214Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 74c12d11-d320-434c-b9a8-cc5223580247
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74c12d11-d320-434c-b9a8-cc5223580247 matches Tosca VF Customization UUID: 74c12d11-d320-434c-b9a8-cc5223580247
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 74c12d11-d320-434c-b9a8-cc5223580247  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-23T08:29:15.221Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.221Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.222Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 74c12d11-d320-434c-b9a8-cc5223580247: {\"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-09-23T08:29:15.223Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9bcce8f
2021-09-23T08:29:15.223Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.223Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:29:15.224Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b3f8957-2fa8-4286-9e73-143880d9f421
2021-09-23T08:29:15.225Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b3f8957-2fa8-4286-9e73-143880d9f421
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-23T08:29:15.230Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.231Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.231Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.232Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.232Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.233Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.233Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.233Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:15.233Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:15.234Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:15.234Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-23T08:29:15.234Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:15.235Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:15.235Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.239Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.240Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:15.240Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.241Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:15.241Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.241Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57696c4d-8df8-4b38-ba1f-eed6b438e827
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T08:29:15.255Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.256Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.256Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.257Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.257Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:15.259Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:15.259Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a19b0e84-ddff-42b3-9210-969540f25b68
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T08:29:15.264Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.265Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.265Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.268Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.268Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:15.268Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:15.270Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.270Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:15.271Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:15.271Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.271Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.272Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-23T08:29:15.272Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04c8a526-acfe-48de-9da3-5945e4a2afce
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T08:29:15.274Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.274Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.275Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.275Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.276Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.276Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=74c12d11-d320-434c-b9a8-cc5223580247
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:29:15.278Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.278Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.279Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 04acefcd-4384-4bc9-85f4-4d325b14f594: vFW 73132645-949f
2021-09-23T08:29:15.279Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-09-23 08-25-59 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-23T08:29:15.593Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 73132645-949f 066eb034-f486-4270-8277-4d5856dc943e 1 ASDC deployResourceStructure
2021-09-23T08:29:15.594Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json ASDC sendASDCNotification
2021-09-23T08:29:15.594Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
2021-09-23T08:29:15.594Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:29:15.595Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:15.597Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:15.597Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385755594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:29:15.697Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:15.698Z||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-09-23T08:29:15.698Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:15.707Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:15.707Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:16.598Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-23T08:29:16.598Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
2021-09-23T08:29:16.599Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:29:16.599Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:16.601Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:16.601Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385756598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:29:16.701Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:16.702Z||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-09-23T08:29:16.702Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:16.713Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:16.713Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:17.602Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-23T08:29:17.602Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
2021-09-23T08:29:17.602Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:29:17.603Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:17.605Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:17.605Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385757602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:29:17.705Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:29:17.706Z||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-09-23T08:29:17.707Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:17.715Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:17.716Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:18.606Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar ASDC sendASDCNotification
2021-09-23T08:29:18.607Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:18.607Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:29:18.608Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:18.610Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:18.611Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385758606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:29:18.711Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:18.712Z||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-09-23T08:29:18.712Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:18.723Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:18.724Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:19.611Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:29:19.633Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:29:19.635Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:29:19.636Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:29:19.636Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:29:49.640Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:29:49.659Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:29:49.662Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:29:49.663Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:29:49.663Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:29:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:29:55.856Z||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-09-23T08:29:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:55.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:55.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:29:55.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "dcae-sch",
  "timestamp": 1632385734179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:29:55.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:30:19.664Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:30:19.678Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:30:19.680Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:30:19.681Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:30:19.681Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:30:49.682Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:30:49.697Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:30:49.700Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:30:49.700Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:30:49.700Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:30:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:30:55.856Z||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-09-23T08:30:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:30:55.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:30:55.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:30:55.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385734374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:30:55.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:19.701Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:31:19.723Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:31:19.728Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:31:19.728Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:31:19.728Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:31:49.729Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:31:49.765Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:31:49.768Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:31:49.768Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:31:49.768Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:31:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:31:55.856Z||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-09-23T08:31:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:31:56.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:31:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385733769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385732783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385736843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385736881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "dcae-sch",
  "timestamp": 1632385734179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385734374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385733769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385732783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "dcae-sch",
  "timestamp": 1632385734179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "cds",
  "timestamp": 1632385737924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-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-09-23T08:31:56.418Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.419Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385734374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385738454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385733769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385732783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "dcae-sch",
  "timestamp": 1632385734179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385734374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385732783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385733769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "dcae-sch",
  "timestamp": 1632385734179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385734374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385733769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385740660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "dcae-sch",
  "timestamp": 1632385734179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385734374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385741771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385735851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385742782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385743083,
  "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-09-23T08:31:56.441Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.441Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-09-23T08:31:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385743683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "policy-id",
  "timestamp": 1632385743787,
  "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-09-23T08:31:56.455Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.455Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385744089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385744369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385746376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385748483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385749982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385748483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385750991,
  "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-09-23T08:31:56.471Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.471Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-09-23T08:31:56.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385748483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385751719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385748483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385752901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385748483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385754169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385748483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385748483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385755594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385756598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385757602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385758606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385760851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "aai-ml",
  "timestamp": 1632385761861,
  "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-09-23T08:31:56.490Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.490Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-09-23T08:31:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385770214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385772246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:31:56.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "clamp",
  "timestamp": 1632385773253,
  "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-09-23T08:31:56.502Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.502Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-09-23T08:32:19.775Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:32:19.789Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:32:19.792Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:32:19.792Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:32:19.792Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:32:19.793Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:32:19.802Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:32:49.804Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-09-23T08:32:49.832Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a and serviceModelVersionId: 04acefcd-4384-4bc9-85f4-4d325b14f594
2021-09-23T08:32:49.833Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 877d9e77-c92f-4af0-a159-bc6486c2cd8a
2021-09-23T08:32:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:32:55.855Z||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-09-23T08:32:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:32:56.489Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:32:56.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385923768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385918173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385921600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385918173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385921600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385923768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385928482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385923768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385921600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385918173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385928482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385918173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385923768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385921600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385928482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385923768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385918173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385921600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385928482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385923768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385918173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385921600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385928482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632385923768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385918173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385921600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385932782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385928482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385932782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385934667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385934715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "dcae-sch",
  "timestamp": 1632385934178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385928482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385932782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "cds",
  "timestamp": 1632385935673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-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-09-23T08:32:56.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-09-23T08:32:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "dcae-sch",
  "timestamp": 1632385934178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385936325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385932782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "dcae-sch",
  "timestamp": 1632385934178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385932782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385937848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "dcae-sch",
  "timestamp": 1632385934178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385932782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385938867,
  "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-09-23T08:32:56.547Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.547Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-09-23T08:32:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "dcae-sch",
  "timestamp": 1632385934178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385932782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632385939871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "dcae-sch",
  "timestamp": 1632385934178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "dcae-sch",
  "timestamp": 1632385934178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385941164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385942170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:32:56.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "policy-id",
  "timestamp": 1632385943173,
  "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-09-23T08:32:56.571Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.571Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-09-23T08:32:56.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385943768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385944374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385943768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385944374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385943768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385944374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385943768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385944374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385948238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385943768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385944374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385943768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385944374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385943768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385944374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385951241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385951966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "clamp",
  "timestamp": 1632385952253,
  "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-09-23T08:32:56.593Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.593Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-09-23T08:32:56.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385952272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385954391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632385955394,
  "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-09-23T08:32:56.607Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.607Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-09-23T08:32:56.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385961203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:32:56.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "aai-ml",
  "timestamp": 1632385962209,
  "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-09-23T08:32:56.623Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.623Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-09-23T08:33:06.695Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0
2021-09-23T08:33:06.820Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:33:07.337Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|INFO|500||Invoke
2021-09-23T08:33:07.344Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[121db0be-00a5-4fc0-895a-48e0d0cc0e3a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f2223d9-4a0a-475b-9e42-76ad8e4f7fd6], X-ECOMP-RequestID=[121db0be-00a5-4fc0-895a-48e0d0cc0e3a], X-TransactionId=[], X-ONAP-RequestID=[121db0be-00a5-4fc0-895a-48e0d0cc0e3a], Content-Type=[application/merge-patch+json]}
2021-09-23T08:33:07.475Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T08:33:08.457Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-08:33:07:487-98649], vertex-id=[168152], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:33:07 GMT], Content-Type=[application/json]}
2021-09-23T08:33:08.460Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:33:08.461Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|INFO|500||InvokeReturn
2021-09-23T08:33:08.467Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:33:08.467Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:33:08.477Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:33:08.479Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 121db0be-00a5-4fc0-895a-48e0d0cc0e3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:33:08.480Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:33:08.481Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:08.484Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:08.484Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385988479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:33:08.584Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:08.585Z||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-09-23T08:33:08.585Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:08.600Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:08.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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-09-23T08:33:09.497Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:33:09.498Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|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-09-23T08:33:09.499Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:13.897Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:13.898Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T08:33:13.899Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6b66d05-d7c4-414d-bf1d-510a220e8b21","serviceName":"basic_onboard_cOQDJk","serviceVersion":"1.0","serviceUUID":"56829eef-9653-49a8-b8b4-a7003f8d843a","serviceDescription":"service","serviceInvariantUUID":"f19f874d-417f-4cf5-abc6-43d5af324215","resources":[{"resourceInstanceName":"basic_onboard_cOQDJk 0","resourceName":"basic_onboard_cOQDJk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"649b5a86-978a-4614-b24d-4ed13cdc71d4","resourceInvariantUUID":"c88af415-2322-49c8-8a3f-01a699c8fdc3","resourceCustomizationUUID":"e416ba03-2d94-4535-9319-57398a5411fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml","artifactChecksum":"ZTQ3NzVlMDI1NmY4ZGNhYzc4MDA0NGUzY2YxMWYwY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac89711d-d38b-48a2-82e1-cbe52019fdca","artifactVersion":"1"},{"artifactName":"basic_onboard_coqdjk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json","artifactChecksum":"OWRkNmVlZThkMTVkMGZiYjU3MDI2ZTEwZTA2MzFhMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa050ee1-71db-4973-b2f6-3ae83451d12d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c0b65b4d-1df5-4be3-8970-d5db4447790e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24394478-6eab-42fa-9a36-81327632501c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01d6b0fb-5794-43d4-920e-0dbf8431cf87","artifactVersion":"2","generatedFromUUID":"c0b65b4d-1df5-4be3-8970-d5db4447790e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCoqdjk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml","artifactChecksum":"MzU4MmJmOGRlODE0N2ExNTliMTU1NDZkNzMzNjkxOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"393658d1-0948-4956-a5b0-e3deecdf20b4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCoqdjk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar","artifactChecksum":"MWMyMmQ1ZDE2MDJhZjczNTVlNDQxNDllNDFmMTQxODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05bdb713-7ad4-4138-8241-32c1dd52c9e5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:33:13.906Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:13.906Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:13.908Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:13.908Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:33:14.008Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:14.009Z||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-09-23T08:33:14.009Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:14.024Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:14.024Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:14.909Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:14.909Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:14.911Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:14.911Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:33:15.011Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:15.012Z||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-09-23T08:33:15.012Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:15.026Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:15.027Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:15.912Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:15.913Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:15.917Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:15.917Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:33:16.017Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:16.018Z||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-09-23T08:33:16.018Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:16.031Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:16.033Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:16.917Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:16.919Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:16.920Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:16.921Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:33:17.021Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:17.022Z||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-09-23T08:33:17.022Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:17.033Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:17.033Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:17.921Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:17.922Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:17.924Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:17.924Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T08:33:18.024Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:18.025Z||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-09-23T08:33:18.025Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:18.036Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:18.036Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:33:18.925Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:18.925Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:18.927Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:18.927Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:33:19.027Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:19.028Z||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-09-23T08:33:19.029Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:19.041Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:19.042Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:33:19.928Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:19.932Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:19.935Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:19.936Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:33:20.035Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:33:20.037Z||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-09-23T08:33:20.037Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:20.048Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:20.049Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:20.939Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "serviceName": "basic_onboard_cOQDJk",
  "serviceVersion": "1.0",
  "serviceUUID": "56829eef-9653-49a8-b8b4-a7003f8d843a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f19f874d-417f-4cf5-abc6-43d5af324215",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_cOQDJk 0",
      "resourceCustomizationUUID": "e416ba03-2d94-4535-9319-57398a5411fd",
      "resourceName": "basic_onboard_cOQDJk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "649b5a86-978a-4614-b24d-4ed13cdc71d4",
      "resourceInvariantUUID": "c88af415-2322-49c8-8a3f-01a699c8fdc3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_coqdjk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
          "artifactChecksum": "OWRkNmVlZThkMTVkMGZiYjU3MDI2ZTEwZTA2MzFhMWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa050ee1-71db-4973-b2f6-3ae83451d12d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c0b65b4d-1df5-4be3-8970-d5db4447790e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "01d6b0fb-5794-43d4-920e-0dbf8431cf87",
            "generatedFromUUID": "c0b65b4d-1df5-4be3-8970-d5db4447790e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "01d6b0fb-5794-43d4-920e-0dbf8431cf87",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCoqdjk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
      "artifactChecksum": "MWMyMmQ1ZDE2MDJhZjczNTVlNDQxNDllNDFmMTQxODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "05bdb713-7ad4-4138-8241-32c1dd52c9e5"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T08:33:20.939Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:33:20.940Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56829eef-9653-49a8-b8b4-a7003f8d843a ASDC
2021-09-23T08:33:20.940Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a6b66d05-d7c4-414d-bf1d-510a220e8b21
ServiceName:basic_onboard_cOQDJk
ServiceVersion:1.0
ServiceUUID:56829eef-9653-49a8-b8b4-a7003f8d843a
ServiceInvariantUUID:f19f874d-417f-4cf5-abc6-43d5af324215
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCoqdjk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
ArtifactUUID:05bdb713-7ad4-4138-8241-32c1dd52c9e5
ArtifactChecksum:MWMyMmQ1ZDE2MDJhZjczNTVlNDQxNDllNDFmMTQxODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cOQDJk 0
ResourceCustomizationUUID:e416ba03-2d94-4535-9319-57398a5411fd
ResourceInvariantUUID:c88af415-2322-49c8-8a3f-01a699c8fdc3
ResourceName:basic_onboard_cOQDJk
ResourceType:VF
ResourceUUID:649b5a86-978a-4614-b24d-4ed13cdc71d4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_coqdjk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
ArtifactUUID:aa050ee1-71db-4973-b2f6-3ae83451d12d
ArtifactChecksum:OWRkNmVlZThkMTVkMGZiYjU3MDI2ZTEwZTA2MzFhMWE=
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/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c0b65b4d-1df5-4be3-8970-d5db4447790e
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/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
ArtifactUUID:01d6b0fb-5794-43d4-920e-0dbf8431cf87
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/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
ArtifactUUID:01d6b0fb-5794-43d4-920e-0dbf8431cf87
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T08:33:20.942Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56829eef-9653-49a8-b8b4-a7003f8d843a 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-09-23T08:33:20.971Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:33:20.971Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:33:20.972Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:33:20.972Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 05bdb713-7ad4-4138-8241-32c1dd52c9e5 from URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:20.972Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:33:20.972Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:22.050Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:33:22.058Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar 05bdb713-7ad4-4138-8241-32c1dd52c9e5 71366
2021-09-23T08:33:22.058Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar ASDC sendASDCNotification
2021-09-23T08:33:22.058Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:22.058Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:33:22.059Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:22.061Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:22.061Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386002058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:33:22.168Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-23T08:33:22.169Z||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-09-23T08:33:22.169Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:22.179Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:22.179Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:33:23.061Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:33:23.062Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:33:23.063Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 05bdb713-7ad4-4138-8241-32c1dd52c9e5, URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar to file: /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:23.063Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:23.063Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:23.064Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:23.337Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7021085596458209/Definitions/service-BasicOnboardCoqdjk-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-09-23T08:33:24.443Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:33:24.443Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T08:33:24.443Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cOQDJk 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-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is not matching search criteria
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is not matching search criteria
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad39ed63-cdb5-4e26-90b1-9a76a316e464
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.452Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:24.452Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.452Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_cOQDJk
Description:service
Model UUID:56829eef-9653-49a8-b8b4-a7003f8d843a
Model Version:NULL
Model InvariantUuid:f19f874d-417f-4cf5-abc6-43d5af324215
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_cOQDJk
Model UUID:372e4358-8a45-45d5-91e5-5e98de2722e7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c88af415-2322-49c8-8a3f-01a699c8fdc3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e416ba03-2d94-4535-9319-57398a5411fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:114c6ef0-efaa-4109-a0df-f8c0a2c77b02
ModelName:BasicOnboardCoqdjk..base_ubuntu18..module-0
ModelUuid:1d9b871f-afac-4dc7-96b6-305d20463779
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad39ed63-cdb5-4e26-90b1-9a76a316e464
ModelInvariantUuid:6956aab1-967a-4a54-82b8-95a5041ed0ac
ModelName:basic_onboard_cOQDJk-nodes.ubuntu18Cvfc
ModelUuid:1a02ccee-1f5f-4c8a-98f9-6f2cccd8d30b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f15542c0-793f-41c0-b2c8-4005d8a9de6a
ModelInvariantUuid:18aab356-0bba-4eba-9be6-a1eb3539deb9
ModelName:BasicOnboardCoqdjk.compute.nodes.heat.ubuntu18
ModelUuid:f1f1c335-2745-472e-a315-4b0cf537e1e6
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T08:33:24.459Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 649b5a86-978a-4614-b24d-4ed13cdc71d4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||basic_onboard_cOQDJk 0
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 649b5a86-978a-4614-b24d-4ed13cdc71d4
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aa050ee1-71db-4973-b2f6-3ae83451d12d from URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
2021-09-23T08:33:26.342Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:33:26.343Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json aa050ee1-71db-4973-b2f6-3ae83451d12d 798
2021-09-23T08:33:26.343Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json ASDC sendASDCNotification
2021-09-23T08:33:26.344Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
2021-09-23T08:33:26.345Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:33:26.345Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:26.347Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:26.347Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386006343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:33:26.448Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:33:26.449Z||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-09-23T08:33:26.449Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:26.463Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:26.463Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:27.352Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCoqdjk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "114c6ef0-efaa-4109-a0df-f8c0a2c77b02",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d9b871f-afac-4dc7-96b6-305d20463779",
    "vfModuleModelCustomizationUUID": "5c503edd-7789-4997-a5e4-c26cf4085427",
    "isBase": true,
    "artifacts": [
      "c0b65b4d-1df5-4be3-8970-d5db4447790e",
      "01d6b0fb-5794-43d4-920e-0dbf8431cf87"
    ],
    "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-09-23T08:33:27.362Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCoqdjk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d9b871f-afac-4dc7-96b6-305d20463779
VfModuleModelInvariantUUID:114c6ef0-efaa-4109-a0df-f8c0a2c77b02
VfModuleModelDescription:NULL
Artifacts UUID List:{
c0b65b4d-1df5-4be3-8970-d5db4447790e
,
01d6b0fb-5794-43d4-920e-0dbf8431cf87

}
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-09-23T08:33:27.363Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCoqdjk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "114c6ef0-efaa-4109-a0df-f8c0a2c77b02",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d9b871f-afac-4dc7-96b6-305d20463779",
    "vfModuleModelCustomizationUUID": "5c503edd-7789-4997-a5e4-c26cf4085427",
    "isBase": true,
    "artifacts": [
      "c0b65b4d-1df5-4be3-8970-d5db4447790e",
      "01d6b0fb-5794-43d4-920e-0dbf8431cf87"
    ],
    "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-09-23T08:33:27.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCoqdjk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d9b871f-afac-4dc7-96b6-305d20463779
VfModuleModelInvariantUUID:114c6ef0-efaa-4109-a0df-f8c0a2c77b02
VfModuleModelDescription:NULL
Artifacts UUID List:{
c0b65b4d-1df5-4be3-8970-d5db4447790e
,
01d6b0fb-5794-43d4-920e-0dbf8431cf87

}
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-09-23T08:33:27.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c0b65b4d-1df5-4be3-8970-d5db4447790e from URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
2021-09-23T08:33:27.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:33:27.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
2021-09-23T08:33:29.842Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:33:29.842Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml c0b65b4d-1df5-4be3-8970-d5db4447790e 5033
2021-09-23T08:33:29.842Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-23T08:33:29.843Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
2021-09-23T08:33:29.843Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:33:29.843Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:29.845Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:29.845Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386009842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:33:29.955Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-23T08:33:29.957Z||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-09-23T08:33:29.957Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:29.986Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:29.986Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:30.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01d6b0fb-5794-43d4-920e-0dbf8431cf87 from URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
2021-09-23T08:33:30.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:33:30.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
2021-09-23T08:33:31.325Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:33:31.326Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env 01d6b0fb-5794-43d4-920e-0dbf8431cf87 909
2021-09-23T08:33:31.326Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-23T08:33:31.326Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
2021-09-23T08:33:31.326Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:33:31.327Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:31.328Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:31.329Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386011326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:33:31.429Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:33:31.429Z||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-09-23T08:33:31.429Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:31.457Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:31.458Z||pool-29-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:32.329Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 56829eef-9653-49a8-b8b4-a7003f8d843a
2021-09-23T08:33:32.330Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cOQDJk 0 649b5a86-978a-4614-b24d-4ed13cdc71d4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:33:32.344Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78b4b541, org.onap.sdc.toscaparser.api.parameters.Input@2aa84b09, org.onap.sdc.toscaparser.api.parameters.Input@1dec3390, org.onap.sdc.toscaparser.api.parameters.Input@3c14ff87, org.onap.sdc.toscaparser.api.parameters.Input@61d74bf9]
2021-09-23T08:33:32.346Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.346Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.346Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-23T08:33:32.346Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e416ba03-2d94-4535-9319-57398a5411fd
2021-09-23T08:33:32.347Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e416ba03-2d94-4535-9319-57398a5411fd matches Tosca VF Customization UUID: e416ba03-2d94-4535-9319-57398a5411fd
2021-09-23T08:33:32.347Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e416ba03-2d94-4535-9319-57398a5411fd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-23T08:33:32.349Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.349Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.350Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e416ba03-2d94-4535-9319-57398a5411fd: {\"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-09-23T08:33:32.350Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e30572b
2021-09-23T08:33:32.350Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.350Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:33:32.351Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5c503edd-7789-4997-a5e4-c26cf4085427
2021-09-23T08:33:32.351Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5c503edd-7789-4997-a5e4-c26cf4085427
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-23T08:33:32.353Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.353Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:32.353Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:32.354Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.354Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:32.354Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:32.355Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.355Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is not matching search criteria
2021-09-23T08:33:32.355Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T08:33:32.355Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T08:33:32.356Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad39ed63-cdb5-4e26-90b1-9a76a316e464
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T08:33:32.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:32.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:32.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.365Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:32.365Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=e416ba03-2d94-4535-9319-57398a5411fd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:33:32.367Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.367Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.367Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 56829eef-9653-49a8-b8b4-a7003f8d843a: basic_onboard_cOQDJk
2021-09-23T08:33:32.368Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.368Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.368Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.368Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.369Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.369Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.369Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.369Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.370Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:33:32.370Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.370Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_cOQDJk 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-23T08:33:32.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cOQDJk 649b5a86-978a-4614-b24d-4ed13cdc71d4 1 ASDC deployResourceStructure
2021-09-23T08:33:32.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json ASDC sendASDCNotification
2021-09-23T08:33:32.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
2021-09-23T08:33:32.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:33:32.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:32.452Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:32.453Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386012450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:33:32.553Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:32.554Z||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-09-23T08:33:32.554Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:32.564Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:32.565Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:33.459Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-23T08:33:33.459Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
2021-09-23T08:33:33.459Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:33:33.460Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:33.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:33.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386013459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:33:33.562Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:33.563Z||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-09-23T08:33:33.563Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:33.573Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:33.574Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:34.466Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-23T08:33:34.467Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
2021-09-23T08:33:34.467Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:33:34.467Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:34.469Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:34.469Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386014466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:33:34.569Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:34.570Z||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-09-23T08:33:34.570Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:34.579Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:34.579Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:35.474Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar ASDC sendASDCNotification
2021-09-23T08:33:35.474Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:35.474Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:33:35.475Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:35.476Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:35.477Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386015474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:33:35.577Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:35.578Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T08:33:35.578Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:35.588Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:35.588Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:36.481Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b66d05-d7c4-414d-bf1d-510a220e8b21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:33:36.492Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b66d05-d7c4-414d-bf1d-510a220e8b21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:33:36.496Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:33:36.496Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:33:36.496Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:33:36.503Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:33:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:33:55.859Z||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-09-23T08:33:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:56.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:56.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385988479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:33:56.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:33:56.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632385989497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:33:56.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:33:56.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386002058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:33:56.494Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386006343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386009842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386011326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386012450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386013459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386014466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386015474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:34:06.504Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-09-23T08:34:06.512Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6b66d05-d7c4-414d-bf1d-510a220e8b21 and serviceModelVersionId: 56829eef-9653-49a8-b8b4-a7003f8d843a
2021-09-23T08:34:06.512Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f19f874d-417f-4cf5-abc6-43d5af324215
2021-09-23T08:34:06.514Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0
2021-09-23T08:34:06.521Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:34:06.583Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|INFO|500||Invoke
2021-09-23T08:34:06.584Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6b66d05-d7c4-414d-bf1d-510a220e8b21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd15b418-1a52-49b6-8ade-57bba64d54ef], X-ECOMP-RequestID=[a6b66d05-d7c4-414d-bf1d-510a220e8b21], X-TransactionId=[], X-ONAP-RequestID=[a6b66d05-d7c4-414d-bf1d-510a220e8b21], Content-Type=[application/merge-patch+json]}
2021-09-23T08:34:06.614Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T08:34:06.934Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-08:34:06:618-13825], vertex-id=[168048], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:34:06 GMT], Content-Type=[application/json]}
2021-09-23T08:34:06.935Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:34:06.936Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|INFO|500||InvokeReturn
2021-09-23T08:34:06.941Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:34:06.941Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:34:06.948Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:34:06.948Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6b66d05-d7c4-414d-bf1d-510a220e8b21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:34:06.949Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:34:06.949Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:34:06.952Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:34:06.952Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386046949,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:34:07.052Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:34:07.053Z||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-09-23T08:34:07.053Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:07.071Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:34:07.071Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T08:34:07.965Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:07.966Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:34:07.966Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:17.514Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:34:17.514Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:17.515Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:34:17.515Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:27.083Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:34:27.085Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:27.087Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:34:27.087Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:36.647Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:34:36.648Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:36.650Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:34:36.650Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:46.225Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:34:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:34:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:55.854Z||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-09-23T08:34:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:56.499Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:34:56.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:34:56.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386046949,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:34:56.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:35:05.476Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:35:55.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:35:55.852Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:35:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:35:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:35:55.854Z||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-09-23T08:35:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:36:05.466Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:36:05.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:36:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:36:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:36:55.854Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:36:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:36:55.855Z||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-09-23T08:36:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:37:05.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:37:05.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:37:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:37:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:37:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:37:55.854Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:37:55.854Z||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-09-23T08:37:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:38:05.441Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:38:05.443Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:38:55.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:38:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:38:55.856Z||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-09-23T08:38:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:38:55.856Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:38:55.858Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:39:05.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:39:05.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:39:55.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:39:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:39:55.854Z||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-09-23T08:39:55.854Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:39:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:39:55.855Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:40:05.422Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:40:05.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:40:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:40:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:40:55.854Z||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-09-23T08:40:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:40:55.856Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:40:55.858Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:41:05.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:41:05.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:41:55.855Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:41:55.855Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:41:55.860Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T08:41:55.861Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:41:55.860Z||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-09-23T08:41:55.861Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:42:05.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:42:05.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:42:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:42:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:42:55.859Z||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-09-23T08:42:55.859Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:42:55.860Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:42:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:43:05.469Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:43:05.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:43:55.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:43:55.852Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:43:55.852Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:43:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:43:55.854Z||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-09-23T08:43:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:44:05.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:44:05.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:44:55.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:44:55.851Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:44:55.852Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:44:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:44:55.854Z||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-09-23T08:44:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:45:05.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:45:05.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:45:55.851Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:45:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:45:55.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:45:55.854Z||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-09-23T08:45:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:45:55.854Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:46:05.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:46:05.443Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:46:55.851Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:46:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:46:55.854Z||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-09-23T08:46:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:46:55.855Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:46:55.855Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:05.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:05.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:55.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:47:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:47:55.854Z||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-09-23T08:47:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:55.854Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:47:55.855Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:56.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:56.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "cds",
  "timestamp": 1632386833173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "dcae-sch",
  "timestamp": 1632386834182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"42444f8d-4ead-444e-9748-1bc627db74e9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"445ad96b-1db1-4e45-a794-3ba4b841cb23","serviceDescription":"service","serviceInvariantUUID":"eb6537a1-8a65-4be4-8fd6-934868efbfbd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"45f4e50c-557d-4684-ae7e-be842d1b64ac","resourceInvariantUUID":"f2dabcba-37e6-4ce2-a360-e6d08e85fa88","resourceCustomizationUUID":"e35aa526-f557-4421-b5bb-660d7342012a","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":"ODcyM2JiYjVkYzFjMTIzMzA5Yzg4MDJiNTM1NjBjM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6226f800-09cc-4fd8-86fc-26f054314c01","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODQ4MmIxYjQyZDRlZDNmYTc3MzI3MDE3MmE5Mjk3NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d178f856-f31d-469e-8eec-b34f02d37b7b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "policy-id",
  "timestamp": 1632386832782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386841600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "dcae-sch",
  "timestamp": 1632386834182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "cds",
  "timestamp": 1632386833173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:47:56.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "policy-id",
  "timestamp": 1632386832782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:47:56.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386841600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:47:56.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386843769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.497Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386843769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.498Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:47:56.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "aai-ml",
  "timestamp": 1632386844374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386843769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386843769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "cds",
  "timestamp": 1632386845939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.501Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:47:56.501Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386875850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "aai-ml",
  "timestamp": 1632386844374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:47:56.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "policy-id",
  "timestamp": 1632386846071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "cds",
  "timestamp": 1632386846946,
  "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-09-23T08:47:56.528Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.528Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-09-23T08:47:56.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "policy-id",
  "timestamp": 1632386847079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:47:56.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "policy-id",
  "timestamp": 1632386848083,
  "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-09-23T08:47:56.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.550Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-09-23T08:47:56.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386849737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386851338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "aai-ml",
  "timestamp": 1632386851607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386852349,
  "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-09-23T08:47:56.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.568Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-09-23T08:47:56.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "aai-ml",
  "timestamp": 1632386855535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:47:56.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "aai-ml",
  "timestamp": 1632386856542,
  "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-09-23T08:47:56.582Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-09-23T08:47:56.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "clamp",
  "timestamp": 1632386858483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "clamp",
  "timestamp": 1632386858483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "clamp",
  "timestamp": 1632386865426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "clamp",
  "timestamp": 1632386866452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "clamp",
  "timestamp": 1632386867456,
  "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-09-23T08:47:56.597Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.597Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-09-23T08:47:56.602Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:47:56.602Z||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-09-23T08:47:56.602Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:56.615Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:56.615Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:47:57.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:47:57.505Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:47:57.508Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:47:57.508Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386875850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:47:57.607Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-23T08:47:57.607Z||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-09-23T08:47:57.607Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:57.624Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:57.625Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:47:58.509Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "445ad96b-1db1-4e45-a794-3ba4b841cb23",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb6537a1-8a65-4be4-8fd6-934868efbfbd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e35aa526-f557-4421-b5bb-660d7342012a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "45f4e50c-557d-4684-ae7e-be842d1b64ac",
      "resourceInvariantUUID": "f2dabcba-37e6-4ce2-a360-e6d08e85fa88",
      "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": "ODQ4MmIxYjQyZDRlZDNmYTc3MzI3MDE3MmE5Mjk3NDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d178f856-f31d-469e-8eec-b34f02d37b7b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T08:47:58.509Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:47:58.509Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 445ad96b-1db1-4e45-a794-3ba4b841cb23 ASDC
2021-09-23T08:47:58.510Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:42444f8d-4ead-444e-9748-1bc627db74e9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:445ad96b-1db1-4e45-a794-3ba4b841cb23
ServiceInvariantUUID:eb6537a1-8a65-4be4-8fd6-934868efbfbd
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:d178f856-f31d-469e-8eec-b34f02d37b7b
ArtifactChecksum:ODQ4MmIxYjQyZDRlZDNmYTc3MzI3MDE3MmE5Mjk3NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e35aa526-f557-4421-b5bb-660d7342012a
ResourceInvariantUUID:f2dabcba-37e6-4ce2-a360-e6d08e85fa88
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:45f4e50c-557d-4684-ae7e-be842d1b64ac
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-23T08:47:58.510Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 445ad96b-1db1-4e45-a794-3ba4b841cb23 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-09-23T08:47:58.536Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:47:58.537Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:47:58.537Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:47:58.537Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d178f856-f31d-469e-8eec-b34f02d37b7b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T08:47:58.537Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:47:58.538Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T08:47:59.121Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:47:59.124Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d178f856-f31d-469e-8eec-b34f02d37b7b 52173
2021-09-23T08:47:59.124Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-23T08:47:59.124Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T08:47:59.125Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:47:59.125Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:47:59.127Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:47:59.127Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386879124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:47:59.227Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:47:59.228Z||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-09-23T08:47:59.228Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:59.247Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:59.247Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:48:00.127Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:48:00.130Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:48:00.130Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d178f856-f31d-469e-8eec-b34f02d37b7b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.131Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-23T08:48:00.131Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.131Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.266Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3292832360225692503/Definitions/service-BasicNetwork-template.yml
2021-09-23T08:48:00.768Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:445ad96b-1db1-4e45-a794-3ba4b841cb23
Model Version:NULL
Model InvariantUuid:eb6537a1-8a65-4be4-8fd6-934868efbfbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f2dabcba-37e6-4ce2-a360-e6d08e85fa88
Model UUID:b422ccf1-1bf8-48ca-aa89-7da052d4d0f0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e35aa526-f557-4421-b5bb-660d7342012a
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T08:48:00.779Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 45f4e50c-557d-4684-ae7e-be842d1b64ac
2021-09-23T08:48:00.779Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||No resources found for Service: 445ad96b-1db1-4e45-a794-3ba4b841cb23
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:48:00.788Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||
2021-09-23T08:48:00.788Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-23T08:48:00.789Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 445ad96b-1db1-4e45-a794-3ba4b841cb23
2021-09-23T08:48:00.789Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 445ad96b-1db1-4e45-a794-3ba4b841cb23
2021-09-23T08:48:00.789Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-23T08:48:00.789Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:48:00.794Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fe1cfc3, org.onap.sdc.toscaparser.api.parameters.Input@259e4b31, org.onap.sdc.toscaparser.api.parameters.Input@35d1ccc4, org.onap.sdc.toscaparser.api.parameters.Input@c258e22, org.onap.sdc.toscaparser.api.parameters.Input@2d1bc7b2]
2021-09-23T08:48:00.796Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.796Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.796Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.797Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.797Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 445ad96b-1db1-4e45-a794-3ba4b841cb23: Generic NeutronNet
2021-09-23T08:48:00.797Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.797Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.798Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.798Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-23T08:48:00.837Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.837Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.837Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.838Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.838Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:48:00.838Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.839Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-09-23T08:48:00.897Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-23T08:48:00.897Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-23T08:48:00.897Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.897Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:48:00.899Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:48:00.902Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:48:00.902Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386880897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:48:01.001Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:48:01.003Z||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-09-23T08:48:01.003Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:48:01.013Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:48:01.013Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:48:01.903Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42444f8d-4ead-444e-9748-1bc627db74e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:48:01.917Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42444f8d-4ead-444e-9748-1bc627db74e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:48:01.925Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:48:31.925Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42444f8d-4ead-444e-9748-1bc627db74e9 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-09-23T08:48:31.941Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42444f8d-4ead-444e-9748-1bc627db74e9 and serviceModelVersionId: 445ad96b-1db1-4e45-a794-3ba4b841cb23
2021-09-23T08:48:31.941Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb6537a1-8a65-4be4-8fd6-934868efbfbd
2021-09-23T08:48:31.943Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0
2021-09-23T08:48:31.954Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:48:32.018Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?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-09-23T08:48:32.020Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0|INFO|500||Invoke
2021-09-23T08:48:32.053Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T08:48:32.340Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0|INFO|500||InvokeReturn
2021-09-23T08:48:32.341Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210923-08:48:32:054-49926], vertex-id=[168120], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:48:32 GMT], Content-Type=[application/json]}
2021-09-23T08:48:32.341Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:48:32.342Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:48:32.342Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:48:32.348Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:48:32.349Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42444f8d-4ead-444e-9748-1bc627db74e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:48:32.349Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:48:32.350Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:48:32.354Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:48:32.354Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386912349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:48:32.454Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:48:32.455Z||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-09-23T08:48:32.456Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:48:32.471Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:48:32.472Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T08:48:55.850Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:48:55.852Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:48:55.852Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:48:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:48:55.854Z||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-09-23T08:48:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:48:55.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:48:55.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:48:55.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386875850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:48:55.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:49:05.436Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:55.850Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:49:55.852Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:49:55.852Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:49:55.854Z||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-09-23T08:49:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:55.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:55.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:49:55.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386875850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386879124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386880897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:49:55.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:49:55.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:49:55.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386912349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:49:55.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:49:56.489Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:56.490Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T08:49:56.490Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"28dc1af8-7db1-4f74-8592-3239837b4811","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"910c6893-df35-48e1-9e51-a87867e302de","serviceDescription":"service","serviceInvariantUUID":"eeed7283-c73c-4958-8a96-71651ab5bd29","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b585a05-93ed-4ee3-a35e-7eac3e470b10","resourceInvariantUUID":"a60d12b2-f643-436b-a3ea-25556e007920","resourceCustomizationUUID":"6a1f9ef8-0d86-4377-94b5-0dc5be187c6c","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":"NTc5M2RlNjliMmNjZjBiYmQxMDhjYTc0MWVkMjA4OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbbe6ec8-f896-44b8-a796-f02f4d14319e","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":"MjZlYzUxNDdiZDk2YzQzOWY2MDM1NTE5MTU0YWJjMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fea10a2-62d7-4218-acc3-9119c19984de","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":"12c32df7-c502-464a-b2cd-3e6220fa9fb3","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":"ab4525fd-3d03-4dc9-9977-c378ff3d212b","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":"bf09384f-6c19-4fee-85c1-79903e669858","artifactVersion":"2","generatedFromUUID":"12c32df7-c502-464a-b2cd-3e6220fa9fb3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGFlNGQzYTVkYTcwN2JhODBjN2RhMTlkNGNiNzViZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8dfa014-726f-4c82-bbae-3da4a8d67dc5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmM5N2NjZTJlZjE4MjY3OGQ2ZGI0ZDJjOTQ5MWFmZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52627c79-5e47-4197-8f7b-8ccd5e52bb42","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:49:56.493Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:49:56.494Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:49:56.498Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:49:56.499Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:49:56.597Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-23T08:49:56.598Z||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-09-23T08:49:56.599Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:56.612Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:56.613Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:49:57.500Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:49:57.501Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:49:57.503Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:49:57.503Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:49:57.604Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:49:57.605Z||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-09-23T08:49:57.605Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:57.628Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:57.628Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:49:58.505Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:49:58.506Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:49:58.509Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:49:58.509Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:49:58.610Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:49:58.611Z||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-09-23T08:49:58.612Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:58.623Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:58.624Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:49:59.511Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:49:59.515Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:49:59.520Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:49:59.521Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:49:59.625Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-23T08:49:59.626Z||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-09-23T08:49:59.626Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:59.636Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:59.636Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:00.523Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:50:00.526Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:00.530Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:00.530Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T08:50:00.631Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:50:00.632Z||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-09-23T08:50:00.633Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:00.643Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:00.643Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:50:01.534Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:50:01.535Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:01.549Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:01.549Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:01.649Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:50:01.650Z||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-09-23T08:50:01.650Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:01.662Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:01.662Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:02.550Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:50:02.551Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:02.554Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:02.554Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:50:02.653Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:50:02.654Z||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-09-23T08:50:02.654Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:02.669Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:02.669Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:03.555Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "910c6893-df35-48e1-9e51-a87867e302de",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eeed7283-c73c-4958-8a96-71651ab5bd29",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6a1f9ef8-0d86-4377-94b5-0dc5be187c6c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4b585a05-93ed-4ee3-a35e-7eac3e470b10",
      "resourceInvariantUUID": "a60d12b2-f643-436b-a3ea-25556e007920",
      "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": "MjZlYzUxNDdiZDk2YzQzOWY2MDM1NTE5MTU0YWJjMzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8fea10a2-62d7-4218-acc3-9119c19984de",
          "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": "12c32df7-c502-464a-b2cd-3e6220fa9fb3",
          "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": "bf09384f-6c19-4fee-85c1-79903e669858",
            "generatedFromUUID": "12c32df7-c502-464a-b2cd-3e6220fa9fb3"
          },
          "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": "bf09384f-6c19-4fee-85c1-79903e669858",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmM5N2NjZTJlZjE4MjY3OGQ2ZGI0ZDJjOTQ5MWFmZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "52627c79-5e47-4197-8f7b-8ccd5e52bb42"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T08:50:03.556Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:50:03.556Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 910c6893-df35-48e1-9e51-a87867e302de ASDC
2021-09-23T08:50:03.557Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:28dc1af8-7db1-4f74-8592-3239837b4811
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:910c6893-df35-48e1-9e51-a87867e302de
ServiceInvariantUUID:eeed7283-c73c-4958-8a96-71651ab5bd29
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:52627c79-5e47-4197-8f7b-8ccd5e52bb42
ArtifactChecksum:MmM5N2NjZTJlZjE4MjY3OGQ2ZGI0ZDJjOTQ5MWFmZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6a1f9ef8-0d86-4377-94b5-0dc5be187c6c
ResourceInvariantUUID:a60d12b2-f643-436b-a3ea-25556e007920
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4b585a05-93ed-4ee3-a35e-7eac3e470b10
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:8fea10a2-62d7-4218-acc3-9119c19984de
ArtifactChecksum:MjZlYzUxNDdiZDk2YzQzOWY2MDM1NTE5MTU0YWJjMzE=
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:12c32df7-c502-464a-b2cd-3e6220fa9fb3
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:bf09384f-6c19-4fee-85c1-79903e669858
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:bf09384f-6c19-4fee-85c1-79903e669858
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T08:50:03.557Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 910c6893-df35-48e1-9e51-a87867e302de 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-09-23T08:50:03.604Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:50:03.605Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:50:03.605Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:50:03.606Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 52627c79-5e47-4197-8f7b-8ccd5e52bb42 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-23T08:50:03.606Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:50:03.606Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-23T08:50:05.450Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 52627c79-5e47-4197-8f7b-8ccd5e52bb42 70848
2021-09-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:05.456Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:05.456Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387005454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:50:05.557Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:50:05.558Z||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-09-23T08:50:05.558Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:05.568Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:05.568Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:06.456Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:50:06.458Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:50:06.458Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 52627c79-5e47-4197-8f7b-8ccd5e52bb42, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:06.458Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-23T08:50:06.459Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:06.459Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:07.154Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10324829277314049056/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-09-23T08:50:08.387Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:50:08.388Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:50:08.388Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:50:08.391Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.391Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.391Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.391Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:50:08.392Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:50:08.392Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.392Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.392Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.393Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:50:08.393Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:50:08.393Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.393Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.394Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.394Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-23T08:50:08.394Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-23T08:50:08.394Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-23T08:50:08.395Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-23T08:50:08.395Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T08:50:08.395Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T08:50:08.395Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.396Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:50:08.396Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.396Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.396Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:08.397Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.397Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.397Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:08.397Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.398Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.398Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:08.398Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.398Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-23T08:50:08.398Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-23T08:50:08.399Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T08:50:08.399Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3017bebb-6d82-44a4-bc92-a07e1b38e408
2021-09-23T08:50:08.399Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.399Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.400Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.400Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.400Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.400Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.401Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:08.401Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.401Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:910c6893-df35-48e1-9e51-a87867e302de
Model Version:NULL
Model InvariantUuid:eeed7283-c73c-4958-8a96-71651ab5bd29
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:8e0a8104-2d8b-4cba-86c2-3d1208bbe6f1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a60d12b2-f643-436b-a3ea-25556e007920
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6a1f9ef8-0d86-4377-94b5-0dc5be187c6c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5931643e-79c8-4859-8c87-8e32f8e07c8b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:49de8cc6-9aa5-4b6f-a025-fc1f19bb85e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3017bebb-6d82-44a4-bc92-a07e1b38e408
ModelInvariantUuid:5683bfeb-3c55-4070-a2e7-e544a1c9a79b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:bb925537-e0cd-4a25-a47d-64432481c492
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d019feb9-a03f-470d-8ac7-a793623a884f
ModelInvariantUuid:97e5b1bc-14c8-4514-8a55-ed819e45e6ac
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:411aaf30-fb27-4549-9a31-735be4c738ec
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T08:50:08.408Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b585a05-93ed-4ee3-a35e-7eac3e470b10
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:50:08.411Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-09-23T08:50:08.412Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b585a05-93ed-4ee3-a35e-7eac3e470b10
2021-09-23T08:50:08.412Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8fea10a2-62d7-4218-acc3-9119c19984de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-23T08:50:08.412Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:50:08.413Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:11.976Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:50:11.976Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8fea10a2-62d7-4218-acc3-9119c19984de 787
2021-09-23T08:50:11.977Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:11.977Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:11.977Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:50:11.978Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:11.980Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:11.980Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387011977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:50:12.080Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:50:12.081Z||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-09-23T08:50:12.081Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:12.090Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:12.091Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:50:12.981Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5931643e-79c8-4859-8c87-8e32f8e07c8b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "49de8cc6-9aa5-4b6f-a025-fc1f19bb85e0",
    "vfModuleModelCustomizationUUID": "497cc493-8e57-4622-93c5-a25ce81fb7e3",
    "isBase": true,
    "artifacts": [
      "12c32df7-c502-464a-b2cd-3e6220fa9fb3",
      "bf09384f-6c19-4fee-85c1-79903e669858"
    ],
    "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-09-23T08:50:12.989Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:49de8cc6-9aa5-4b6f-a025-fc1f19bb85e0
VfModuleModelInvariantUUID:5931643e-79c8-4859-8c87-8e32f8e07c8b
VfModuleModelDescription:NULL
Artifacts UUID List:{
12c32df7-c502-464a-b2cd-3e6220fa9fb3
,
bf09384f-6c19-4fee-85c1-79903e669858

}
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-09-23T08:50:12.992Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5931643e-79c8-4859-8c87-8e32f8e07c8b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "49de8cc6-9aa5-4b6f-a025-fc1f19bb85e0",
    "vfModuleModelCustomizationUUID": "497cc493-8e57-4622-93c5-a25ce81fb7e3",
    "isBase": true,
    "artifacts": [
      "12c32df7-c502-464a-b2cd-3e6220fa9fb3",
      "bf09384f-6c19-4fee-85c1-79903e669858"
    ],
    "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-09-23T08:50:12.992Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:49de8cc6-9aa5-4b6f-a025-fc1f19bb85e0
VfModuleModelInvariantUUID:5931643e-79c8-4859-8c87-8e32f8e07c8b
VfModuleModelDescription:NULL
Artifacts UUID List:{
12c32df7-c502-464a-b2cd-3e6220fa9fb3
,
bf09384f-6c19-4fee-85c1-79903e669858

}
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-09-23T08:50:12.993Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 12c32df7-c502-464a-b2cd-3e6220fa9fb3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-23T08:50:12.993Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:50:12.993Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:13.742Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:50:13.742Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 12c32df7-c502-464a-b2cd-3e6220fa9fb3 5033
2021-09-23T08:50:13.743Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:13.743Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:13.743Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:50:13.743Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:13.745Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:13.745Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387013743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:50:13.845Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:50:13.846Z||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-09-23T08:50:13.846Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:13.856Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:13.857Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:50:14.752Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bf09384f-6c19-4fee-85c1-79903e669858 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-23T08:50:14.752Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:50:14.752Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:15.065Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:50:15.066Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bf09384f-6c19-4fee-85c1-79903e669858 903
2021-09-23T08:50:15.066Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:15.067Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:15.067Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:50:15.068Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:15.073Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:15.073Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387015066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:50:15.173Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:50:15.173Z||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-09-23T08:50:15.174Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:15.193Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:15.194Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:16.073Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 910c6893-df35-48e1-9e51-a87867e302de
2021-09-23T08:50:16.074Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4b585a05-93ed-4ee3-a35e-7eac3e470b10 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:50:16.086Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43f5b664, org.onap.sdc.toscaparser.api.parameters.Input@731fb546, org.onap.sdc.toscaparser.api.parameters.Input@6dc9c530, org.onap.sdc.toscaparser.api.parameters.Input@7787b604, org.onap.sdc.toscaparser.api.parameters.Input@192f6806]
2021-09-23T08:50:16.088Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.088Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:16.089Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-23T08:50:16.089Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6a1f9ef8-0d86-4377-94b5-0dc5be187c6c
2021-09-23T08:50:16.089Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a1f9ef8-0d86-4377-94b5-0dc5be187c6c matches Tosca VF Customization UUID: 6a1f9ef8-0d86-4377-94b5-0dc5be187c6c
2021-09-23T08:50:16.089Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6a1f9ef8-0d86-4377-94b5-0dc5be187c6c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-23T08:50:16.092Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.092Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:16.093Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6a1f9ef8-0d86-4377-94b5-0dc5be187c6c: {\"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-09-23T08:50:16.093Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e2a4b7f
2021-09-23T08:50:16.093Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.093Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:50:16.093Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 497cc493-8e57-4622-93c5-a25ce81fb7e3
2021-09-23T08:50:16.094Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 497cc493-8e57-4622-93c5-a25ce81fb7e3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-23T08:50:16.096Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.096Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:16.096Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:16.097Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.097Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:16.097Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:16.097Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.098Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-23T08:50:16.098Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-23T08:50:16.098Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T08:50:16.098Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3017bebb-6d82-44a4-bc92-a07e1b38e408
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T08:50:16.110Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.110Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:16.110Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:16.111Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.111Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:16.112Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6a1f9ef8-0d86-4377-94b5-0dc5be187c6c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:50:16.116Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.116Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:16.117Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 910c6893-df35-48e1-9e51-a87867e302de: basic_vm
2021-09-23T08:50:16.117Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.117Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:16.117Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.118Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:16.118Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.118Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:16.119Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.119Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:16.119Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:50:16.120Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:16.120Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-23T08:50:16.201Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4b585a05-93ed-4ee3-a35e-7eac3e470b10 1 ASDC deployResourceStructure
2021-09-23T08:50:16.201Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:16.201Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:16.201Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:50:16.201Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:16.203Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:16.203Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387016201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:50:16.303Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:50:16.304Z||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-09-23T08:50:16.304Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:16.315Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:16.319Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:17.203Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:17.204Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:17.206Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:50:17.207Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:17.208Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:17.208Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387017203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:50:17.308Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:50:17.309Z||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-09-23T08:50:17.309Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:17.320Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:17.320Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:18.209Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:18.209Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-09-23T08:50:18.210Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:50:18.211Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:18.212Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:18.212Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387018209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:50:18.313Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:50:18.314Z||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-09-23T08:50:18.314Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:18.339Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:18.340Z||pool-53-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:19.216Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-23T08:50:19.216Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-23T08:50:19.216Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:50:19.217Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:19.219Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:19.219Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387019216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:50:19.319Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:50:19.320Z||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-09-23T08:50:19.320Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:19.330Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:19.331Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:50:20.220Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:50:20.227Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:50:20.229Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:50:20.229Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:50:20.229Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:50:50.230Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:50:50.239Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:50:50.244Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:50:50.244Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:50:50.244Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:50:55.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:50:55.860Z||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-09-23T08:50:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:55.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:55.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386983768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386981600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386978482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386983173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386978482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:50:55.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386983768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386981600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:50:55.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386983173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386978482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386983768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386981600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:50:55.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386983173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386983768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386978482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386981600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386983173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386978482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386983768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386981600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T08:50:55.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386983173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386983768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386978482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386981600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386983173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386978482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:50:55.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632386983768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386981600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:50:55.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386983173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:50:55.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386993345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:50:55.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:50:55.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386993359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:50:55.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:50:55.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632386992782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "cds",
  "timestamp": 1632386994354,
  "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-09-23T08:50:55.919Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28dc1af8-7db1-4f74-8592-3239837b4811
2021-09-23T08:50:55.919Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28dc1af8-7db1-4f74-8592-3239837b4811 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-09-23T08:50:55.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386993768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632386992782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "dcae-sch",
  "timestamp": 1632386994179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632386994374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386995173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:50:55.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:50:55.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386993768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:50:55.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:50:55.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:50:55.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632386992782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:50:55.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:51:20.245Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:51:20.255Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:51:20.257Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:51:20.257Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:51:20.257Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:51:50.258Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:51:50.270Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:51:50.273Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:51:50.273Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:51:50.273Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:51:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:51:55.855Z||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-09-23T08:51:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:51:55.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:51:55.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:51:55.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "dcae-sch",
  "timestamp": 1632386994179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:51:55.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:20.274Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:52:20.293Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:52:20.296Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:52:20.296Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:52:20.296Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:52:50.297Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:52:50.309Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:52:50.311Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:52:50.311Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:52:50.312Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:52:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:52:55.855Z||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-09-23T08:52:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:52:55.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:52:55.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632386994374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386996453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386993768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632386992782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386996761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "dcae-sch",
  "timestamp": 1632386994179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632386994374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386993768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632386992782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386997790,
  "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-09-23T08:52:55.914Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28dc1af8-7db1-4f74-8592-3239837b4811
2021-09-23T08:52:55.914Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28dc1af8-7db1-4f74-8592-3239837b4811 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-09-23T08:52:55.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "dcae-sch",
  "timestamp": 1632386994179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632386994374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386993768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386998471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:55.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632386992782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632386998794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:55.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "dcae-sch",
  "timestamp": 1632386994179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632386994374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386993768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "clamp",
  "timestamp": 1632386999476,
  "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-09-23T08:52:55.933Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28dc1af8-7db1-4f74-8592-3239837b4811
2021-09-23T08:52:55.933Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28dc1af8-7db1-4f74-8592-3239837b4811 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-09-23T08:52:55.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632386992782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "dcae-sch",
  "timestamp": 1632386994179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632386994374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632386993768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "dcae-sch",
  "timestamp": 1632386994179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632386994374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632387002327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632386995850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632387003342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:55.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387003773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "policy-id",
  "timestamp": 1632387004349,
  "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-09-23T08:52:55.951Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28dc1af8-7db1-4f74-8592-3239837b4811
2021-09-23T08:52:55.951Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28dc1af8-7db1-4f74-8592-3239837b4811 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-09-23T08:52:55.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632387004648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387005454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387006218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:55.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387007225,
  "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-09-23T08:52:55.965Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28dc1af8-7db1-4f74-8592-3239837b4811
2021-09-23T08:52:55.965Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28dc1af8-7db1-4f74-8592-3239837b4811 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-09-23T08:52:55.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387008482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387001600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387003769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387011977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387001600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387008482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387003769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387012783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387008482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387001600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387003769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387013743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387013173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387012783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632387014456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:55.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387008482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387001600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387003769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "dcae-sch",
  "timestamp": 1632387014182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387013173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387015066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:55.984Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:55.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "aai-ml",
  "timestamp": 1632387015463,
  "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-09-23T08:52:55.989Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28dc1af8-7db1-4f74-8592-3239837b4811
2021-09-23T08:52:55.989Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28dc1af8-7db1-4f74-8592-3239837b4811 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-09-23T08:52:55.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387012783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387008482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387001600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T08:52:55.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387003769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:55.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:55.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:55.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "dcae-sch",
  "timestamp": 1632387014182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387013173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387016201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387012783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387008482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387003769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387001600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "dcae-sch",
  "timestamp": 1632387014182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387013173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387017203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387012783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387008482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387003769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387001600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "dcae-sch",
  "timestamp": 1632387014182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387013173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387018209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387012783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387008482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387003769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387001600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "dcae-sch",
  "timestamp": 1632387014182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387013173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387019216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387012783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "dcae-sch",
  "timestamp": 1632387014182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387013173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387012783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387020543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "dcae-sch",
  "timestamp": 1632387014182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387013173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "dcae-sch",
  "timestamp": 1632387014182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387023565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387023568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387023776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387024582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387024374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "policy-id",
  "timestamp": 1632387025592,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T08:52:56.036Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a595e168-3fd8-4589-b17d-c5cbe92317d7
2021-09-23T08:52:56.037Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a595e168-3fd8-4589-b17d-c5cbe92317d7 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-09-23T08:52:56.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387024374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "cds",
  "timestamp": 1632387026026,
  "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=?
2021-09-23T08:52:56.050Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a595e168-3fd8-4589-b17d-c5cbe92317d7
2021-09-23T08:52:56.050Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a595e168-3fd8-4589-b17d-c5cbe92317d7 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-09-23T08:52:56.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387026361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387024374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387027391,
  "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-09-23T08:52:56.065Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a595e168-3fd8-4589-b17d-c5cbe92317d7
2021-09-23T08:52:56.065Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a595e168-3fd8-4589-b17d-c5cbe92317d7 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-09-23T08:52:56.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387024374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387028422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387024374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387024374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387024374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387024374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387032163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387033422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387034049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.085Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387034471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "clamp",
  "timestamp": 1632387035475,
  "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-09-23T08:52:56.095Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a595e168-3fd8-4589-b17d-c5cbe92317d7
2021-09-23T08:52:56.095Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a595e168-3fd8-4589-b17d-c5cbe92317d7 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-09-23T08:52:56.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387036177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387037180,
  "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-09-23T08:52:56.116Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a595e168-3fd8-4589-b17d-c5cbe92317d7
2021-09-23T08:52:56.116Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a595e168-3fd8-4589-b17d-c5cbe92317d7 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-09-23T08:52:56.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387029427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387028173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387023768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387040255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387040472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "cds",
  "timestamp": 1632387041278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T08:52:56.144Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30db5deb-ab70-4491-bfd8-0465d1b86d5b
2021-09-23T08:52:56.144Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30db5deb-ab70-4491-bfd8-0465d1b86d5b 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-09-23T08:52:56.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387032782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1632387034178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387043788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387043841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.153Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387044253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.154Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "aai-ml",
  "timestamp": 1632387044845,
  "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-09-23T08:52:56.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a595e168-3fd8-4589-b17d-c5cbe92317d7
2021-09-23T08:52:56.158Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a595e168-3fd8-4589-b17d-c5cbe92317d7 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-09-23T08:52:56.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387045257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387046062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "policy-id",
  "timestamp": 1632387046259,
  "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-09-23T08:52:56.172Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30db5deb-ab70-4491-bfd8-0465d1b86d5b
2021-09-23T08:52:56.172Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30db5deb-ab70-4491-bfd8-0465d1b86d5b 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-09-23T08:52:56.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387038482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:52:56.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387050833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387051910,
  "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-09-23T08:52:56.184Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30db5deb-ab70-4491-bfd8-0465d1b86d5b
2021-09-23T08:52:56.184Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30db5deb-ab70-4491-bfd8-0465d1b86d5b 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-09-23T08:52:56.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387052913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:52:56.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387054468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:52:56.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:52:56.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:52:56.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:52:56.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:52:56.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:20.313Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:53:20.335Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:53:20.337Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:53:20.338Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:53:20.339Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:53:20.343Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:53:50.345Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28dc1af8-7db1-4f74-8592-3239837b4811 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-09-23T08:53:50.359Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28dc1af8-7db1-4f74-8592-3239837b4811 and serviceModelVersionId: 910c6893-df35-48e1-9e51-a87867e302de
2021-09-23T08:53:50.359Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eeed7283-c73c-4958-8a96-71651ab5bd29
2021-09-23T08:53:50.361Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0
2021-09-23T08:53:50.370Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:53:50.436Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0|INFO|500||Invoke
2021-09-23T08:53:50.437Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28dc1af8-7db1-4f74-8592-3239837b4811], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[420879cb-b98c-47ad-95cd-4110324aaa46], X-ECOMP-RequestID=[28dc1af8-7db1-4f74-8592-3239837b4811], X-TransactionId=[], X-ONAP-RequestID=[28dc1af8-7db1-4f74-8592-3239837b4811], Content-Type=[application/merge-patch+json]}
2021-09-23T08:53:50.459Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T08:53:51.311Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210923-08:53:50:457-16748], vertex-id=[462992], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:53:50 GMT], Content-Type=[application/json]}
2021-09-23T08:53:51.311Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:53:51.312Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eeed7283-c73c-4958-8a96-71651ab5bd29/model-vers/model-ver/910c6893-df35-48e1-9e51-a87867e302de?depth=0|INFO|500||InvokeReturn
2021-09-23T08:53:51.312Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:53:51.319Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:53:51.324Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:53:51.325Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28dc1af8-7db1-4f74-8592-3239837b4811 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:53:51.327Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:53:51.328Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:53:51.334Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:53:51.334Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387231327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:53:51.431Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-23T08:53:51.432Z||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-09-23T08:53:51.432Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:53:51.454Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:51.455Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 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-09-23T08:53:52.353Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:53:52.353Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:53:52.354Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:53:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:53:55.854Z||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-09-23T08:53:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:53:55.877Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:55.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387056478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:53:55.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:53:55.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "clamp",
  "timestamp": 1632387057482,
  "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-09-23T08:53:55.888Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 30db5deb-ab70-4491-bfd8-0465d1b86d5b
2021-09-23T08:53:55.888Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30db5deb-ab70-4491-bfd8-0465d1b86d5b 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-09-23T08:53:55.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:55.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387053768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:53:55.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387054374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:53:55.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:53:55.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387065752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:53:55.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:53:55.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387066152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:53:55.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:53:55.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387068098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:53:55.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:53:55.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387069100,
  "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-09-23T08:53:55.908Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30db5deb-ab70-4491-bfd8-0465d1b86d5b
2021-09-23T08:53:55.909Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30db5deb-ab70-4491-bfd8-0465d1b86d5b 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-09-23T08:53:55.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387073272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:53:55.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:53:55.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:53:55.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "aai-ml",
  "timestamp": 1632387074276,
  "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-09-23T08:53:55.924Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30db5deb-ab70-4491-bfd8-0465d1b86d5b
2021-09-23T08:53:55.924Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30db5deb-ab70-4491-bfd8-0465d1b86d5b 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-09-23T08:53:56.688Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:56.689Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T08:53:56.689Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a595e168-3fd8-4589-b17d-c5cbe92317d7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"22e2d218-7a23-4d6e-801c-5523f1d86000","serviceDescription":"service","serviceInvariantUUID":"d8189783-883b-4abc-9309-c9ce125e0e5b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15ef0623-2f65-4a6d-8388-726f04bf6e81","resourceInvariantUUID":"c692532c-4510-4ae6-92ce-f14d8807ba6f","resourceCustomizationUUID":"01e638e5-06a3-49cc-90a2-e530a137a8d0","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":"MmFlZmM2OTYyNzY5OGE0MjNmYWQ2ZDhjNDViZDhiM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2598ae78-691f-4140-8c5e-afab5879cb65","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":"MmQxMjI3OWQ2ZGYwNTk1NjE0MGE1NTNkYjE4ZjQxOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b518e645-834a-4945-b682-6c5526bada1b","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":"32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56","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":"0a020ccd-1810-4017-a49c-251bc64fb916","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":"11d69319-4cb9-4612-962a-455a2f08f2e0","artifactVersion":"2","generatedFromUUID":"32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56"},{"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":"NWIyNDRmZWUwMjkxNDVmNmY3MmUzYzgyYzUyYjY2Mzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f3aaa53e-781b-4509-b747-eb5995fab5f1","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":"Zjc3ZDZiN2IyZjFhZTM3ZjhjN2NmNzJmOTY4NzZlOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f778fe86-a0e3-4461-9ed6-e089a7916a78","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjBiMDgxYmMyOTVkMmI4MGFkOTk2OWIzMWFlYjU3ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f74f54-e833-4874-aad9-5a09b75c737b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:53:56.693Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:53:56.693Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:53:56.695Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:53:56.695Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:56.795Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:53:56.795Z||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-09-23T08:53:56.796Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:53:56.806Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:56.807Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:53:57.695Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:53:57.696Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:53:57.697Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:53:57.698Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:53:57.798Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:53:57.799Z||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-09-23T08:53:57.799Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:53:57.808Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:57.809Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:53:58.698Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:53:58.699Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:53:58.701Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:53:58.701Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:53:58.801Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:53:58.802Z||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-09-23T08:53:58.803Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:53:58.816Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:58.817Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:53:59.702Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:53:59.707Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:53:59.709Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:53:59.709Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:53:59.812Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:53:59.813Z||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-09-23T08:53:59.813Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:53:59.826Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:59.827Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:00.710Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:00.711Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:00.713Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:00.713Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T08:54:00.813Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:00.813Z||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-09-23T08:54:00.814Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:00.824Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:00.824Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:01.713Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:01.714Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:01.716Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:01.717Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:54:01.817Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:01.818Z||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-09-23T08:54:01.818Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:01.830Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:01.830Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:02.717Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:02.718Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:02.720Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:02.720Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:54:02.820Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:02.821Z||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-09-23T08:54:02.821Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:02.832Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:02.832Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:54:03.720Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:03.721Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:03.727Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:03.728Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:54:03.823Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-23T08:54:03.824Z||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-09-23T08:54:03.824Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:03.835Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:03.838Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:54:04.735Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "22e2d218-7a23-4d6e-801c-5523f1d86000",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8189783-883b-4abc-9309-c9ce125e0e5b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "01e638e5-06a3-49cc-90a2-e530a137a8d0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "15ef0623-2f65-4a6d-8388-726f04bf6e81",
      "resourceInvariantUUID": "c692532c-4510-4ae6-92ce-f14d8807ba6f",
      "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": "MmQxMjI3OWQ2ZGYwNTk1NjE0MGE1NTNkYjE4ZjQxOGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b518e645-834a-4945-b682-6c5526bada1b",
          "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": "32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56",
          "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": "11d69319-4cb9-4612-962a-455a2f08f2e0",
            "generatedFromUUID": "32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56"
          },
          "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": "11d69319-4cb9-4612-962a-455a2f08f2e0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjBiMDgxYmMyOTVkMmI4MGFkOTk2OWIzMWFlYjU3ZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f74f54-e833-4874-aad9-5a09b75c737b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T08:54:04.736Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:54:04.737Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 22e2d218-7a23-4d6e-801c-5523f1d86000 ASDC
2021-09-23T08:54:04.737Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a595e168-3fd8-4589-b17d-c5cbe92317d7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:22e2d218-7a23-4d6e-801c-5523f1d86000
ServiceInvariantUUID:d8189783-883b-4abc-9309-c9ce125e0e5b
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:57f74f54-e833-4874-aad9-5a09b75c737b
ArtifactChecksum:MjBiMDgxYmMyOTVkMmI4MGFkOTk2OWIzMWFlYjU3ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:01e638e5-06a3-49cc-90a2-e530a137a8d0
ResourceInvariantUUID:c692532c-4510-4ae6-92ce-f14d8807ba6f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:15ef0623-2f65-4a6d-8388-726f04bf6e81
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:b518e645-834a-4945-b682-6c5526bada1b
ArtifactChecksum:MmQxMjI3OWQ2ZGYwNTk1NjE0MGE1NTNkYjE4ZjQxOGY=
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:32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56
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:11d69319-4cb9-4612-962a-455a2f08f2e0
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:11d69319-4cb9-4612-962a-455a2f08f2e0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T08:54:04.738Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 22e2d218-7a23-4d6e-801c-5523f1d86000 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-09-23T08:54:04.768Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:54:04.768Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:54:04.768Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:54:04.769Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 57f74f54-e833-4874-aad9-5a09b75c737b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-23T08:54:04.769Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:54:04.769Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-23T08:54:06.436Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:54:06.440Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 57f74f54-e833-4874-aad9-5a09b75c737b 78620
2021-09-23T08:54:06.441Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-23T08:54:06.441Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-23T08:54:06.441Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:54:06.442Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:06.443Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:06.444Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387246441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:54:06.546Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:54:06.547Z||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-09-23T08:54:06.547Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:06.563Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:06.564Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:07.444Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:54:07.445Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:54:07.445Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 57f74f54-e833-4874-aad9-5a09b75c737b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T08:54:07.446Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-23T08:54:07.446Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T08:54:07.446Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T08:54:07.727Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12806596378641505705/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-09-23T08:54:08.947Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:54:08.947Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:54:08.947Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T08:54:08.947Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T08:54:08.947Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.948Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:08.949Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:08.949Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:54:08.949Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:54:08.949Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.949Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:08.949Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:08.949Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:54:08.949Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:54:08.950Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.950Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:08.950Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.950Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-23T08:54:08.950Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-23T08:54:08.950Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-23T08:54:08.950Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-23T08:54:08.950Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T08:54:08.951Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T08:54:08.951Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.951Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:54:08.951Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.951Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:08.951Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-23T08:54:08.952Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b743e4ca-52e4-4e74-81ce-9e97795bf41e
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:08.953Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:08.954Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:08.954Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:22e2d218-7a23-4d6e-801c-5523f1d86000
Model Version:NULL
Model InvariantUuid:d8189783-883b-4abc-9309-c9ce125e0e5b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f5ed9702-2c86-4c74-8c13-358259344a90
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c692532c-4510-4ae6-92ce-f14d8807ba6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:01e638e5-06a3-49cc-90a2-e530a137a8d0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1d6159c-85fb-4bc4-9b4d-dc64bc2639fd
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ba1bd500-e04f-4483-8c81-9b14ab2cf341
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b743e4ca-52e4-4e74-81ce-9e97795bf41e
ModelInvariantUuid:6e266e5c-2bec-40b5-9d40-fd79df508c7c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4c6cc4e8-5dce-4c2c-aa36-d13469efca95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:65ac8b8d-fcd9-4aa5-96c9-817aa88b6520
ModelInvariantUuid:a6f095a9-cb1f-4e28-81a6-c8c2e54d2ecd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:db7eb8cd-0567-45d7-82c4-1fbbf8866bcd
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T08:54:08.959Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 15ef0623-2f65-4a6d-8388-726f04bf6e81
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:54:08.961Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-09-23T08:54:08.961Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 15ef0623-2f65-4a6d-8388-726f04bf6e81
2021-09-23T08:54:08.962Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b518e645-834a-4945-b682-6c5526bada1b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-23T08:54:08.962Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:54:08.962Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:10.632Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:54:10.632Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b518e645-834a-4945-b682-6c5526bada1b 792
2021-09-23T08:54:10.633Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:10.633Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:10.633Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:54:10.633Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:10.635Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:10.635Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387250633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:54:10.735Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:10.736Z||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-09-23T08:54:10.736Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:10.754Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:10.755Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:54:11.635Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c1d6159c-85fb-4bc4-9b4d-dc64bc2639fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba1bd500-e04f-4483-8c81-9b14ab2cf341",
    "vfModuleModelCustomizationUUID": "7518f9a1-1c0a-474c-afa5-61dca6b0e3f1",
    "isBase": true,
    "artifacts": [
      "32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56",
      "11d69319-4cb9-4612-962a-455a2f08f2e0"
    ],
    "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-09-23T08:54:11.639Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba1bd500-e04f-4483-8c81-9b14ab2cf341
VfModuleModelInvariantUUID:c1d6159c-85fb-4bc4-9b4d-dc64bc2639fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56
,
11d69319-4cb9-4612-962a-455a2f08f2e0

}
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-09-23T08:54:11.640Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c1d6159c-85fb-4bc4-9b4d-dc64bc2639fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba1bd500-e04f-4483-8c81-9b14ab2cf341",
    "vfModuleModelCustomizationUUID": "7518f9a1-1c0a-474c-afa5-61dca6b0e3f1",
    "isBase": true,
    "artifacts": [
      "32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56",
      "11d69319-4cb9-4612-962a-455a2f08f2e0"
    ],
    "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-09-23T08:54:11.640Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba1bd500-e04f-4483-8c81-9b14ab2cf341
VfModuleModelInvariantUUID:c1d6159c-85fb-4bc4-9b4d-dc64bc2639fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56
,
11d69319-4cb9-4612-962a-455a2f08f2e0

}
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-09-23T08:54:11.640Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-23T08:54:11.640Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:54:11.641Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:12.067Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:54:12.067Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 32f83c3c-9f0a-4d37-a5c9-bda2b5ab9f56 5033
2021-09-23T08:54:12.068Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:12.068Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:12.068Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:54:12.068Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:12.069Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:12.070Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387252068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:54:12.170Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:12.171Z||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-09-23T08:54:12.171Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:12.181Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:12.182Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:54:13.070Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 11d69319-4cb9-4612-962a-455a2f08f2e0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-23T08:54:13.071Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:54:13.072Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:13.217Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:54:13.218Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 11d69319-4cb9-4612-962a-455a2f08f2e0 903
2021-09-23T08:54:13.218Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:13.218Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:13.218Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:54:13.219Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:13.220Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:13.221Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387253218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:54:13.320Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:54:13.321Z||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-09-23T08:54:13.321Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:13.331Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:13.332Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:54:14.221Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 22e2d218-7a23-4d6e-801c-5523f1d86000
2021-09-23T08:54:14.222Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 15ef0623-2f65-4a6d-8388-726f04bf6e81 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:54:14.237Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d6e1433, org.onap.sdc.toscaparser.api.parameters.Input@5754df70, org.onap.sdc.toscaparser.api.parameters.Input@4fb590f5, org.onap.sdc.toscaparser.api.parameters.Input@22d6ccfe, org.onap.sdc.toscaparser.api.parameters.Input@1f248b1b]
2021-09-23T08:54:14.238Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.239Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:14.239Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-23T08:54:14.239Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 01e638e5-06a3-49cc-90a2-e530a137a8d0
2021-09-23T08:54:14.239Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01e638e5-06a3-49cc-90a2-e530a137a8d0 matches Tosca VF Customization UUID: 01e638e5-06a3-49cc-90a2-e530a137a8d0
2021-09-23T08:54:14.239Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 01e638e5-06a3-49cc-90a2-e530a137a8d0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-23T08:54:14.241Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.241Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:14.242Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 01e638e5-06a3-49cc-90a2-e530a137a8d0: {\"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-09-23T08:54:14.242Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@190ef3b5
2021-09-23T08:54:14.242Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.242Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:54:14.242Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7518f9a1-1c0a-474c-afa5-61dca6b0e3f1
2021-09-23T08:54:14.242Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7518f9a1-1c0a-474c-afa5-61dca6b0e3f1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-23T08:54:14.244Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.245Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:14.245Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:54:14.245Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.245Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:14.245Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:54:14.245Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.246Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-23T08:54:14.246Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-23T08:54:14.246Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T08:54:14.246Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b743e4ca-52e4-4e74-81ce-9e97795bf41e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T08:54:14.249Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.249Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:14.249Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:54:14.249Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.249Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T08:54:14.250Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=01e638e5-06a3-49cc-90a2-e530a137a8d0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:54:14.251Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.251Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:14.251Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 22e2d218-7a23-4d6e-801c-5523f1d86000: basic_vm_macro
2021-09-23T08:54:14.252Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.252Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:14.252Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.252Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:14.252Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.252Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:14.253Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.253Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:14.253Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:54:14.253Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:54:14.253Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-23T08:54:14.336Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 15ef0623-2f65-4a6d-8388-726f04bf6e81 1 ASDC deployResourceStructure
2021-09-23T08:54:14.336Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:14.336Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:14.337Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:54:14.337Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:14.339Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:14.340Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387254336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:54:14.440Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:14.440Z||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-09-23T08:54:14.440Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:14.449Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:14.450Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:15.345Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:15.345Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:15.346Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:54:15.346Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:15.348Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:15.348Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387255345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:54:15.448Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:15.449Z||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-09-23T08:54:15.449Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:15.459Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:15.459Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:16.352Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:16.353Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||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-09-23T08:54:16.353Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:54:16.353Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:16.355Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:16.355Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387256352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:54:16.456Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:16.456Z||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-09-23T08:54:16.456Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:16.467Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:16.468Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:54:17.358Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-23T08:54:17.358Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-23T08:54:17.358Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:54:17.358Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:17.360Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:17.360Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387257355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:54:17.461Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:54:17.463Z||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-09-23T08:54:17.463Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:17.484Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:17.485Z||pool-71-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:18.362Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a595e168-3fd8-4589-b17d-c5cbe92317d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:54:18.382Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a595e168-3fd8-4589-b17d-c5cbe92317d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:54:18.385Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:54:18.385Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:54:18.385Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:54:18.385Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:54:18.385Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:54:18.385Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:54:18.385Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:54:18.386Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:54:18.386Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:54:18.386Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:54:18.386Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:54:18.391Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:54:48.392Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a595e168-3fd8-4589-b17d-c5cbe92317d7 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-09-23T08:54:48.401Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a595e168-3fd8-4589-b17d-c5cbe92317d7 and serviceModelVersionId: 22e2d218-7a23-4d6e-801c-5523f1d86000
2021-09-23T08:54:48.401Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8189783-883b-4abc-9309-c9ce125e0e5b
2021-09-23T08:54:48.403Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8189783-883b-4abc-9309-c9ce125e0e5b/model-vers/model-ver/22e2d218-7a23-4d6e-801c-5523f1d86000?depth=0
2021-09-23T08:54:48.411Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:54:48.470Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8189783-883b-4abc-9309-c9ce125e0e5b/model-vers/model-ver/22e2d218-7a23-4d6e-801c-5523f1d86000?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-09-23T08:54:48.472Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8189783-883b-4abc-9309-c9ce125e0e5b/model-vers/model-ver/22e2d218-7a23-4d6e-801c-5523f1d86000?depth=0|INFO|500||Invoke
2021-09-23T08:54:48.501Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8189783-883b-4abc-9309-c9ce125e0e5b/model-vers/model-ver/22e2d218-7a23-4d6e-801c-5523f1d86000?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T08:54:49.137Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8189783-883b-4abc-9309-c9ce125e0e5b/model-vers/model-ver/22e2d218-7a23-4d6e-801c-5523f1d86000?depth=0|INFO|500||InvokeReturn
2021-09-23T08:54:49.140Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8189783-883b-4abc-9309-c9ce125e0e5b/model-vers/model-ver/22e2d218-7a23-4d6e-801c-5523f1d86000?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210923-08:54:48:501-85422], vertex-id=[475272], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:54:48 GMT], Content-Type=[application/json]}
2021-09-23T08:54:49.141Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:54:49.141Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:54:49.141Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:54:49.149Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:54:49.150Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a595e168-3fd8-4589-b17d-c5cbe92317d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:54:49.150Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:54:49.151Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:49.155Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:49.155Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387289150,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:54:49.255Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:49.256Z||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-09-23T08:54:49.256Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:49.274Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:49.274Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T08:54:50.169Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T08:54:50.169Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"30db5deb-ab70-4491-bfd8-0465d1b86d5b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"97d9c886-5f3a-444f-b3cc-4f9e194f82a4","serviceDescription":"service","serviceInvariantUUID":"70f9333e-09d7-46f9-b526-10d42a1576b5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df76b7b4-f08f-4162-9f96-db62e5055f25","resourceInvariantUUID":"0983fda1-985d-4d07-96af-f168fdf32c65","resourceCustomizationUUID":"7ce8fc44-773f-4624-a57d-fcfb1028bdf4","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":"M2FhZGFkMzExZDBhMWM5OGZkODk5YzNhNDhmZGE2NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f7e6790-7f80-41f6-9bec-ded94ef88ed3","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":"3749d3f0-7ba5-41a5-9c24-1daadd29bbd8","artifactVersion":"2","generatedFromUUID":"39cd3c65-d722-40d8-b1d4-bac2ed3ecb89"},{"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":"39cd3c65-d722-40d8-b1d4-bac2ed3ecb89","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":"NzZkYWYyNzczOWUyNzZhMTBkMGNmMDczNTY0NzU2ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"34b69048-32e9-4996-b745-0137b094463d","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":"0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a","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":"a09e4c00-8196-4de5-87c9-7d62abd913a5","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":"39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a","artifactVersion":"2","generatedFromUUID":"0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmVmMDIxMzBmYjM0OTUxMDljMWRkMmE0YTAxZTk5MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d026d950-5786-48ec-9651-4e2e1f0ff354","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzkwOTc1NjJhODZhYTFlNmFjNjM2MmQzZDljYzEwYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1eed68ef-0b2e-4fd1-ad8f-4d3ea0f8d8f8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:54:50.170Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:50.170Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:50.172Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:50.172Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:54:50.272Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:50.273Z||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-09-23T08:54:50.273Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:50.291Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:50.291Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:51.173Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:51.174Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:51.176Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:51.177Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-23T08:54:51.277Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:51.278Z||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-09-23T08:54:51.278Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:51.288Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:51.289Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:54:52.177Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:52.178Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:52.179Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:52.180Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-23T08:54:52.280Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:52.280Z||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-09-23T08:54:52.281Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:52.293Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:52.296Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:53.180Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:53.181Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:53.182Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:53.182Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:54:53.283Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:53.283Z||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-09-23T08:54:53.283Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:53.292Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:53.293Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:54.183Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:54.183Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:54.185Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:54.185Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:54:54.286Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:54:54.286Z||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-09-23T08:54:54.286Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:54.298Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:54.298Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:54:55.186Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:55.187Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:55.189Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:55.189Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:54:55.289Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:55.289Z||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-09-23T08:54:55.289Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:55.302Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:55.302Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:54:55.854Z||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-09-23T08:54:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:55.877Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:55.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:54:55.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387231327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:54:55.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:54:56.189Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:56.190Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:56.191Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:56.191Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-23T08:54:56.292Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:56.292Z||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-09-23T08:54:56.293Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:56.304Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:56.304Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:57.192Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:57.192Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:57.197Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:57.197Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:54:57.296Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:54:57.297Z||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-09-23T08:54:57.297Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:57.324Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:57.325Z||pool-80-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:58.204Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:54:58.204Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:58.208Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:58.208Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:54:58.308Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:54:58.309Z||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-09-23T08:54:58.309Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:54:58.320Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:58.321Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:54:59.210Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "97d9c886-5f3a-444f-b3cc-4f9e194f82a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "70f9333e-09d7-46f9-b526-10d42a1576b5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7ce8fc44-773f-4624-a57d-fcfb1028bdf4",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df76b7b4-f08f-4162-9f96-db62e5055f25",
      "resourceInvariantUUID": "0983fda1-985d-4d07-96af-f168fdf32c65",
      "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": "3749d3f0-7ba5-41a5-9c24-1daadd29bbd8",
          "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": "39cd3c65-d722-40d8-b1d4-bac2ed3ecb89",
          "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": "NzZkYWYyNzczOWUyNzZhMTBkMGNmMDczNTY0NzU2ODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "34b69048-32e9-4996-b745-0137b094463d",
          "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": "0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a",
          "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": "39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a",
            "generatedFromUUID": "0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a"
          },
          "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": "39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MzkwOTc1NjJhODZhYTFlNmFjNjM2MmQzZDljYzEwYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1eed68ef-0b2e-4fd1-ad8f-4d3ea0f8d8f8"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T08:54:59.210Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:54:59.210Z|a595e168-3fd8-4589-b17d-c5cbe92317d7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 97d9c886-5f3a-444f-b3cc-4f9e194f82a4 ASDC
2021-09-23T08:54:59.211Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:30db5deb-ab70-4491-bfd8-0465d1b86d5b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:97d9c886-5f3a-444f-b3cc-4f9e194f82a4
ServiceInvariantUUID:70f9333e-09d7-46f9-b526-10d42a1576b5
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:1eed68ef-0b2e-4fd1-ad8f-4d3ea0f8d8f8
ArtifactChecksum:MzkwOTc1NjJhODZhYTFlNmFjNjM2MmQzZDljYzEwYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7ce8fc44-773f-4624-a57d-fcfb1028bdf4
ResourceInvariantUUID:0983fda1-985d-4d07-96af-f168fdf32c65
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:df76b7b4-f08f-4162-9f96-db62e5055f25
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:3749d3f0-7ba5-41a5-9c24-1daadd29bbd8
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:39cd3c65-d722-40d8-b1d4-bac2ed3ecb89
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:34b69048-32e9-4996-b745-0137b094463d
ArtifactChecksum:NzZkYWYyNzczOWUyNzZhMTBkMGNmMDczNTY0NzU2ODg=
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:0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a
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:39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a
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:39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T08:54:59.211Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97d9c886-5f3a-444f-b3cc-4f9e194f82a4 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-09-23T08:54:59.246Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:54:59.247Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:54:59.247Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:54:59.247Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1eed68ef-0b2e-4fd1-ad8f-4d3ea0f8d8f8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-23T08:54:59.247Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:54:59.247Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-23T08:54:59.939Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:54:59.942Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1eed68ef-0b2e-4fd1-ad8f-4d3ea0f8d8f8 68767
2021-09-23T08:54:59.942Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-23T08:54:59.942Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-23T08:54:59.942Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:54:59.943Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:54:59.945Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:54:59.945Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387299942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:00.045Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:00.045Z||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-09-23T08:55:00.045Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:00.067Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:00.067Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:55:00.945Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:55:00.947Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:55:00.948Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1eed68ef-0b2e-4fd1-ad8f-4d3ea0f8d8f8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T08:55:00.948Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-23T08:55:00.949Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T08:55:00.949Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T08:55:01.192Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4329269489188280156/Definitions/service-BasicCnf-template.yml
2021-09-23T08:55:02.274Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:55:02.274Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:55:02.274Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T08:55:02.274Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-23T08:55:02.274Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:02.274Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:02.275Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T08:55:02.275Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:02.275Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:55:02.275Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.275Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:02.276Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:02.276Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:55:02.276Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:55:02.276Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.276Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:02.277Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:02.277Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:55:02.277Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:55:02.277Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.277Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:02.277Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.278Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-23T08:55:02.278Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-23T08:55:02.278Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-23T08:55:02.278Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T08:55:02.278Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.278Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:55:02.279Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.279Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:02.279Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:55:02.280Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.280Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:02.280Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:55:02.280Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.280Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:02.280Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:55:02.280Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.281Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-23T08:55:02.281Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-23T08:55:02.281Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9c5a8a08-e1ae-4097-a7f6-a8b1aa22d2e5
2021-09-23T08:55:02.281Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.281Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:02.281Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.282Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:02.282Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.282Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:02.282Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:02.282Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:02.282Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:97d9c886-5f3a-444f-b3cc-4f9e194f82a4
Model Version:NULL
Model InvariantUuid:70f9333e-09d7-46f9-b526-10d42a1576b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:74de0a47-7f6b-4405-b838-e9b09be6a024
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0983fda1-985d-4d07-96af-f168fdf32c65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7ce8fc44-773f-4624-a57d-fcfb1028bdf4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:86dd9298-c64b-4b50-9035-97f7162179f8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9726af3e-1966-4e08-a995-ca4d929a92fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c5a8a08-e1ae-4097-a7f6-a8b1aa22d2e5
ModelInvariantUuid:d262c31c-e70e-4afb-a661-041984bec7a9
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:47f3206b-a110-4081-99fc-085362397edd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:084d844d-e695-438f-bf91-5c9326fa15d4
ModelInvariantUuid:7849934f-1b0f-45ac-ba13-95110a780317
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:731536e7-e841-4321-826c-5caabee3396d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T08:55:02.288Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: df76b7b4-f08f-4162-9f96-db62e5055f25
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:55:02.292Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-09-23T08:55:02.292Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df76b7b4-f08f-4162-9f96-db62e5055f25
2021-09-23T08:55:02.292Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3749d3f0-7ba5-41a5-9c24-1daadd29bbd8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-23T08:55:02.292Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:55:02.292Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:04.535Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:55:04.535Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3749d3f0-7ba5-41a5-9c24-1daadd29bbd8 12
2021-09-23T08:55:04.535Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:04.535Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:04.535Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:55:04.536Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:04.540Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:04.540Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387304535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:04.641Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:04.641Z||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-09-23T08:55:04.641Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:04.669Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:04.670Z||pool-83-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:55:05.541Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39cd3c65-d722-40d8-b1d4-bac2ed3ecb89 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-23T08:55:05.541Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:55:05.547Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:07.357Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:55:07.357Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 39cd3c65-d722-40d8-b1d4-bac2ed3ecb89 2688
2021-09-23T08:55:07.358Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:07.358Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:07.358Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:55:07.358Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:07.360Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:07.360Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387307357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:07.462Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:55:07.463Z||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-09-23T08:55:07.463Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:07.480Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:07.480Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:55:08.366Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 34b69048-32e9-4996-b745-0137b094463d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-23T08:55:08.366Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:55:08.367Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:10.532Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:55:10.533Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 34b69048-32e9-4996-b745-0137b094463d 828
2021-09-23T08:55:10.533Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:10.533Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:10.534Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:55:10.534Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:10.535Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:10.536Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387310533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:10.636Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:10.637Z||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-09-23T08:55:10.637Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:10.652Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:10.652Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:55:11.536Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "86dd9298-c64b-4b50-9035-97f7162179f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9726af3e-1966-4e08-a995-ca4d929a92fc",
    "vfModuleModelCustomizationUUID": "f16e7f51-3108-4ab9-85a1-70d16f6f4e3a",
    "isBase": true,
    "artifacts": [
      "39cd3c65-d722-40d8-b1d4-bac2ed3ecb89",
      "0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a",
      "39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a"
    ],
    "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-09-23T08:55:11.542Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9726af3e-1966-4e08-a995-ca4d929a92fc
VfModuleModelInvariantUUID:86dd9298-c64b-4b50-9035-97f7162179f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
39cd3c65-d722-40d8-b1d4-bac2ed3ecb89
,
0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a
,
39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a

}
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-09-23T08:55:11.543Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "86dd9298-c64b-4b50-9035-97f7162179f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9726af3e-1966-4e08-a995-ca4d929a92fc",
    "vfModuleModelCustomizationUUID": "f16e7f51-3108-4ab9-85a1-70d16f6f4e3a",
    "isBase": true,
    "artifacts": [
      "39cd3c65-d722-40d8-b1d4-bac2ed3ecb89",
      "0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a",
      "39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a"
    ],
    "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-09-23T08:55:11.544Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9726af3e-1966-4e08-a995-ca4d929a92fc
VfModuleModelInvariantUUID:86dd9298-c64b-4b50-9035-97f7162179f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
39cd3c65-d722-40d8-b1d4-bac2ed3ecb89
,
0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a
,
39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a

}
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-09-23T08:55:11.544Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-23T08:55:11.544Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:55:11.544Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:12.210Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:55:12.210Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0b8fcf8c-fc5d-4d4e-a405-2d2bf48c6e1a 1164
2021-09-23T08:55:12.210Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:12.210Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:12.211Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:55:12.211Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:12.213Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:12.213Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387312210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:12.320Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-09-23T08:55:12.320Z||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-09-23T08:55:12.321Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:12.330Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:12.330Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:55:13.213Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-23T08:55:13.214Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:55:13.214Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:13.352Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:55:13.353Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 39d2cad3-ce79-46bd-8f51-5cd9d02e2e7a 200
2021-09-23T08:55:13.353Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:13.353Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:13.353Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:55:13.353Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:13.355Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:13.355Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387313353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:13.455Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:13.455Z||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-09-23T08:55:13.455Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:13.472Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:13.473Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:55:14.355Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 97d9c886-5f3a-444f-b3cc-4f9e194f82a4
2021-09-23T08:55:14.356Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 df76b7b4-f08f-4162-9f96-db62e5055f25 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-09-23T08:55:14.370Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:55:14.376Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fa191ca, org.onap.sdc.toscaparser.api.parameters.Input@6cf7634d, org.onap.sdc.toscaparser.api.parameters.Input@75b26fcc, org.onap.sdc.toscaparser.api.parameters.Input@1fa1de8c, org.onap.sdc.toscaparser.api.parameters.Input@5c4d2373]
2021-09-23T08:55:14.377Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.377Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:14.377Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-23T08:55:14.378Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7ce8fc44-773f-4624-a57d-fcfb1028bdf4
2021-09-23T08:55:14.378Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ce8fc44-773f-4624-a57d-fcfb1028bdf4 matches Tosca VF Customization UUID: 7ce8fc44-773f-4624-a57d-fcfb1028bdf4
2021-09-23T08:55:14.378Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7ce8fc44-773f-4624-a57d-fcfb1028bdf4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-23T08:55:14.380Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.380Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:14.381Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7ce8fc44-773f-4624-a57d-fcfb1028bdf4: {\"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-09-23T08:55:14.381Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c19fa88
2021-09-23T08:55:14.381Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.381Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:55:14.381Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f16e7f51-3108-4ab9-85a1-70d16f6f4e3a
2021-09-23T08:55:14.382Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f16e7f51-3108-4ab9-85a1-70d16f6f4e3a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-23T08:55:14.383Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.384Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:14.384Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:55:14.384Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.384Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:14.385Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:55:14.385Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.385Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-23T08:55:14.385Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-23T08:55:14.385Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9c5a8a08-e1ae-4097-a7f6-a8b1aa22d2e5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T08:55:14.387Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.387Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:14.388Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:55:14.388Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.388Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T08:55:14.388Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7ce8fc44-773f-4624-a57d-fcfb1028bdf4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:55:14.390Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.390Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:14.390Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 97d9c886-5f3a-444f-b3cc-4f9e194f82a4: basic_cnf
2021-09-23T08:55:14.390Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.391Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:14.391Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.391Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:14.391Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.392Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:14.392Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.392Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:14.392Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T08:55:14.392Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:55:14.393Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-23T08:55:14.465Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf df76b7b4-f08f-4162-9f96-db62e5055f25 1 ASDC deployResourceStructure
2021-09-23T08:55:14.465Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:14.465Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:14.466Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-23T08:55:14.466Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:14.468Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:14.468Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387314465,
  "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-09-23T08:55:14.568Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:14.569Z||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-09-23T08:55:14.569Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:14.579Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:14.579Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:55:15.469Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:15.469Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:15.469Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-23T08:55:15.470Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:15.471Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:15.471Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387315468,
  "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-09-23T08:55:15.572Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:15.573Z||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-09-23T08:55:15.573Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:15.583Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:15.584Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:55:16.473Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:16.473Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:16.473Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:55:16.473Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:16.475Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:16.475Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:55:16.575Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:16.575Z||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-09-23T08:55:16.575Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:16.597Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:16.597Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:55:17.479Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:17.480Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:17.480Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:55:17.480Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:17.483Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:17.483Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387317479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:55:17.583Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-23T08:55:17.584Z||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-09-23T08:55:17.584Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:17.595Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:17.595Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:55:18.485Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:18.485Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||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-09-23T08:55:18.486Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:55:18.486Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:18.487Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:18.487Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387318485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:55:18.588Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:18.588Z||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-09-23T08:55:18.589Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:18.598Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:18.598Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:55:19.488Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-23T08:55:19.488Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-23T08:55:19.488Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:55:19.489Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:19.490Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:19.490Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387319488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:55:19.590Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:55:19.591Z||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-09-23T08:55:19.591Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:19.610Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:19.610Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:55:20.491Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30db5deb-ab70-4491-bfd8-0465d1b86d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T08:55:20.500Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30db5deb-ab70-4491-bfd8-0465d1b86d5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:55:20.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:55:20.504Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T08:55:20.504Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:55:20.508Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:55:50.509Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30db5deb-ab70-4491-bfd8-0465d1b86d5b 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-09-23T08:55:50.519Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30db5deb-ab70-4491-bfd8-0465d1b86d5b and serviceModelVersionId: 97d9c886-5f3a-444f-b3cc-4f9e194f82a4
2021-09-23T08:55:50.519Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70f9333e-09d7-46f9-b526-10d42a1576b5
2021-09-23T08:55:50.521Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70f9333e-09d7-46f9-b526-10d42a1576b5/model-vers/model-ver/97d9c886-5f3a-444f-b3cc-4f9e194f82a4?depth=0
2021-09-23T08:55:50.527Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:55:50.613Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9333e-09d7-46f9-b526-10d42a1576b5/model-vers/model-ver/97d9c886-5f3a-444f-b3cc-4f9e194f82a4?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-09-23T08:55:50.615Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9333e-09d7-46f9-b526-10d42a1576b5/model-vers/model-ver/97d9c886-5f3a-444f-b3cc-4f9e194f82a4?depth=0|INFO|500||Invoke
2021-09-23T08:55:50.637Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9333e-09d7-46f9-b526-10d42a1576b5/model-vers/model-ver/97d9c886-5f3a-444f-b3cc-4f9e194f82a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T08:55:51.026Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9333e-09d7-46f9-b526-10d42a1576b5/model-vers/model-ver/97d9c886-5f3a-444f-b3cc-4f9e194f82a4?depth=0|INFO|500||InvokeReturn
2021-09-23T08:55:51.027Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9333e-09d7-46f9-b526-10d42a1576b5/model-vers/model-ver/97d9c886-5f3a-444f-b3cc-4f9e194f82a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210923-08:55:50:637-10723], vertex-id=[196792], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:55:50 GMT], Content-Type=[application/json]}
2021-09-23T08:55:51.028Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:55:51.028Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:55:51.028Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T08:55:51.032Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:55:51.033Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30db5deb-ab70-4491-bfd8-0465d1b86d5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:55:51.033Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:55:51.033Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:55:51.037Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:55:51.037Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387351033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:55:51.140Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:55:51.141Z||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-09-23T08:55:51.141Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:51.173Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:51.173Z||pool-94-thread-1|||||INFO|500||cambria reply ok (33 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-09-23T08:55:52.049Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:55:52.049Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:55:52.049Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:55:55.854Z||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-09-23T08:55:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:55:55.874Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:55.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:55:55.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:55:55.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387246441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387250633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387252068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387253218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387254336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387255345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387256352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387257355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a595e168-3fd8-4589-b17d-c5cbe92317d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387289150,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:55:55.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T08:55:55.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:55:55.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:56:01.607Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:56:01.607Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:01.608Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:56:01.608Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:56:11.226Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:56:11.228Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:11.229Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:56:11.229Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:56:20.833Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:56:20.834Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:20.835Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:56:20.835Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:56:30.409Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:56:30.412Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:30.413Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:56:30.413Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:56:39.976Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:56:55.851Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:55.851Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:56:55.851Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:56:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:55.854Z||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-09-23T08:56:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:56:55.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:56:55.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T08:56:55.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-23T08:56:55.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:57:05.444Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:57:55.850Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:57:55.853Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:57:55.853Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:57:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:57:55.854Z||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-09-23T08:57:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:57:56.401Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:57:56.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:57:56.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:57:56.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387232353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:57:56.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:57:56.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387299942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:57:56.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387304535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387307357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387310533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387312210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:57:56.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387313353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:57:56.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387314465,
  "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-09-23T08:57:56.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387315468,
  "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-09-23T08:57:56.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:57:56.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387317479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387318485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387319488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:57:56.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:57:56.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T08:57:56.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30db5deb-ab70-4491-bfd8-0465d1b86d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387351033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:57:56.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:58:05.445Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:58:55.850Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:58:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:58:55.853Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:58:55.854Z||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-09-23T08:58:55.854Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:58:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:59:05.438Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:05.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:55.850Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:59:55.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:59:55.854Z||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-09-23T08:59:55.854Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:59:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:59:55.855Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:59:56.487Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:56.488Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.488Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"11aea482-41ec-45b5-bb7b-10d926513b27","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d","serviceDescription":"service","serviceInvariantUUID":"134f1653-6a02-4ec3-9546-10a76914ff6b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac3ba3ba-64b0-4bd5-8704-689e285baee3","resourceInvariantUUID":"e512764a-04f6-49f1-88c6-c45c9c01a0be","resourceCustomizationUUID":"19ab1029-c44e-474f-b071-d6e09e719c56","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":"4dc25955-7f46-40c1-a46b-47ef309b4368","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":"NWVmZGUwZWM0ZjA3ZDJlYmU3NmVmZDU3ZTU5Njk0N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1bd1b0d-04a9-4099-bd8b-262d7dcab885","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":"ZGVkZjBmMzRkMjJiMGQxYmZiMzViMzhhZTc3Yzk3NzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f45fda5-af60-46dd-b166-a8454289b23f","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":"e7690dda-8456-4112-8dc9-a77d82894c1c","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":"7141ad46-574c-4b8b-9720-88a57d3a0354","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":"122f849e-a536-463d-a71b-79fdcf238b62","artifactVersion":"2","generatedFromUUID":"e7690dda-8456-4112-8dc9-a77d82894c1c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDlmYmIwNzA0NDc3OWM1YzA3ZTNiYmNiOWM0MjQ5YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69181802-f570-4d44-9736-f3546be93cde","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODhkMTE1YWJlMTNjMDg0NmJiNTQ0OWM5MzNjMzcwZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81720d2a-b39f-46da-9f4b-4264bd616018","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:59:56.492Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:59:56.492Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:59:56.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:56.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387561600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.496Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:59:56.496Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387564374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387561600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387564374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387568175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387561600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387564374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387568175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387561600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387564374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387568175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387561600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387564374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387568175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387561600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387564374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387568175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387561600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387564374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387572782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387568175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387564374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387561600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387563768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387572782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387574178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387568175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387572782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387575756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387575716,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387574178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387575822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.512Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387568175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387572782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387574178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387577343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387577425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387572782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387574178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387578203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:59:56.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "cds",
  "timestamp": 1632387578430,
  "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-09-23T08:59:56.534Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11aea482-41ec-45b5-bb7b-10d926513b27
2021-09-23T08:59:56.534Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11aea482-41ec-45b5-bb7b-10d926513b27 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-09-23T08:59:56.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387572782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387574178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387578854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387578482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387579209,
  "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-09-23T08:59:56.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11aea482-41ec-45b5-bb7b-10d926513b27
2021-09-23T08:59:56.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11aea482-41ec-45b5-bb7b-10d926513b27 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-09-23T08:59:56.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387572782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387574178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387579874,
  "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-09-23T08:59:56.557Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11aea482-41ec-45b5-bb7b-10d926513b27
2021-09-23T08:59:56.558Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11aea482-41ec-45b5-bb7b-10d926513b27 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-09-23T08:59:56.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387578482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387572782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387574178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387580878,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387578482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387574178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387578482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387582773,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387578482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387583779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387578482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "policy-id",
  "timestamp": 1632387584782,
  "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-09-23T08:59:56.572Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11aea482-41ec-45b5-bb7b-10d926513b27
2021-09-23T08:59:56.572Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11aea482-41ec-45b5-bb7b-10d926513b27 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-09-23T08:59:56.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387578482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387585647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387578482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "aai-ml",
  "timestamp": 1632387586651,
  "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-09-23T08:59:56.582Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11aea482-41ec-45b5-bb7b-10d926513b27
2021-09-23T08:59:56.582Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11aea482-41ec-45b5-bb7b-10d926513b27 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-09-23T08:59:56.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387589134,
  "artifactURL": "/sdc/v1/catalog/services/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d/resourceInstances/basicclamp0/artifacts/4dc25955-7f46-40c1-a46b-47ef309b4368",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387590522,
  "artifactURL": "/sdc/v1/catalog/services/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d/resourceInstances/basicclamp0/artifacts/4dc25955-7f46-40c1-a46b-47ef309b4368",
  "status": "DEPLOY_OK"
}
2021-09-23T08:59:56.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "dcae-sch",
  "timestamp": 1632387591527,
  "artifactURL": "/sdc/v1/catalog/services/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d/resourceInstances/basicclamp0/artifacts/4dc25955-7f46-40c1-a46b-47ef309b4368",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-23T08:59:56.593Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 11aea482-41ec-45b5-bb7b-10d926513b27
2021-09-23T08:59:56.593Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11aea482-41ec-45b5-bb7b-10d926513b27 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-09-23T08:59:56.596Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:59:56.597Z||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-09-23T08:59:56.597Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:59:56.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387594599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-23T08:59:56.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387595605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T08:59:56.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:59:56.609Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:56.609Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:59:57.497Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:59:57.497Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:59:57.499Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:59:57.499Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T08:59:57.599Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:59:57.600Z||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-09-23T08:59:57.600Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:59:57.620Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:57.621Z||pool-96-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2021-09-23T08:59:58.500Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:59:58.500Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:59:58.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:59:58.503Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T08:59:58.603Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:59:58.622Z||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-09-23T08:59:58.622Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:59:58.657Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:58.658Z||pool-97-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:59:59.504Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:59:59.505Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:59:59.506Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:59:59.506Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T08:59:59.606Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:59:59.607Z||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-09-23T08:59:59.607Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:59:59.621Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:59.621Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:00.507Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:00:00.508Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:00.511Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:00.511Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:00:00.610Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T09:00:00.611Z||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-09-23T09:00:00.612Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:00.625Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:00.625Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:01.512Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:00:01.513Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:01.518Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:01.518Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T09:00:01.615Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-23T09:00:01.615Z||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-09-23T09:00:01.616Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:01.625Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:01.625Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:02.518Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:00:02.519Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:02.521Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:02.521Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:00:02.621Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:02.622Z||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-09-23T09:00:02.622Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:02.632Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:02.633Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:00:03.521Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:00:03.523Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:03.524Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:03.525Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:00:03.625Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:03.625Z||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-09-23T09:00:03.625Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:03.636Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:03.636Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:04.526Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "134f1653-6a02-4ec3-9546-10a76914ff6b",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "19ab1029-c44e-474f-b071-d6e09e719c56",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ac3ba3ba-64b0-4bd5-8704-689e285baee3",
      "resourceInvariantUUID": "e512764a-04f6-49f1-88c6-c45c9c01a0be",
      "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": "ZGVkZjBmMzRkMjJiMGQxYmZiMzViMzhhZTc3Yzk3NzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f45fda5-af60-46dd-b166-a8454289b23f",
          "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": "e7690dda-8456-4112-8dc9-a77d82894c1c",
          "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": "122f849e-a536-463d-a71b-79fdcf238b62",
            "generatedFromUUID": "e7690dda-8456-4112-8dc9-a77d82894c1c"
          },
          "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": "122f849e-a536-463d-a71b-79fdcf238b62",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ODhkMTE1YWJlMTNjMDg0NmJiNTQ0OWM5MzNjMzcwZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81720d2a-b39f-46da-9f4b-4264bd616018"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T09:00:04.526Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T09:00:04.526Z|30db5deb-ab70-4491-bfd8-0465d1b86d5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d ASDC
2021-09-23T09:00:04.528Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:11aea482-41ec-45b5-bb7b-10d926513b27
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d
ServiceInvariantUUID:134f1653-6a02-4ec3-9546-10a76914ff6b
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:81720d2a-b39f-46da-9f4b-4264bd616018
ArtifactChecksum:ODhkMTE1YWJlMTNjMDg0NmJiNTQ0OWM5MzNjMzcwZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:19ab1029-c44e-474f-b071-d6e09e719c56
ResourceInvariantUUID:e512764a-04f6-49f1-88c6-c45c9c01a0be
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ac3ba3ba-64b0-4bd5-8704-689e285baee3
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:7f45fda5-af60-46dd-b166-a8454289b23f
ArtifactChecksum:ZGVkZjBmMzRkMjJiMGQxYmZiMzViMzhhZTc3Yzk3NzI=
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:e7690dda-8456-4112-8dc9-a77d82894c1c
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:122f849e-a536-463d-a71b-79fdcf238b62
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:122f849e-a536-463d-a71b-79fdcf238b62
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T09:00:04.528Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d 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-09-23T09:00:04.568Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T09:00:04.568Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T09:00:04.569Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T09:00:04.569Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 81720d2a-b39f-46da-9f4b-4264bd616018 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-23T09:00:04.569Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T09:00:04.569Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-23T09:00:05.632Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T09:00:05.636Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 81720d2a-b39f-46da-9f4b-4264bd616018 73460
2021-09-23T09:00:05.636Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-23T09:00:05.636Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-23T09:00:05.636Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T09:00:05.636Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:05.638Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:05.638Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387605636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:00:05.739Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T09:00:05.740Z||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-09-23T09:00:05.740Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:05.759Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:05.760Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:06.643Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T09:00:06.644Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T09:00:06.644Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 81720d2a-b39f-46da-9f4b-4264bd616018, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:06.644Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-23T09:00:06.645Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:06.645Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:06.818Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13282986030149526945/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-09-23T09:00:07.976Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:07.977Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:07.978Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:07.978Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T09:00:07.978Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T09:00:07.978Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.978Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:07.978Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:07.978Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T09:00:07.979Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T09:00:07.979Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.979Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:07.979Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:07.979Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T09:00:07.979Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T09:00:07.979Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.980Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:07.980Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.980Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-23T09:00:07.980Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-23T09:00:07.980Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-23T09:00:07.980Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-23T09:00:07.980Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T09:00:07.980Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T09:00:07.981Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.981Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T09:00:07.981Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.981Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:07.981Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T09:00:07.981Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.982Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:07.982Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T09:00:07.982Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.982Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:07.982Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T09:00:07.982Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.982Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-23T09:00:07.982Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T09:00:07.983Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T09:00:07.983Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0f391f97-86e4-4104-94d8-13eed3499249
2021-09-23T09:00:07.983Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.983Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:07.983Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.983Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:07.983Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.983Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:07.984Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:07.984Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:07.984Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d
Model Version:NULL
Model InvariantUuid:134f1653-6a02-4ec3-9546-10a76914ff6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:eb779f2b-2039-4cb1-aa70-88216de682ad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e512764a-04f6-49f1-88c6-c45c9c01a0be
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:19ab1029-c44e-474f-b071-d6e09e719c56
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3b62d05e-40ea-43d0-afa1-c4b0e1a45416
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:b2fc396c-eb11-49a4-8506-bc18c2bf89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0f391f97-86e4-4104-94d8-13eed3499249
ModelInvariantUuid:0417f8ba-4927-4159-91cf-51dafebed2f5
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e55b4ec1-b699-4e04-a99b-438ff31f6309
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b24afc1b-6f53-4910-9656-9b6ce80005d0
ModelInvariantUuid:d725c400-6c20-40bd-b792-00a855054ad3
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:10941624-4c33-4562-b616-aecc6d8b51f6
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T09:00:07.990Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ac3ba3ba-64b0-4bd5-8704-689e285baee3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:00:07.994Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-09-23T09:00:07.994Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac3ba3ba-64b0-4bd5-8704-689e285baee3
2021-09-23T09:00:07.994Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7f45fda5-af60-46dd-b166-a8454289b23f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-23T09:00:07.994Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T09:00:07.995Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-23T09:00:10.751Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T09:00:10.751Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7f45fda5-af60-46dd-b166-a8454289b23f 790
2021-09-23T09:00:10.752Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:10.752Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:10.752Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T09:00:10.752Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:10.754Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:10.754Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387610752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:00:10.854Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:10.855Z||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-09-23T09:00:10.855Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:10.880Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:10.880Z||pool-104-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:00:11.754Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3b62d05e-40ea-43d0-afa1-c4b0e1a45416",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2fc396c-eb11-49a4-8506-bc18c2bf89e1",
    "vfModuleModelCustomizationUUID": "d0411759-0f6c-44c3-a337-8c2991786746",
    "isBase": true,
    "artifacts": [
      "e7690dda-8456-4112-8dc9-a77d82894c1c",
      "122f849e-a536-463d-a71b-79fdcf238b62"
    ],
    "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-09-23T09:00:11.758Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2fc396c-eb11-49a4-8506-bc18c2bf89e1
VfModuleModelInvariantUUID:3b62d05e-40ea-43d0-afa1-c4b0e1a45416
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7690dda-8456-4112-8dc9-a77d82894c1c
,
122f849e-a536-463d-a71b-79fdcf238b62

}
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-09-23T09:00:11.760Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3b62d05e-40ea-43d0-afa1-c4b0e1a45416",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2fc396c-eb11-49a4-8506-bc18c2bf89e1",
    "vfModuleModelCustomizationUUID": "d0411759-0f6c-44c3-a337-8c2991786746",
    "isBase": true,
    "artifacts": [
      "e7690dda-8456-4112-8dc9-a77d82894c1c",
      "122f849e-a536-463d-a71b-79fdcf238b62"
    ],
    "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-09-23T09:00:11.760Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2fc396c-eb11-49a4-8506-bc18c2bf89e1
VfModuleModelInvariantUUID:3b62d05e-40ea-43d0-afa1-c4b0e1a45416
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7690dda-8456-4112-8dc9-a77d82894c1c
,
122f849e-a536-463d-a71b-79fdcf238b62

}
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-09-23T09:00:11.760Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7690dda-8456-4112-8dc9-a77d82894c1c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-23T09:00:11.760Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T09:00:11.760Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-23T09:00:12.412Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T09:00:12.412Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e7690dda-8456-4112-8dc9-a77d82894c1c 5033
2021-09-23T09:00:12.412Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:12.413Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:12.413Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T09:00:12.413Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:12.414Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:12.414Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387612412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:00:12.514Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:12.515Z||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-09-23T09:00:12.516Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:12.544Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:12.545Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:13.415Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 122f849e-a536-463d-a71b-79fdcf238b62 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-23T09:00:13.415Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T09:00:13.415Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-23T09:00:13.566Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T09:00:13.567Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 122f849e-a536-463d-a71b-79fdcf238b62 909
2021-09-23T09:00:13.567Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:13.567Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:13.567Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T09:00:13.568Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:13.570Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:13.570Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387613567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:00:13.670Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:13.670Z||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-09-23T09:00:13.670Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:13.722Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:13.723Z||pool-106-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:14.570Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d
2021-09-23T09:00:14.571Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ac3ba3ba-64b0-4bd5-8704-689e285baee3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:00:14.584Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@467a28df, org.onap.sdc.toscaparser.api.parameters.Input@2f5299a2, org.onap.sdc.toscaparser.api.parameters.Input@4e4731d8, org.onap.sdc.toscaparser.api.parameters.Input@1932ff8f, org.onap.sdc.toscaparser.api.parameters.Input@e1910a6]
2021-09-23T09:00:14.585Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.585Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:14.586Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-23T09:00:14.586Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 19ab1029-c44e-474f-b071-d6e09e719c56
2021-09-23T09:00:14.586Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19ab1029-c44e-474f-b071-d6e09e719c56 matches Tosca VF Customization UUID: 19ab1029-c44e-474f-b071-d6e09e719c56
2021-09-23T09:00:14.586Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 19ab1029-c44e-474f-b071-d6e09e719c56  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-23T09:00:14.588Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.588Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:14.588Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 19ab1029-c44e-474f-b071-d6e09e719c56: {\"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-09-23T09:00:14.588Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cc36888
2021-09-23T09:00:14.588Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.589Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T09:00:14.589Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d0411759-0f6c-44c3-a337-8c2991786746
2021-09-23T09:00:14.589Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d0411759-0f6c-44c3-a337-8c2991786746
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-23T09:00:14.591Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.591Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:14.591Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T09:00:14.591Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.591Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:14.592Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T09:00:14.592Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.592Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-23T09:00:14.592Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T09:00:14.592Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T09:00:14.592Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0f391f97-86e4-4104-94d8-13eed3499249
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T09:00:14.594Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.594Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:14.594Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T09:00:14.594Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.594Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T09:00:14.595Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=19ab1029-c44e-474f-b071-d6e09e719c56
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:00:14.596Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.596Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:14.596Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d: basicclamp
2021-09-23T09:00:14.596Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.597Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:14.597Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.597Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:14.597Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.597Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:14.597Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.597Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:14.598Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:00:14.598Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:00:14.598Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-23T09:00:14.664Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ac3ba3ba-64b0-4bd5-8704-689e285baee3 1 ASDC deployResourceStructure
2021-09-23T09:00:14.664Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:14.664Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:14.665Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T09:00:14.665Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:14.666Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:14.666Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387614664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T09:00:14.766Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:14.778Z||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-09-23T09:00:14.778Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:14.793Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:14.794Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:00:15.667Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:15.667Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:15.668Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T09:00:15.668Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:15.669Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:15.669Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387615667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T09:00:15.770Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T09:00:15.771Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:00:15.771Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:15.780Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:15.781Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:16.670Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:16.670Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||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-09-23T09:00:16.670Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T09:00:16.671Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:16.672Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:16.673Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387616670,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-23T09:00:16.773Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:16.774Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:00:16.774Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:16.812Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:16.813Z||pool-109-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:00:17.674Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-23T09:00:17.674Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-23T09:00:17.674Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T09:00:17.674Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:17.677Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:17.677Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387617674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:00:17.777Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:17.778Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:00:17.778Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:17.789Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:17.789Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:00:18.679Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11aea482-41ec-45b5-bb7b-10d926513b27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T09:00:18.691Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11aea482-41ec-45b5-bb7b-10d926513b27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T09:00:18.693Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:00:18.694Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T09:00:18.699Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T09:00:48.699Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11aea482-41ec-45b5-bb7b-10d926513b27 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-09-23T09:00:48.706Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11aea482-41ec-45b5-bb7b-10d926513b27 and serviceModelVersionId: 0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d
2021-09-23T09:00:48.706Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 134f1653-6a02-4ec3-9546-10a76914ff6b
2021-09-23T09:00:48.708Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/134f1653-6a02-4ec3-9546-10a76914ff6b/model-vers/model-ver/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d?depth=0
2021-09-23T09:00:48.715Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T09:00:48.782Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/134f1653-6a02-4ec3-9546-10a76914ff6b/model-vers/model-ver/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d?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-09-23T09:00:48.784Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/134f1653-6a02-4ec3-9546-10a76914ff6b/model-vers/model-ver/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d?depth=0|INFO|500||Invoke
2021-09-23T09:00:48.807Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/134f1653-6a02-4ec3-9546-10a76914ff6b/model-vers/model-ver/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T09:00:49.669Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/134f1653-6a02-4ec3-9546-10a76914ff6b/model-vers/model-ver/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d?depth=0|INFO|500||InvokeReturn
2021-09-23T09:00:49.671Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/134f1653-6a02-4ec3-9546-10a76914ff6b/model-vers/model-ver/0d5a3dcb-61a9-4a96-b09d-f21f4d19b49d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-09:00:48:809-61831], vertex-id=[540808], Content-Length=[0], Date=[Thu, 23 Sep 2021 09:00:48 GMT], Content-Type=[application/json]}
2021-09-23T09:00:49.671Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T09:00:49.672Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T09:00:49.672Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:00:49.682Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T09:00:49.683Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11aea482-41ec-45b5-bb7b-10d926513b27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T09:00:49.683Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T09:00:49.684Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:00:49.686Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:00:49.687Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387649683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T09:00:49.787Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:00:49.788Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:00:49.788Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:49.802Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:49.803Z||pool-111-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-09-23T09:00:55.850Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:00:55.851Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:00:55.851Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:00:55.854Z||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-09-23T09:00:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:00:55.979Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:00:55.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:00:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:01:05.422Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:01:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:01:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T09:01:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:01:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:01:55.854Z||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-09-23T09:01:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:01:56.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:01:56.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387596920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:01:56.385Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:01:56.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:01:56.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387597923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T09:01:56.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T09:01:56.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:01:56.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "clamp",
  "timestamp": 1632387598927,
  "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-09-23T09:01:56.397Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 11aea482-41ec-45b5-bb7b-10d926513b27
2021-09-23T09:01:56.397Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11aea482-41ec-45b5-bb7b-10d926513b27 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-09-23T09:01:56.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T09:01:56.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:01:56.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:01:56.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:01:56.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T09:01:56.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:01:56.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:01:56.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:01:56.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387595850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:01:56.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:01:56.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387605636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:01:56.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387610752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:01:56.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387612412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:01:56.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387613567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:01:56.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387614664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T09:01:56.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387615667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T09:01:56.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387616670,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-23T09:01:56.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387617674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:01:56.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:01:56.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:01:56.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11aea482-41ec-45b5-bb7b-10d926513b27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387649683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T09:01:56.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:02:05.422Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:02:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:02:55.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:02:55.855Z||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-09-23T09:02:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:02:55.855Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T09:02:55.857Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:03:05.430Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:03:05.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:03:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:03:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:03:55.856Z||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-09-23T09:03:55.856Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T09:03:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:03:55.857Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:04:05.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:04:05.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:04:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:04:55.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:04:55.855Z||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-09-23T09:04:55.855Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T09:04:55.855Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:04:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:05:05.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:05.464Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:55.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:05:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-09-23T09:05:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:05:55.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:05:55.854Z||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-09-23T09:05:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:05:56.488Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:56.489Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.489Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c1712ed-0f8a-4d82-bbad-7495d3911f17","serviceName":"Demo_pNF_EErnp68UzvVisqhiAj81","serviceVersion":"1.0","serviceUUID":"52fd0ff1-edca-4d47-908e-b1ff626924c1","serviceDescription":"catalog service description","serviceInvariantUUID":"5c3b03cd-24af-48cf-94fd-c54d9232824e","resources":[{"resourceInstanceName":"pNF 38ef6bc3-ad44 0","resourceName":"pNF 38ef6bc3-ad44","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0b609062-8d44-4e51-985b-2392829eabc4","resourceInvariantUUID":"039477f3-00d4-41b7-b067-8503b8020994","resourceCustomizationUUID":"58c883ca-ab47-4eef-af87-86f65a7f95e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml","artifactChecksum":"OTdmYTUzZDNhZDRkZTljYjVhY2Q5MjA1MTI1MTA0ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1013ddf4-a53b-459a-8213-de94eeb323f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar","artifactChecksum":"YjY4M2UxMDhjMjdiNWQxNGZjNjQ4NzJmMjYyZjI4NzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95560e7a-904b-4a59-882e-f72477b8b02f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b390efce-2dad-4ac0-8392-9deb8375383b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml","artifactChecksum":"N2IxMzFjZDc5ODY3OGY1MzZhYjFhMjg4YThjZmY2NjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e1cacb6-851f-45a4-af8e-469868f4d0c0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d22fbe10-23ab-4840-b36d-3e6651621766","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d2e8264-1eab-434f-bdfa-a4ae1e842929","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEernp68uzvvisqhiaj81-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml","artifactChecksum":"ZWUwMTQ0Y2NjMDhjNmJhMjkzOTE5YTlkNjdmNDg0YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94b1cb6c-5e1e-45ac-8c2e-e806156b0d9b","artifactVersion":"1"},{"artifactName":"service-DemoPnfEernp68uzvvisqhiaj81-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar","artifactChecksum":"YWMyODYwZDMzYzFiZTRjNWVmNjJmZDg2YmQwZjg2MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"00027574-2514-4dfb-9a55-74598337e2cc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T09:05:56.494Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:56.494Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:05:56.495Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:05:56.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387908482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387913173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387912782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "dcae-sch",
  "timestamp": 1632387914184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.500Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:05:56.500Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387908482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387913173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387912782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "dcae-sch",
  "timestamp": 1632387914184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387908482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387913173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387912782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "dcae-sch",
  "timestamp": 1632387914184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387908482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387913173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387912782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "dcae-sch",
  "timestamp": 1632387914184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387913173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387908482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387912782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "dcae-sch",
  "timestamp": 1632387914184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387908482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387913173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387912782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "dcae-sch",
  "timestamp": 1632387914184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387908482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387913173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387912782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "dcae-sch",
  "timestamp": 1632387914184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387921600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387908482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:05:56.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387913173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:05:56.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387912782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:05:56.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "dcae-sch",
  "timestamp": 1632387914184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387921600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387921600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387923769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387923768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387924374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387921600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387925264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:05:56.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387923769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387923768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387925859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:05:56.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387924374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387921600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "cds",
  "timestamp": 1632387926271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-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-09-23T09:05:56.551Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c1712ed-0f8a-4d82-bbad-7495d3911f17
2021-09-23T09:05:56.552Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c1712ed-0f8a-4d82-bbad-7495d3911f17 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-09-23T09:05:56.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387923769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387923768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387926863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387924374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387921600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387923769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387923768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387927676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:05:56.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "policy-id",
  "timestamp": 1632387927868,
  "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-09-23T09:05:56.568Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c1712ed-0f8a-4d82-bbad-7495d3911f17
2021-09-23T09:05:56.568Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c1712ed-0f8a-4d82-bbad-7495d3911f17 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-09-23T09:05:56.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387924374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387921600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387923769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387923768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387928694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:05:56.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387924374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632387921600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387923768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387923769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "clamp",
  "timestamp": 1632387929699,
  "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-09-23T09:05:56.587Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c1712ed-0f8a-4d82-bbad-7495d3911f17
2021-09-23T09:05:56.587Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c1712ed-0f8a-4d82-bbad-7495d3911f17 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-09-23T09:05:56.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387924374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387923769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387923768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387924374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387923769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:56.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387923768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:05:56.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387924374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:05:56.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:05:56.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387932649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:05:56.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387932690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:05:56.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.600Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:05:56.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387933609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:05:56.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.601Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:05:56.601Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:05:56.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387933859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T09:05:56.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387934544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:05:56.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632387934863,
  "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-09-23T09:05:56.606Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7c1712ed-0f8a-4d82-bbad-7495d3911f17
2021-09-23T09:05:56.606Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c1712ed-0f8a-4d82-bbad-7495d3911f17 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-09-23T09:05:56.614Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:56.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632387935548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2021-09-23T09:05:56.614Z||pool-112-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=?
2021-09-23T09:05:56.619Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c1712ed-0f8a-4d82-bbad-7495d3911f17
2021-09-23T09:05:56.620Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c1712ed-0f8a-4d82-bbad-7495d3911f17 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-09-23T09:05:56.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387938805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:05:56.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:05:56.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:05:56.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "aai-ml",
  "timestamp": 1632387939809,
  "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-09-23T09:05:56.632Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c1712ed-0f8a-4d82-bbad-7495d3911f17
2021-09-23T09:05:56.632Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c1712ed-0f8a-4d82-bbad-7495d3911f17 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-09-23T09:05:57.501Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:05:57.501Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:05:57.503Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:05:57.503Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:57.603Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:05:57.604Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:05:57.604Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:05:57.616Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:57.616Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:05:58.503Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:05:58.504Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:05:58.506Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:05:58.506Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:58.606Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:05:58.606Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:05:58.607Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:05:58.615Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:58.615Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:05:59.507Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:05:59.507Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:05:59.512Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:05:59.512Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:05:59.612Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:05:59.613Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:05:59.613Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:05:59.625Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:59.626Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:06:00.513Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:06:00.514Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:06:00.517Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:06:00.517Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:06:00.619Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T09:06:00.620Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:06:00.620Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:00.629Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:00.629Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:06:01.518Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:06:01.518Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:06:01.521Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:06:01.521Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:06:01.621Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T09:06:01.622Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:06:01.622Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:01.662Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:01.662Z||pool-117-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:06:02.522Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:06:02.523Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:06:02.524Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:06:02.524Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:06:02.625Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T09:06:02.625Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:06:02.626Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:02.637Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:02.637Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:06:03.525Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:06:03.525Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:06:03.539Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:06:03.539Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:06:03.629Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-09-23T09:06:03.630Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:06:03.630Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:03.676Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:03.677Z||pool-119-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:06:04.540Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "serviceName": "Demo_pNF_EErnp68UzvVisqhiAj81",
  "serviceVersion": "1.0",
  "serviceUUID": "52fd0ff1-edca-4d47-908e-b1ff626924c1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5c3b03cd-24af-48cf-94fd-c54d9232824e",
  "resources": [
    {
      "resourceInstanceName": "pNF 38ef6bc3-ad44 0",
      "resourceCustomizationUUID": "58c883ca-ab47-4eef-af87-86f65a7f95e4",
      "resourceName": "pNF 38ef6bc3-ad44",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0b609062-8d44-4e51-985b-2392829eabc4",
      "resourceInvariantUUID": "039477f3-00d4-41b7-b067-8503b8020994",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
      "artifactChecksum": "YWMyODYwZDMzYzFiZTRjNWVmNjJmZDg2YmQwZjg2MjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "00027574-2514-4dfb-9a55-74598337e2cc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T09:06:04.540Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T09:06:04.540Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 52fd0ff1-edca-4d47-908e-b1ff626924c1 ASDC
2021-09-23T09:06:04.541Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c1712ed-0f8a-4d82-bbad-7495d3911f17
ServiceName:Demo_pNF_EErnp68UzvVisqhiAj81
ServiceVersion:1.0
ServiceUUID:52fd0ff1-edca-4d47-908e-b1ff626924c1
ServiceInvariantUUID:5c3b03cd-24af-48cf-94fd-c54d9232824e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
ArtifactUUID:00027574-2514-4dfb-9a55-74598337e2cc
ArtifactChecksum:YWMyODYwZDMzYzFiZTRjNWVmNjJmZDg2YmQwZjg2MjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 38ef6bc3-ad44 0
ResourceCustomizationUUID:58c883ca-ab47-4eef-af87-86f65a7f95e4
ResourceInvariantUUID:039477f3-00d4-41b7-b067-8503b8020994
ResourceName:pNF 38ef6bc3-ad44
ResourceType:PNF
ResourceUUID:0b609062-8d44-4e51-985b-2392829eabc4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-23T09:06:04.541Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52fd0ff1-edca-4d47-908e-b1ff626924c1 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-09-23T09:06:04.585Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T09:06:04.586Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T09:06:04.586Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T09:06:04.586Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 00027574-2514-4dfb-9a55-74598337e2cc from URL: /sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:04.586Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T09:06:04.586Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:05.944Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T09:06:05.948Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar 00027574-2514-4dfb-9a55-74598337e2cc 82538
2021-09-23T09:06:05.949Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar ASDC sendASDCNotification
2021-09-23T09:06:05.949Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:05.949Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T09:06:05.949Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:06:05.951Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:06:05.951Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387965949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:06:06.052Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T09:06:06.053Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:06:06.053Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:06.064Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:06.065Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:06:06.952Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T09:06:06.964Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T09:06:06.965Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 00027574-2514-4dfb-9a55-74598337e2cc, URL: /sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar to file: /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:06.965Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:06.966Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:06.966Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.142Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP639868454016621204/Definitions/service-DemoPnfEernp68uzvvisqhiaj81-template.yml
2021-09-23T09:06:07.981Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T09:06:07.982Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T09:06:07.982Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.983Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-23T09:06:07.983Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.983Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.984Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.984Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.984Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.984Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.985Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 38ef6bc3-ad44 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-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:07.985Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T09:06:07.985Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:07.986Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:07.986Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Node template pNF 38ef6bc3-ad44 0 is matching search criteria
2021-09-23T09:06:07.986Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T09:06:07.987Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 38ef6bc3-ad44 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T09:06:07.987Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:07.987Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:07.988Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Node template pNF 38ef6bc3-ad44 0 is matching search criteria
2021-09-23T09:06:07.988Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T09:06:07.988Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 38ef6bc3-ad44 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T09:06:07.988Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:07.989Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:07.989Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:07.989Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:07.989Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:07.990Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:07.990Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:07.990Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:07.991Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:07.991Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:07.991Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_EErnp68UzvVisqhiAj81
Description:catalog service description
Model UUID:52fd0ff1-edca-4d47-908e-b1ff626924c1
Model Version:NULL
Model InvariantUuid:5c3b03cd-24af-48cf-94fd-c54d9232824e
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T09:06:08.004Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0b609062-8d44-4e51-985b-2392829eabc4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:06:08.008Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||pNF 38ef6bc3-ad44 0
2021-09-23T09:06:08.008Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0b609062-8d44-4e51-985b-2392829eabc4
2021-09-23T09:06:08.008Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 52fd0ff1-edca-4d47-908e-b1ff626924c1
2021-09-23T09:06:08.008Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 52fd0ff1-edca-4d47-908e-b1ff626924c1
2021-09-23T09:06:08.009Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 38ef6bc3-ad44 0 0b609062-8d44-4e51-985b-2392829eabc4 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:06:08.012Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3efe2b3d, org.onap.sdc.toscaparser.api.parameters.Input@3fcc70e4, org.onap.sdc.toscaparser.api.parameters.Input@1438e602, org.onap.sdc.toscaparser.api.parameters.Input@1e07dc28, org.onap.sdc.toscaparser.api.parameters.Input@51efbb16]
2021-09-23T09:06:08.012Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:08.013Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:08.013Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 52fd0ff1-edca-4d47-908e-b1ff626924c1: pNF 38ef6bc3-ad44
2021-09-23T09:06:08.013Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||Processing PNF resource: 0b609062-8d44-4e51-985b-2392829eabc4
2021-09-23T09:06:08.013Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:06:08.013Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EErnp68UzvVisqhiAj81 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:06:08.014Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||Resource customization UUID: 58c883ca-ab47-4eef-af87-86f65a7f95e4 is the same as notified resource customizationUUID: 58c883ca-ab47-4eef-af87-86f65a7f95e4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-09-23T09:06:08.058Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 38ef6bc3-ad44 0b609062-8d44-4e51-985b-2392829eabc4 0 ASDC deployResourceStructure
2021-09-23T09:06:08.059Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar ASDC sendASDCNotification
2021-09-23T09:06:08.059Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar
2021-09-23T09:06:08.059Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T09:06:08.059Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:06:08.062Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:06:08.062Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387968059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:06:08.169Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-23T09:06:08.169Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:06:08.170Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:08.183Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:08.184Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:06:09.062Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c1712ed-0f8a-4d82-bbad-7495d3911f17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T09:06:09.073Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c1712ed-0f8a-4d82-bbad-7495d3911f17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T09:06:09.078Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T09:06:09.078Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T09:06:09.078Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T09:06:09.078Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T09:06:09.078Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:06:09.078Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:06:09.079Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:06:09.079Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:06:09.079Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:06:09.079Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:06:09.079Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:06:09.080Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T09:06:09.084Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T09:06:39.084Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c1712ed-0f8a-4d82-bbad-7495d3911f17 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-09-23T09:06:39.090Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c1712ed-0f8a-4d82-bbad-7495d3911f17 and serviceModelVersionId: 52fd0ff1-edca-4d47-908e-b1ff626924c1
2021-09-23T09:06:39.090Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c3b03cd-24af-48cf-94fd-c54d9232824e
2021-09-23T09:06:39.092Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c3b03cd-24af-48cf-94fd-c54d9232824e/model-vers/model-ver/52fd0ff1-edca-4d47-908e-b1ff626924c1?depth=0
2021-09-23T09:06:39.096Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T09:06:39.138Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c3b03cd-24af-48cf-94fd-c54d9232824e/model-vers/model-ver/52fd0ff1-edca-4d47-908e-b1ff626924c1?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-09-23T09:06:39.140Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c3b03cd-24af-48cf-94fd-c54d9232824e/model-vers/model-ver/52fd0ff1-edca-4d47-908e-b1ff626924c1?depth=0|INFO|500||Invoke
2021-09-23T09:06:39.162Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c3b03cd-24af-48cf-94fd-c54d9232824e/model-vers/model-ver/52fd0ff1-edca-4d47-908e-b1ff626924c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T09:06:39.451Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c3b03cd-24af-48cf-94fd-c54d9232824e/model-vers/model-ver/52fd0ff1-edca-4d47-908e-b1ff626924c1?depth=0|INFO|500||InvokeReturn
2021-09-23T09:06:39.451Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c3b03cd-24af-48cf-94fd-c54d9232824e/model-vers/model-ver/52fd0ff1-edca-4d47-908e-b1ff626924c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210923-09:06:39:164-47465], vertex-id=[249968], Content-Length=[0], Date=[Thu, 23 Sep 2021 09:06:39 GMT], Content-Type=[application/json]}
2021-09-23T09:06:39.451Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T09:06:39.452Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T09:06:39.452Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:06:39.456Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T09:06:39.457Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c1712ed-0f8a-4d82-bbad-7495d3911f17 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T09:06:39.457Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T09:06:39.457Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:06:39.460Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:06:39.460Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387999457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T09:06:39.560Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:06:39.560Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:06:39.561Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:39.577Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:39.578Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 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-09-23T09:06:55.852Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:06:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:06:55.854Z||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-09-23T09:06:55.854Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|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-09-23T09:06:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:55.855Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:06:55.985Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:55.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:06:55.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:06:55.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:07:05.443Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:07:55.850Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:07:55.851Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|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-09-23T09:07:55.851Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:07:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:07:55.854Z||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-09-23T09:07:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:07:56.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:07:56.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:07:56.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:07:56.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:07:56.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/resourceInstances/pnf38ef6bc3ad440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387955850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:07:56.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387965949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:07:56.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:07:56.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387968059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEernp68uzvvisqhiaj81/1.0/artifacts/service-DemoPnfEernp68uzvvisqhiaj81-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:07:56.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:07:56.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T09:07:56.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c1712ed-0f8a-4d82-bbad-7495d3911f17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632387999457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T09:07:56.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:08:05.457Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:08:55.850Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:08:55.851Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|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-09-23T09:08:55.852Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:08:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:08:55.854Z||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-09-23T09:08:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:09:05.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:05.435Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:55.850Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:09:55.852Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|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-09-23T09:09:55.852Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:09:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:09:55.854Z||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-09-23T09:09:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:09:56.478Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:56.478Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.479Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4bd71669-61af-4576-b5f8-47c8464ea704","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a0f0f89c-7888-4d57-80e7-306d708f24f8","serviceDescription":"service","serviceInvariantUUID":"3cd82f7f-9007-4aab-9806-ad3285449ec0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e761c841-bc31-4044-807a-f779c22afd2e","resourceInvariantUUID":"04f7cec6-0ccd-4ee0-8a46-06faf33241c0","resourceCustomizationUUID":"1ea51d1e-a9dd-4308-a63b-f5cbcfe44c63","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":"MzFjMWQ2NWJmMjIxNTY4ZmY0Nzg0NmRhZDE2NGRmMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f939124-9d60-4f27-9132-32aed2f5c77f","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":"257b6629-916e-47e7-8ed1-1f7865a41241","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":"cc495107-6f57-4615-bb05-c7cad2e499b7","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":"YTc4ZmJiMGRlMjUzZGQxNDA2MjhmMWMxOWI2OGY0MDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fe5ae519-ce61-40f6-abe1-5427208ec106","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":"0b59854d-1ea5-46ef-8c9e-a3b210adc77f","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":"6931a1c6-5a00-473e-9281-25674c3ab291","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":"93f8bb27-1b6d-4fff-9b3c-66b4f5273cbc","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":"MjhkYTYzMDY0ODY1NWM2MjNlZmQ0NzU5NGIwZjc1Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5394fe51-47d9-4242-ad6b-f6833362ebd4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzhjMjFjZjIxYTczYWMwODZlZDk0NjdhNjQyNTI2NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4d11445-719b-459a-9448-624df5e962a2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T09:09:56.482Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:09:56.482Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:09:56.487Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:09:56.487Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:56.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632388161604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388163768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388164374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:09:56.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388174282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:09:56.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388174250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:09:56.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388174279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:09:56.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388175322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T09:09:56.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632388176326,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T09:09:56.531Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4bd71669-61af-4576-b5f8-47c8464ea704
2021-09-23T09:09:56.532Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd71669-61af-4576-b5f8-47c8464ea704 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-09-23T09:09:56.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388176312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:09:56.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388168173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:09:56.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632388177315,
  "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-09-23T09:09:56.547Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4bd71669-61af-4576-b5f8-47c8464ea704
2021-09-23T09:09:56.547Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd71669-61af-4576-b5f8-47c8464ea704 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-09-23T09:09:56.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388178362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:09:56.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388179417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "cds",
  "timestamp": 1632388179656,
  "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=?
2021-09-23T09:09:56.567Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4bd71669-61af-4576-b5f8-47c8464ea704
2021-09-23T09:09:56.567Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd71669-61af-4576-b5f8-47c8464ea704 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-09-23T09:09:56.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "aai-ml",
  "timestamp": 1632388180421,
  "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-09-23T09:09:56.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4bd71669-61af-4576-b5f8-47c8464ea704
2021-09-23T09:09:56.579Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd71669-61af-4576-b5f8-47c8464ea704 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-09-23T09:09:56.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.587Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:09:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.588Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:09:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.588Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:09:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388172782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:09:56.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "dcae-sch",
  "timestamp": 1632388174178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388183869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:09:56.594Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388184874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:09:56.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "policy-id",
  "timestamp": 1632388185876,
  "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-09-23T09:09:56.599Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:56.600Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:09:56.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4bd71669-61af-4576-b5f8-47c8464ea704
2021-09-23T09:09:56.608Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd71669-61af-4576-b5f8-47c8464ea704 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-09-23T09:09:56.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:56.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388178482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:09:56.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:09:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388192737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:09:56.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388194741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:09:56.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:09:56.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T09:09:56.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "clamp",
  "timestamp": 1632388195745,
  "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-09-23T09:09:56.625Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4bd71669-61af-4576-b5f8-47c8464ea704
2021-09-23T09:09:56.625Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd71669-61af-4576-b5f8-47c8464ea704 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-09-23T09:09:57.489Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:09:57.489Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:09:57.495Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:09:57.495Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:57.592Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-23T09:09:57.594Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:09:57.594Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:09:57.609Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:57.609Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:09:58.496Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:09:58.498Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:09:58.500Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:09:58.500Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:58.601Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T09:09:58.602Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:09:58.602Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:09:58.623Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:58.624Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:09:59.502Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:09:59.504Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:09:59.506Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:09:59.506Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:09:59.606Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:09:59.608Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:09:59.609Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:09:59.627Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:59.627Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:10:00.508Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:10:00.510Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:10:00.514Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:10:00.514Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:10:00.615Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:10:00.617Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:10:00.617Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:00.629Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:00.629Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:10:01.516Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:10:01.516Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:10:01.527Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:10:01.527Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:10:01.619Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-09-23T09:10:01.620Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:10:01.620Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:01.629Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:01.629Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:10:02.531Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:10:02.532Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:10:02.534Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:10:02.534Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:10:02.639Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-23T09:10:02.641Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:10:02.641Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:02.651Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:02.652Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T09:10:03.542Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:10:03.543Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:10:03.551Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:10:03.551Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:10:03.651Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:10:03.652Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:10:03.652Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:03.667Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:03.668Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:10:04.554Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T09:10:04.555Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:10:04.558Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:10:04.558Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:10:04.659Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T09:10:04.659Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:10:04.659Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:04.670Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:04.670Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:10:05.560Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a0f0f89c-7888-4d57-80e7-306d708f24f8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3cd82f7f-9007-4aab-9806-ad3285449ec0",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1ea51d1e-a9dd-4308-a63b-f5cbcfe44c63",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e761c841-bc31-4044-807a-f779c22afd2e",
      "resourceInvariantUUID": "04f7cec6-0ccd-4ee0-8a46-06faf33241c0",
      "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": "MzhjMjFjZjIxYTczYWMwODZlZDk0NjdhNjQyNTI2NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4d11445-719b-459a-9448-624df5e962a2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T09:10:05.560Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T09:10:05.560Z|7c1712ed-0f8a-4d82-bbad-7495d3911f17|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a0f0f89c-7888-4d57-80e7-306d708f24f8 ASDC
2021-09-23T09:10:05.561Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4bd71669-61af-4576-b5f8-47c8464ea704
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a0f0f89c-7888-4d57-80e7-306d708f24f8
ServiceInvariantUUID:3cd82f7f-9007-4aab-9806-ad3285449ec0
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:c4d11445-719b-459a-9448-624df5e962a2
ArtifactChecksum:MzhjMjFjZjIxYTczYWMwODZlZDk0NjdhNjQyNTI2NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1ea51d1e-a9dd-4308-a63b-f5cbcfe44c63
ResourceInvariantUUID:04f7cec6-0ccd-4ee0-8a46-06faf33241c0
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e761c841-bc31-4044-807a-f779c22afd2e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-23T09:10:05.561Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0f0f89c-7888-4d57-80e7-306d708f24f8 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-09-23T09:10:05.607Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T09:10:05.608Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T09:10:05.608Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T09:10:05.608Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c4d11445-719b-459a-9448-624df5e962a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-23T09:10:05.608Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T09:10:05.608Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-23T09:10:07.347Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T09:10:07.359Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c4d11445-719b-459a-9448-624df5e962a2 105554
2021-09-23T09:10:07.360Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-23T09:10:07.360Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-23T09:10:07.360Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T09:10:07.360Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:10:07.362Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:10:07.362Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388207360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:10:07.463Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T09:10:07.464Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:10:07.464Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:07.477Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:07.477Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:10:08.363Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T09:10:08.364Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T09:10:08.364Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c4d11445-719b-459a-9448-624df5e962a2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:08.364Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-23T09:10:08.365Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:08.365Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:08.649Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP206210762245596254/Definitions/service-TestPnfMacro-template.yml
2021-09-23T09:10:09.459Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T09:10:09.460Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T09:10:09.460Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.460Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-23T09:10:09.460Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.460Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.461Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.461Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.461Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.461Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.461Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.461Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T09:10:09.462Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.462Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.463Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-23T09:10:09.463Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T09:10:09.463Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T09:10:09.463Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.464Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.464Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-23T09:10:09.464Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T09:10:09.464Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T09:10:09.465Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.465Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.465Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.465Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.465Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.466Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.466Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.466Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.466Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.466Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.467Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a0f0f89c-7888-4d57-80e7-306d708f24f8
Model Version:NULL
Model InvariantUuid:3cd82f7f-9007-4aab-9806-ad3285449ec0
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T09:10:09.475Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: e761c841-bc31-4044-807a-f779c22afd2e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:10:09.478Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||test-pnf 0
2021-09-23T09:10:09.479Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e761c841-bc31-4044-807a-f779c22afd2e
2021-09-23T09:10:09.479Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||No resources found for Service: a0f0f89c-7888-4d57-80e7-306d708f24f8
2021-09-23T09:10:09.479Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a0f0f89c-7888-4d57-80e7-306d708f24f8
2021-09-23T09:10:09.479Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e761c841-bc31-4044-807a-f779c22afd2e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:10:09.483Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f1b5c48, org.onap.sdc.toscaparser.api.parameters.Input@350f791b, org.onap.sdc.toscaparser.api.parameters.Input@f8b5e15, org.onap.sdc.toscaparser.api.parameters.Input@20b8cf12, org.onap.sdc.toscaparser.api.parameters.Input@25c42e51]
2021-09-23T09:10:09.484Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.484Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.484Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a0f0f89c-7888-4d57-80e7-306d708f24f8: test-pnf
2021-09-23T09:10:09.484Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||Processing PNF resource: e761c841-bc31-4044-807a-f779c22afd2e
2021-09-23T09:10:09.484Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T09:10:09.484Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T09:10:09.485Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||Resource customization UUID: 1ea51d1e-a9dd-4308-a63b-f5cbcfe44c63 is the same as notified resource customizationUUID: 1ea51d1e-a9dd-4308-a63b-f5cbcfe44c63
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-09-23T09:10:09.529Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e761c841-bc31-4044-807a-f779c22afd2e 0 ASDC deployResourceStructure
2021-09-23T09:10:09.529Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-23T09:10:09.529Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-23T09:10:09.529Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T09:10:09.530Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:10:09.531Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:10:09.532Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388209529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:10:09.632Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T09:10:09.633Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:10:09.633Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:09.647Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:09.647Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T09:10:10.532Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bd71669-61af-4576-b5f8-47c8464ea704
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T09:10:10.540Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bd71669-61af-4576-b5f8-47c8464ea704
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T09:10:10.544Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T09:10:10.548Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T09:10:40.549Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4bd71669-61af-4576-b5f8-47c8464ea704 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-09-23T09:10:40.561Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4bd71669-61af-4576-b5f8-47c8464ea704 and serviceModelVersionId: a0f0f89c-7888-4d57-80e7-306d708f24f8
2021-09-23T09:10:40.561Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cd82f7f-9007-4aab-9806-ad3285449ec0
2021-09-23T09:10:40.562Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cd82f7f-9007-4aab-9806-ad3285449ec0/model-vers/model-ver/a0f0f89c-7888-4d57-80e7-306d708f24f8?depth=0
2021-09-23T09:10:40.568Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T09:10:40.613Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cd82f7f-9007-4aab-9806-ad3285449ec0/model-vers/model-ver/a0f0f89c-7888-4d57-80e7-306d708f24f8?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-09-23T09:10:40.615Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cd82f7f-9007-4aab-9806-ad3285449ec0/model-vers/model-ver/a0f0f89c-7888-4d57-80e7-306d708f24f8?depth=0|INFO|500||Invoke
2021-09-23T09:10:40.638Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cd82f7f-9007-4aab-9806-ad3285449ec0/model-vers/model-ver/a0f0f89c-7888-4d57-80e7-306d708f24f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T09:10:40.797Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cd82f7f-9007-4aab-9806-ad3285449ec0/model-vers/model-ver/a0f0f89c-7888-4d57-80e7-306d708f24f8?depth=0|INFO|500||InvokeReturn
2021-09-23T09:10:40.798Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cd82f7f-9007-4aab-9806-ad3285449ec0/model-vers/model-ver/a0f0f89c-7888-4d57-80e7-306d708f24f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-09:10:40:638-73422], vertex-id=[241752], Content-Length=[0], Date=[Thu, 23 Sep 2021 09:10:40 GMT], Content-Type=[application/json]}
2021-09-23T09:10:40.798Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T09:10:40.798Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T09:10:40.798Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T09:10:40.805Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T09:10:40.806Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4bd71669-61af-4576-b5f8-47c8464ea704 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T09:10:40.806Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T09:10:40.807Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T09:10:40.809Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T09:10:40.810Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388240806,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T09:10:40.911Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T09:10:40.912Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T09:10:40.912Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:40.935Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:40.936Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 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-09-23T09:10:55.851Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:10:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:10:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:10:55.854Z||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-09-23T09:10:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:10:55.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:55.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T09:10:55.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:10:55.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:05.449Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:11:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:11:55.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:11:55.855Z||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-09-23T09:11:55.855Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:11:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:11:55.855Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:11:56.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:11:56.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:11:56.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:56.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:11:56.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:56.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:11:56.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:56.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:11:56.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:56.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:11:56.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:56.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:11:56.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:56.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T09:11:56.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:56.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388195850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T09:11:56.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T09:11:56.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388207360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T09:11:56.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:11:56.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388209529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T09:11:56.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:11:56.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T09:11:56.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bd71669-61af-4576-b5f8-47c8464ea704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632388240806,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T09:11:56.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T09:12:05.440Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:12:55.850Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:12:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:12:55.853Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:12:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:12:55.854Z||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-09-23T09:12:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:13:05.438Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:13:05.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:13:55.850Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:13:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:13:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:13:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:13:55.855Z||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-09-23T09:13:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:14:05.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:14:05.455Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:14:55.850Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:14:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:14:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:14:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:14:55.854Z||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-09-23T09:14:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:15:05.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:15:05.427Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:15:55.850Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:15:55.853Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:15:55.853Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:15:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:15:55.854Z||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-09-23T09:15:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:16:05.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:16:05.450Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:16:55.850Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:16:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:16:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:16:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:16:55.854Z||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-09-23T09:16:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:17:05.447Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:17:05.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:17:55.851Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:17:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:17:55.854Z||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-09-23T09:17:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:17:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:17:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:18:05.487Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:18:05.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:18:55.851Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:18:55.853Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:18:55.855Z|11aea482-41ec-45b5-bb7b-10d926513b27|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-09-23T09:18:55.856Z|11aea482-41ec-45b5-bb7b-10d926513b27|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:18:55.855Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:18:55.856Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:19:05.451Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:19:05.452Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:19:55.851Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:19:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:19:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:19:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:19:55.855Z||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-09-23T09:19:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:20:05.446Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:20:05.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:20:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:20:55.854Z||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-09-23T09:20:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:20:55.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:20:55.858Z||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-09-23T09:20:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:21:05.412Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:21:05.413Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:21:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:21:55.853Z||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-09-23T09:21:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:21:55.855Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:21:55.856Z||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-09-23T09:21:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:22:05.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:22:05.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:22:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:22:55.854Z||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-09-23T09:22:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:22:55.855Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:22:55.855Z||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-09-23T09:22:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:23:05.455Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:23:05.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:23:55.850Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:23:55.851Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:23:55.852Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:23:55.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:23:55.855Z||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-09-23T09:23:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:24:05.438Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:24:05.475Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:24:55.850Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:24:55.853Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:24:55.853Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:24:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:24:55.854Z||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-09-23T09:24:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:25:05.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:25:05.439Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:25:55.850Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:25:55.853Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:25:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:25:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:25:55.854Z||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-09-23T09:25:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:26:05.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:26:05.446Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:26:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:26:55.852Z||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-09-23T09:26:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:26:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:26:55.854Z||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-09-23T09:26:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:27:05.410Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:27:05.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:27:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:27:55.852Z||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-09-23T09:27:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:27:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:27:55.854Z||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-09-23T09:27:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:28:05.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:28:05.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:28:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:28:55.853Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:28:55.853Z||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-09-23T09:28:55.854Z|11aea482-41ec-45b5-bb7b-10d926513b27|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-09-23T09:28:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:28:55.854Z|11aea482-41ec-45b5-bb7b-10d926513b27|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:29:05.434Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:29:05.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:29:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:29:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:29:55.854Z||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-09-23T09:29:55.854Z||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-09-23T09:29:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:29:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:30:05.446Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:30:05.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:30:55.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:30:55.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:30:55.855Z||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-09-23T09:30:55.855Z||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-09-23T09:30:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:30:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:31:05.432Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:31:05.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:31:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:31:55.852Z||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-09-23T09:31:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:31:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:31:55.854Z||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-09-23T09:31:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:32:05.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:32:05.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:32:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:32:55.852Z||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-09-23T09:32:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:32:55.853Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:32:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:32:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:33:05.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:33:05.537Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:33:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:33:55.853Z||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-09-23T09:33:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:33:55.853Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:33:55.854Z|11aea482-41ec-45b5-bb7b-10d926513b27|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-09-23T09:33:55.854Z|11aea482-41ec-45b5-bb7b-10d926513b27|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:34:05.436Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:34:05.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:34:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:34:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:34:55.854Z||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-09-23T09:34:55.854Z||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-09-23T09:34:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:34:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:35:05.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:35:05.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:35:55.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:35:55.852Z||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-09-23T09:35:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:35:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:35:55.854Z||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-09-23T09:35:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:36:05.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:36:05.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:36:55.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:36:55.853Z||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-09-23T09:36:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:36:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:36:55.854Z||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-09-23T09:36:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:37:05.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:37:05.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:37:55.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:37:55.853Z||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-09-23T09:37:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:37:55.853Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:37:55.854Z|11aea482-41ec-45b5-bb7b-10d926513b27|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-09-23T09:37:55.854Z|11aea482-41ec-45b5-bb7b-10d926513b27|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:38:05.442Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:38:05.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:38:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:38:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:38:55.854Z||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-09-23T09:38:55.854Z||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-09-23T09:38:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:38:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:39:05.386Z||http-nio-8085-exec-7|||||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)
2021-09-23T09:39:05.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:39:05.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:39:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:39:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:39:55.854Z||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-09-23T09:39:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:39:55.854Z||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-09-23T09:39:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:40:05.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:40:05.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:40:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:40:55.851Z||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-09-23T09:40:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:40:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:40:55.854Z||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-09-23T09:40:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:41:05.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:41:05.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:41:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:41:55.852Z||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-09-23T09:41:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:41:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:41:55.854Z||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-09-23T09:41:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:42:05.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:42:05.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:42:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:42:55.852Z||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-09-23T09:42:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:42:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:42:55.854Z||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-09-23T09:42:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:43:05.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:43:05.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:43:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:43:55.853Z||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-09-23T09:43:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:43:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:43:55.854Z||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-09-23T09:43:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:44:05.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:44:05.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:44:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:44:55.853Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:44:55.856Z|11aea482-41ec-45b5-bb7b-10d926513b27|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-09-23T09:44:55.856Z||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-09-23T09:44:55.857Z|11aea482-41ec-45b5-bb7b-10d926513b27|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:44:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:45:05.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:45:05.443Z|11aea482-41ec-45b5-bb7b-10d926513b27|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:45:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:45:55.851Z||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-09-23T09:45:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:45:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:45:55.854Z||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-09-23T09:45:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:46:05.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:46:05.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:46:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:46:55.852Z||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-09-23T09:46:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:46:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:46:55.854Z||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-09-23T09:46:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:47:05.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:47:05.438Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:47:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:47:55.852Z||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-09-23T09:47:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:47:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:47:55.854Z||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-09-23T09:47:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:48:05.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:48:05.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:48:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:48:55.852Z||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-09-23T09:48:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:48:55.853Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:48:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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-09-23T09:48:55.854Z|4bd71669-61af-4576-b5f8-47c8464ea704|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T09:49:05.444Z|4bd71669-61af-4576-b5f8-47c8464ea704|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:49:05.451Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK