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-13T06:24:10.844Z||main|||||INFO|500||The following profiles are active: basic
2021-09-13T06:24:29.210Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-13T06:24:29.212Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-13T06:24:30.135Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-13T06:24:38.931Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-13T06:24:39.886Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-13T06:24:40.505Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-13T06:24:40.514Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-13T06:24:40.791Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-13T06:24:41.471Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-13T06:24:42.427Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-13T06:24:47.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-13T06:24:49.821Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-13T06:24:49.878Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-13T06:24:50.454Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-13T06:24:50.654Z||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-13T06:24:51.933Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-13T06:24:53.027Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-13T06:24:53.044Z||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$$a1a3d335.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-13T06:24:53.045Z||main|||||WARN|500||The sdc end point is not alive
2021-09-13T06:24:55.818Z||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-13T06:24:58.589Z||main|||||WARN|500||---
2021-09-13T06:24:58.589Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-13T06:24:58.591Z||main|||||WARN|500||---
2021-09-13T06:24:59.116Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-13T06:25:04.334Z||main|||||INFO|500||Started Application in 57.249 seconds (JVM running for 64.147)
2021-09-13T06:25:04.358Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-13T06:25:04.362Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-13T06:25:04.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-13T06:25:04.423Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-13T06:25:04.483Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6f2d885-cada-48ee-a33d-d344a2dd00a2 url= /sdc/v1/artifactTypes
2021-09-13T06:25:04.484Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-13T06:25:04.774Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-13T06:25:04.800Z||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-13T06:25:04.832Z||scheduling-1|||||DEBUG|500||create keys
2021-09-13T06:25:04.841Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-13T06:25:04.887Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:25:04.907Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9c2a09b3-4347-4eca-9d6e-fd8f81d1a2dd url= /sdc/v1/registerForDistribution
2021-09-13T06:25:05.148Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9c2a09b3-4347-4eca-9d6e-fd8f81d1a2dd url= /sdc/v1/registerForDistribution
2021-09-13T06:25:05.148Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-13T06:25:05.158Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:25:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:25:05.171Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-13T06:25:05.179Z||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-13T06:25:05.180Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:25:05.182Z||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-13T06:25:05.182Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:25:15.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:25:15.550Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:26:05.156Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:26:05.158Z||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-13T06:26:05.158Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:26:05.158Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:26:05.160Z||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-13T06:26:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:26:14.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:26:14.743Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:27:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:27:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:27:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:27:05.160Z||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-13T06:27:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:27:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:27:14.745Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:27:14.744Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:28:05.156Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:28:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:28:05.160Z||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-13T06:28:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:28:05.160Z||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-13T06:28:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:28:14.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:28:14.742Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:29:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:29:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:29:05.160Z||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-13T06:29:05.160Z||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-13T06:29:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:29:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:29:14.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:29:14.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:30:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:30:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:30:05.160Z||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-13T06:30:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:30:05.163Z||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-13T06:30:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:30:14.730Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:30:14.733Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:31:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:31:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:31:05.160Z||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-13T06:31:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:31:05.160Z||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-13T06:31:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:31:14.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:31:14.780Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:32:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:32:05.160Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:32:05.160Z||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-13T06:32:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:32:05.165Z||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-13T06:32:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:32:14.731Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:32:14.734Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:33:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:33:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:33:05.161Z||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-13T06:33:05.161Z||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-13T06:33:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:33:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:33:14.749Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:33:14.758Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:34:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:34:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:34:05.163Z||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-13T06:34:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:34:05.163Z||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-13T06:34:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:34:14.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:34:14.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:34:40.325Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-13T06:35:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:35:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:35:05.159Z||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-13T06:35:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:35:05.159Z||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-13T06:35:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:35:14.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:35:14.754Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:36:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:36:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:36:05.160Z||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-13T06:36:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:36:05.164Z||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-13T06:36:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:36:14.760Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:36:14.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:37:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:37:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:37:05.160Z||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-13T06:37:05.160Z||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-13T06:37:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:37:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:37:14.757Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:37:14.762Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:38:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:38:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:38:05.159Z||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-13T06:38:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:38:05.159Z||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-13T06:38:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:38:14.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:38:14.773Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:39:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:39:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:39:05.160Z||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-13T06:39:05.160Z||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-13T06:39:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:39:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:39:14.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:39:14.785Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:40:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:40:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:40:05.159Z||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-13T06:40:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:40:05.159Z||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-13T06:40:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:40:14.727Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:40:14.731Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:41:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:41:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:41:05.161Z||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-13T06:41:05.161Z||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-13T06:41:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:41:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:41:14.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:41:14.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:42:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:42:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:42:05.159Z||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-13T06:42:05.159Z||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-13T06:42:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:42:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:42:14.730Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:42:14.735Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:43:05.156Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:43:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:43:05.159Z||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-13T06:43:05.159Z||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-13T06:43:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:43:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:43:14.762Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:43:14.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:44:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:44:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:44:05.161Z||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-13T06:44:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:44:05.161Z||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-13T06:44:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:44:14.745Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:44:14.787Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:45:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:45:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:45:05.159Z||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-13T06:45:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:45:05.159Z||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-13T06:45:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:45:14.761Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:45:14.764Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:46:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:46:05.159Z||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-13T06:46:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:46:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:46:05.159Z||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-13T06:46:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:46:14.775Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:46:14.791Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:47:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:47:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:47:05.159Z||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-13T06:47:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:47:05.159Z||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-13T06:47:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:47:14.738Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:47:14.757Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:48:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:48:05.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:48:05.163Z||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-13T06:48:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:48:05.163Z||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-13T06:48:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:48:14.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:48:14.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:49:05.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:49:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:49:05.162Z||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-13T06:49:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:49:05.164Z||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-13T06:49:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:49:14.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:49:14.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:50:05.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:50:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:50:05.161Z||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-13T06:50:05.161Z||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-13T06:50:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:50:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:50:14.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:50:14.745Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:51:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:51:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:51:05.163Z||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-13T06:51:05.163Z||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-13T06:51:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:51:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:51:14.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:51:14.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:52:05.156Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:52:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:52:05.160Z||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-13T06:52:05.160Z||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-13T06:52:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:52:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:52:14.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:52:14.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:53:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:53:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:53:05.162Z||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-13T06:53:05.162Z||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-13T06:53:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:53:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:53:14.838Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:53:14.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:54:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:54:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:54:05.160Z||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-13T06:54:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:54:05.165Z||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-13T06:54:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:54:14.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:54:14.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:55:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:55:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:55:05.161Z||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-13T06:55:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:55:05.161Z||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-13T06:55:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:55:14.746Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:55:14.754Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:56:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:56:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:56:05.159Z||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-13T06:56:05.159Z||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-13T06:56:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:56:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:56:14.742Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:56:14.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:57:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:57:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:57:05.161Z||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-13T06:57:05.161Z||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-13T06:57:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:57:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:57:14.745Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:57:14.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:58:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:58:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:58:05.164Z||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-13T06:58:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:58:05.167Z||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-13T06:58:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:58:14.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:58:14.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:59:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:59:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:59:05.163Z||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-13T06:59:05.163Z||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-13T06:59:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:59:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T06:59:14.749Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T06:59:14.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:00:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:00:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:00:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:00:05.159Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:00:05.159Z||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-13T07:00:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:00:14.725Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:00:14.746Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:01:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:01:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:01:05.161Z||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-13T07:01:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:01:05.161Z||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-13T07:01:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:01:14.736Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:01:14.740Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:02:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:02:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:02:05.161Z||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-13T07:02:05.161Z||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-13T07:02:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:02:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:02:14.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:02:14.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:03:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:03:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:03:05.159Z||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-13T07:03:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:03:05.159Z||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-13T07:03:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:03:14.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:03:14.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:04:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:04:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:04:05.159Z||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-13T07:04:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:04:05.159Z||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-13T07:04:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:04:14.718Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:04:14.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:05:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:05:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:05:05.160Z||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-13T07:05:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:05:05.160Z||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-13T07:05:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:05:14.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:05:14.732Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:06:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:06:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:06:05.162Z||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-13T07:06:05.162Z||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-13T07:06:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:06:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:06:14.760Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:06:14.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:07:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:07:05.159Z||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-13T07:07:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:07:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:07:05.161Z||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-13T07:07:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:07:14.716Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:07:14.752Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:08:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:08:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:08:05.161Z||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-13T07:08:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:08:05.161Z||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-13T07:08:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:08:14.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:08:14.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:09:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:09:05.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:09:05.162Z||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-13T07:09:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:09:05.163Z||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-13T07:09:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:09:14.747Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:09:14.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:10:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:10:05.160Z||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-13T07:10:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:10:05.158Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:10:05.163Z||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-13T07:10:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:10:14.746Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:10:14.747Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:11:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:11:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:11:05.162Z||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-13T07:11:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:11:05.162Z||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-13T07:11:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:11:14.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:11:14.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:12:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:12:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:12:05.162Z||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-13T07:12:05.162Z||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-13T07:12:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:12:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:12:14.743Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:12:14.751Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:13:05.158Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:13:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:13:05.164Z||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-13T07:13:05.164Z||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-13T07:13:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:13:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:13:14.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:13:14.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:14:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:14:05.161Z||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-13T07:14:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:14:05.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:14:05.163Z||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-13T07:14:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:14:14.727Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:14:14.729Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:15:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:15:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:15:05.160Z||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-13T07:15:05.160Z||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-13T07:15:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:15:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:15:14.733Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:15:14.736Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:16:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:16:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:16:05.162Z||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-13T07:16:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:16:05.162Z||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-13T07:16:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:16:14.733Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:16:14.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:17:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:17:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:17:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:17:05.161Z||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-13T07:17:05.161Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:17:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:17:14.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:17:14.752Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:18:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:18:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:18:05.160Z||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-13T07:18:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:18:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:18:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:18:14.724Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:18:14.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:19:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:19:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:19:05.164Z||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-13T07:19:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:19:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:19:05.165Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:19:14.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:19:14.748Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:20:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:20:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:20:05.162Z||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-13T07:20:05.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:20:05.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:20:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:20:14.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:20:14.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:21:05.160Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:21:05.167Z||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-13T07:21:05.168Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:21:05.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:21:05.171Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:21:05.172Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:21:14.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:21:14.775Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:22:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:22:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:22:05.163Z||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-13T07:22:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:22:05.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:22:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:22:14.747Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:22:14.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:23:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:23:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:23:05.166Z||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-13T07:23:05.166Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:23:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:23:05.168Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:23:14.747Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:23:14.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:24:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:24:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:24:05.160Z||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-13T07:24:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:24:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:24:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:24:14.725Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:24:14.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:25:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:25:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:25:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:25:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:25:05.160Z||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-13T07:25:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:25:14.734Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:25:14.735Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:26:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:26:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:26:05.160Z||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-13T07:26:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:26:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:26:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:26:14.754Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:26:14.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:27:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:27:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:27:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:27:05.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:27:05.162Z||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-13T07:27:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:27:14.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:27:14.747Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:28:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:28:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:28:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:28:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:28:05.160Z||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-13T07:28:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:28:14.736Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:28:14.781Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:29:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:29:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:29:05.161Z||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-13T07:29:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:29:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:29:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:29:14.755Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:29:14.759Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:30:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:30:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:30:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:30:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:30:05.159Z||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-13T07:30:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:30:14.736Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:30:14.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:31:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:31:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:31:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:31:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:31:05.159Z||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-13T07:31:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:31:14.727Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:31:14.734Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:32:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:32:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:32:05.159Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:32:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:32:05.160Z||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-13T07:32:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:32:14.728Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:32:14.738Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:33:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:33:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:33:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:33:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:33:05.159Z||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-13T07:33:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:33:14.745Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:33:14.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:34:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:34:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:34:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:34:05.160Z||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-13T07:34:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:34:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:34:14.764Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:34:14.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:35:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:35:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:35:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:35:05.160Z||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-13T07:35:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:35:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:35:14.762Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:35:14.765Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:36:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:36:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:36:05.160Z||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-13T07:36:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:36:05.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:36:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:36:14.733Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:36:14.738Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:37:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:37:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:37:05.159Z||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-13T07:37:05.159Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:37:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:37:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:37:14.758Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:37:14.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:38:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:38:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:38:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:38:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:38:05.159Z||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-13T07:38:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:38:14.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:38:14.742Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:39:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:39:05.158Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:39:05.160Z||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-13T07:39:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:39:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:39:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:39:14.724Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:39:14.733Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:40:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:40:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:40:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:40:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:40:05.159Z||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-13T07:40:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:40:14.729Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:40:14.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:41:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:41:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:41:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:41:05.160Z||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-13T07:41:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:41:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:41:14.755Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:41:14.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:42:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:42:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:42:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:42:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:42:05.160Z||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-13T07:42:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:42:14.755Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:42:14.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:43:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:43:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:43:05.163Z||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-13T07:43:05.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:43:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:43:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:43:14.745Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:43:14.860Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:44:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:44:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:44:05.164Z||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-13T07:44:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:44:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:44:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:44:14.751Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:44:14.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:45:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:45:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:45:05.161Z||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-13T07:45:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:45:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:45:05.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:45:14.729Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:45:14.730Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:46:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:46:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:46:05.163Z||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-13T07:46:05.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:46:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:46:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:46:14.719Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:46:14.781Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:47:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:47:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:47:05.164Z||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-13T07:47:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:47:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:47:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:47:14.754Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:47:14.757Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:48:05.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:48:05.160Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:48:05.165Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:48:05.166Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:48:05.165Z||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-13T07:48:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:48:14.754Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:48:14.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:49:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:49:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:49:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:49:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:49:05.164Z||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-13T07:49:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:49:14.758Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:49:14.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:50:05.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:50:05.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:50:05.164Z||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-13T07:50:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:50:05.164Z||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-13T07:50:05.171Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:50:14.742Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:50:14.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:51:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:51:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:51:05.164Z||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-13T07:51:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:51:05.164Z||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-13T07:51:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:51:14.756Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:51:14.773Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:52:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:52:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:52:05.164Z||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-13T07:52:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:52:05.164Z||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-13T07:52:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:52:14.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:52:14.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:53:05.161Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:53:05.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:53:05.164Z||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-13T07:53:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:53:05.164Z||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-13T07:53:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:53:14.754Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:53:14.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:54:05.156Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:54:05.158Z||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-13T07:54:05.158Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:54:05.158Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:54:05.159Z||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-13T07:54:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:54:14.731Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:54:14.732Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:55:05.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:55:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:55:05.162Z||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-13T07:55:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:55:05.163Z||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-13T07:55:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:55:14.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:55:14.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:56:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:56:05.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:56:05.164Z||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-13T07:56:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:56:05.164Z||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-13T07:56:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:56:14.737Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:56:14.746Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:57:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:57:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:57:05.163Z||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-13T07:57:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:57:05.163Z||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-13T07:57:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:57:14.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:57:14.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:58:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:58:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:58:05.163Z||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-13T07:58:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:58:05.163Z||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-13T07:58:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:58:14.758Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:58:14.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:59:05.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:59:05.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:59:05.172Z||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-13T07:59:05.172Z||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-13T07:59:05.173Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:59:05.173Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T07:59:14.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T07:59:14.777Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:00:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:00:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:00:05.162Z||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-13T08:00:05.162Z||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-13T08:00:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:00:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:00:14.745Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:00:14.753Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:01:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:01:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:01:05.163Z||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-13T08:01:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:01:05.163Z||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-13T08:01:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:01:14.742Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:01:14.742Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:02:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:02:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:02:05.163Z||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-13T08:02:05.163Z||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-13T08:02:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:02:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:02:14.764Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:02:14.775Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:03:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:03:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:03:05.164Z||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-13T08:03:05.164Z||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-13T08:03:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:03:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:03:14.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:03:14.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:04:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:04:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:04:05.164Z||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-13T08:04:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:04:05.164Z||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-13T08:04:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:04:14.747Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:04:14.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:05:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:05:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:05:05.162Z||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-13T08:05:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:05:05.165Z||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-13T08:05:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:05:14.738Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:05:14.746Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:06:05.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:06:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:06:05.161Z||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-13T08:06:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:06:05.161Z||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-13T08:06:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:06:14.743Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:06:14.746Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:07:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:07:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:07:05.164Z||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-13T08:07:05.164Z||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-13T08:07:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:07:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:07:14.734Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:07:14.734Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:08:05.156Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:08:05.157Z||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-13T08:08:05.157Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:08:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:08:05.159Z||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-13T08:08:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:08:14.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:08:14.722Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:09:05.158Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:09:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:09:05.163Z||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-13T08:09:05.163Z||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-13T08:09:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:09:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:09:14.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:09:14.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:10:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:10:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:10:05.161Z||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-13T08:10:05.161Z||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-13T08:10:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:10:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:10:14.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:10:14.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:11:05.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:11:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:11:05.169Z||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-13T08:11:05.169Z||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-13T08:11:05.169Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:11:05.169Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:11:14.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:11:14.755Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:12:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:12:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:12:05.167Z||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-13T08:12:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:12:05.167Z||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-13T08:12:05.168Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:12:14.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:12:14.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:13:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:13:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:13:05.160Z||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-13T08:13:05.160Z||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-13T08:13:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:13:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:13:14.730Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:13:14.729Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:14:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:14:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:14:05.165Z||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-13T08:14:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:14:05.165Z||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-13T08:14:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:14:14.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:14:14.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:15:05.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:15:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:15:05.161Z||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-13T08:15:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:15:05.162Z||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-13T08:15:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:15:14.741Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:15:14.743Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:16:05.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:16:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:16:05.160Z||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-13T08:16:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:16:05.161Z||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-13T08:16:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:16:14.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:16:14.772Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:17:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:17:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:17:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:17:05.164Z||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-13T08:17:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:17:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:17:14.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:17:14.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:18:05.161Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:18:05.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:18:05.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:18:05.175Z||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-13T08:18:05.175Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:18:05.175Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:18:14.745Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:18:14.753Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:19:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:19:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:19:05.165Z||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-13T08:19:05.165Z||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-13T08:19:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:19:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:19:14.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:19:14.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:20:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:20:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:20:05.164Z||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-13T08:20:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:20:05.164Z||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-13T08:20:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:20:14.744Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:20:14.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:21:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:21:05.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:21:05.160Z||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-13T08:21:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:21:05.160Z||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-13T08:21:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:21:14.743Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:21:14.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:22:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:22:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:22:05.161Z||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-13T08:22:05.161Z||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-13T08:22:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:22:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:22:14.769Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:22:14.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:23:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:23:05.158Z||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-13T08:23:05.158Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:23:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:23:05.160Z||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-13T08:23:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:23:14.745Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:23:14.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:24:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:24:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:24:05.162Z||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-13T08:24:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:24:05.162Z||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-13T08:24:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:24:14.748Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:24:14.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:25:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:25:05.163Z||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-13T08:25:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:05.163Z||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-13T08:25:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:05.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:05.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9af12fd7-0de5-46a4-8988-f7391859d7dc","serviceName":"vFW 2021-09-13 08-21-23","serviceVersion":"1.0","serviceUUID":"4ed2d2df-b660-447f-9a3d-0706539cfde0","serviceDescription":"catalog service description","serviceInvariantUUID":"3cbb76fe-7fd4-4931-abae-8c141a3de229","resources":[{"resourceInstanceName":"vFW e11e9e09-2fe7 0","resourceName":"vFW e11e9e09-2fe7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ef8836b-5193-4012-b7ca-86eaf8a3947e","resourceInvariantUUID":"67243ed6-dce6-4354-ac33-c3cfe5c0dec1","resourceCustomizationUUID":"fe541737-111c-49ee-8c49-f66be8a6562b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml","artifactChecksum":"MGU1OTc3YTY1ZjI5MjYwNzg3ZDNmYjkxMDZkOTM5YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c91a1d34-6f38-46ef-9ddc-93f94764d195","artifactVersion":"1"},{"artifactName":"vfwe11e9e092fe70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json","artifactChecksum":"NzhmNzdhYzkyMTM0MjQxM2M1ZDhiZDkzZGZiNTRhZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca921f1a-b1d2-4414-8508-5c24f653ee64","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9f344b13-58af-4fba-b718-0c2e230f87ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJhMTQ0ZTFhY2MzYWJiMWM2OGQ2ZGJjMDVlZTFlYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd232c0a-b4c6-402c-87cc-f1cd303a6d1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ae79ab1-4f4b-43a5-a11f-f39b31e27daf","artifactVersion":"3","generatedFromUUID":"9f344b13-58af-4fba-b718-0c2e230f87ee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210913082123-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml","artifactChecksum":"MTZmMjcwM2QxOTRkYjg2ZGYxYmU1MTRiNzM5NzRhNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d119e1bb-93c7-4f7b-b0bc-2905885539aa","artifactVersion":"1"},{"artifactName":"service-Vfw20210913082123-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar","artifactChecksum":"NTI0ZWEwZjE4ZGY4MDViMWI2OGRjODhhMDIwYjc5Y2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d89b94a5-015c-4884-a6e9-5c3d6ccd0d00","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:25:05.821Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:05.828Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:05.830Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:05.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521466047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.846Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:05.847Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "dcae-sch",
  "timestamp": 1631521467559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521467806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521474921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521467934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521468044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "dcae-sch",
  "timestamp": 1631521467559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521466047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521467806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521474921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521467934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521468044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "dcae-sch",
  "timestamp": 1631521467559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521466047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521467806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521474921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521467934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521468044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521467806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "dcae-sch",
  "timestamp": 1631521467559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521466047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521467934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521474921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521468044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521466047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "dcae-sch",
  "timestamp": 1631521467559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521467806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521474921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521467934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521468044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "dcae-sch",
  "timestamp": 1631521467559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521474921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521467806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521466047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521467934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521480392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521468044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "dcae-sch",
  "timestamp": 1631521467559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521474921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521467806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521466047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521467934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521480392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521468044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521480392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521483871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521483967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521483994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521480392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521484189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:05.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:05.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "cds",
  "timestamp": 1631521484991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-13T08:25:05.946Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-09-13T08:25:05.950Z||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-13T08:25:05.951Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T08:25:05.973Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:05.974Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:25:06.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc 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-13T08:25:06.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521485005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521480392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521484659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "policy-id",
  "timestamp": 1631521486009,
  "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-13T08:25:06.168Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.169Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc 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-13T08:25:06.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521480392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521484659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521480392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521484659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521484659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521484659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521489654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521484659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521490659,
  "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-13T08:25:06.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc 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-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521484659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521493331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521494935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521496230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521498183,
  "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-13T08:25:06.204Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.204Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc 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-13T08:25:06.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521498874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521499189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521500880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:06.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "clamp",
  "timestamp": 1631521501884,
  "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-13T08:25:06.220Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.221Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc 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-13T08:25:06.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521503982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "aai-ml",
  "timestamp": 1631521504995,
  "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-13T08:25:06.234Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.234Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc 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-13T08:25:06.857Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:06.857Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:06.859Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:06.860Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:25:06.962Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-13T08:25:06.963Z||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-13T08:25:06.963Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:06.973Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:06.974Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:07.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:07.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:07.864Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:07.864Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:25:07.964Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:07.965Z||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-13T08:25:07.965Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:07.977Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:07.977Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:08.865Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:08.866Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:08.870Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:08.870Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:08.971Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:25:08.973Z||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-13T08:25:08.974Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:08.991Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:08.992Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:09.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:09.872Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:09.875Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:09.875Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-13T08:25:09.975Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:09.976Z||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-13T08:25:09.976Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:09.989Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:09.990Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:10.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:10.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:10.888Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:10.889Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:25:10.979Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-09-13T08:25:10.980Z||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-13T08:25:10.980Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:10.990Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:10.991Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:11.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:11.907Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:11.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:11.909Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:25:12.009Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:12.011Z||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-13T08:25:12.011Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:12.024Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:12.024Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:12.912Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "serviceName": "vFW 2021-09-13 08-21-23",
  "serviceVersion": "1.0",
  "serviceUUID": "4ed2d2df-b660-447f-9a3d-0706539cfde0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3cbb76fe-7fd4-4931-abae-8c141a3de229",
  "resources": [
    {
      "resourceInstanceName": "vFW e11e9e09-2fe7 0",
      "resourceCustomizationUUID": "fe541737-111c-49ee-8c49-f66be8a6562b",
      "resourceName": "vFW e11e9e09-2fe7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ef8836b-5193-4012-b7ca-86eaf8a3947e",
      "resourceInvariantUUID": "67243ed6-dce6-4354-ac33-c3cfe5c0dec1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe11e9e092fe70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
          "artifactChecksum": "NzhmNzdhYzkyMTM0MjQxM2M1ZDhiZDkzZGZiNTRhZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ca921f1a-b1d2-4414-8508-5c24f653ee64",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9f344b13-58af-4fba-b718-0c2e230f87ee",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "0ae79ab1-4f4b-43a5-a11f-f39b31e27daf",
            "generatedFromUUID": "9f344b13-58af-4fba-b718-0c2e230f87ee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "0ae79ab1-4f4b-43a5-a11f-f39b31e27daf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210913082123-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
      "artifactChecksum": "NTI0ZWEwZjE4ZGY4MDViMWI2OGRjODhhMDIwYjc5Y2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d89b94a5-015c-4884-a6e9-5c3d6ccd0d00"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T08:25:12.913Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:25:12.914Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4ed2d2df-b660-447f-9a3d-0706539cfde0 ASDC
2021-09-13T08:25:13.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9af12fd7-0de5-46a4-8988-f7391859d7dc
ServiceName:vFW 2021-09-13 08-21-23
ServiceVersion:1.0
ServiceUUID:4ed2d2df-b660-447f-9a3d-0706539cfde0
ServiceInvariantUUID:3cbb76fe-7fd4-4931-abae-8c141a3de229
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210913082123-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
ArtifactUUID:d89b94a5-015c-4884-a6e9-5c3d6ccd0d00
ArtifactChecksum:NTI0ZWEwZjE4ZGY4MDViMWI2OGRjODhhMDIwYjc5Y2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e11e9e09-2fe7 0
ResourceCustomizationUUID:fe541737-111c-49ee-8c49-f66be8a6562b
ResourceInvariantUUID:67243ed6-dce6-4354-ac33-c3cfe5c0dec1
ResourceName:vFW e11e9e09-2fe7
ResourceType:VF
ResourceUUID:0ef8836b-5193-4012-b7ca-86eaf8a3947e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe11e9e092fe70_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
ArtifactUUID:ca921f1a-b1d2-4414-8508-5c24f653ee64
ArtifactChecksum:NzhmNzdhYzkyMTM0MjQxM2M1ZDhiZDkzZGZiNTRhZGI=
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/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
ArtifactUUID:9f344b13-58af-4fba-b718-0c2e230f87ee
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
ArtifactUUID:0ae79ab1-4f4b-43a5-a11f-f39b31e27daf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
ArtifactUUID:0ae79ab1-4f4b-43a5-a11f-f39b31e27daf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T08:25:13.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ed2d2df-b660-447f-9a3d-0706539cfde0 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-13T08:25:13.167Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:25:13.168Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:25:13.169Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:25:13.170Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d89b94a5-015c-4884-a6e9-5c3d6ccd0d00 from URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:13.170Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:25:13.171Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:14.017Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:25:14.034Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar d89b94a5-015c-4884-a6e9-5c3d6ccd0d00 98722
2021-09-13T08:25:14.036Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar ASDC sendASDCNotification
2021-09-13T08:25:14.036Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:14.037Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:25:14.038Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:14.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:14.047Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521514035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:14.147Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:25:14.150Z||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-13T08:25:14.155Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:14.170Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:14.172Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:15.047Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:25:15.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:25:15.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d89b94a5-015c-4884-a6e9-5c3d6ccd0d00, URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar to file: /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:15.049Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210913082123-csar.csar
2021-09-13T08:25:15.139Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:15.139Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:16.418Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10627988051397790813/Definitions/service-Vfw20210913082123-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-13T08:25:19.010Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:25:19.016Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-13T08:25:19.016Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.016Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-13T08:25:19.017Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||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-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.017Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e11e9e09-2fe7 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-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.017Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||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-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||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-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.020Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-13T08:25:19.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.030Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.035Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.036Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-13T08:25:19.038Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:25:19.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-13T08:25:19.041Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:25:19.041Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.042Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.047Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:19.047Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:19.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:19.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:19.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.049Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.049Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.051Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:19.051Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.051Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T08:25:19.052Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.052Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:25:19.053Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.054Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.054Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:19.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:19.058Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.058Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.058Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:19.058Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.059Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:19.060Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.060Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=61a86bef-54a1-4d3a-8c5c-48ddf9e6606b
2021-09-13T08:25:19.061Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.061Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:19.061Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.063Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:19.063Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-13T08:25:19.063Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:19.063Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:19.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9b46f3ea-8296-4e51-a0df-cc4d8a8bb936
2021-09-13T08:25:19.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=548ff271-f95f-4c0b-971b-af0af196b4bf
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.068Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.068Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.068Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:19.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.070Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-13 08-21-23
Description:catalog service description
Model UUID:4ed2d2df-b660-447f-9a3d-0706539cfde0
Model Version:NULL
Model InvariantUuid:3cbb76fe-7fd4-4931-abae-8c141a3de229
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e11e9e09-2fe7
Model UUID:928f143c-d453-49f8-a0cb-f05b782f6e74
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:67243ed6-dce6-4354-ac33-c3cfe5c0dec1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fe541737-111c-49ee-8c49-f66be8a6562b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:60e71984-1e92-4779-b59c-ed77c18cd240
ModelName:VfwE11e9e092fe7..base_vfw..module-0
ModelUuid:3a418fab-7bd5-4927-9464-0b8df7025574
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:61a86bef-54a1-4d3a-8c5c-48ddf9e6606b
ModelInvariantUuid:95b17489-0cde-4cf0-92fd-ac44a55c1d27
ModelName:vFW e11e9e09-2fe7-nodes.vfwCvfc
ModelUuid:ab98a3e4-fc69-408f-bc93-544814c5b4e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3dbc27f6-f44c-452e-842a-c3f9e12fb81b
ModelInvariantUuid:23e30111-3587-41a7-bde4-4d11971f5541
ModelName:VfwE11e9e092fe7.compute.nodes.heat.vfw
ModelUuid:a21e740f-fe41-420c-827b-62210d7c754c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9b46f3ea-8296-4e51-a0df-cc4d8a8bb936
ModelInvariantUuid:730bb9ca-cb7e-4ace-a97b-ff919a42f2d9
ModelName:vFW e11e9e09-2fe7-nodes.vsnCvfc
ModelUuid:405cb543-0b70-4713-b675-05cc9ac5918b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ec8595db-2dd7-45e3-a116-83ae4eceea78
ModelInvariantUuid:0515fee9-c2f5-40d1-b48b-57731b2902e4
ModelName:VfwE11e9e092fe7.compute.nodes.heat.vsn
ModelUuid:a8e4ea9e-5474-415b-96ed-6002b2d25b1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:548ff271-f95f-4c0b-971b-af0af196b4bf
ModelInvariantUuid:823866aa-5a78-4c07-9313-6579d74f6aa5
ModelName:vFW e11e9e09-2fe7-nodes.vpgCvfc
ModelUuid:9a6b3ebe-6d1f-4afa-9bc4-71210153d901
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:69503ef9-a4e4-48a3-a889-bafd24f0ee37
ModelInvariantUuid:caaf6d31-c034-486b-a72e-153adcdfafdb
ModelName:VfwE11e9e092fe7.compute.nodes.heat.vpg
ModelUuid:eb7ff63e-8a53-47ea-9775-8087756df43f
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-13T08:25:19.080Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ef8836b-5193-4012-b7ca-86eaf8a3947e
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-13T08:25:19.182Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||vFW e11e9e09-2fe7 0
2021-09-13T08:25:19.189Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ef8836b-5193-4012-b7ca-86eaf8a3947e
2021-09-13T08:25:19.190Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ca921f1a-b1d2-4414-8508-5c24f653ee64 from URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
2021-09-13T08:25:19.190Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:25:19.190Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
2021-09-13T08:25:22.041Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:25:22.042Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json ca921f1a-b1d2-4414-8508-5c24f653ee64 785
2021-09-13T08:25:22.042Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json ASDC sendASDCNotification
2021-09-13T08:25:22.043Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
2021-09-13T08:25:22.043Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:25:22.043Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:22.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:22.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521522042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:22.146Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:22.148Z||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-13T08:25:22.148Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:22.159Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:22.160Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:23.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE11e9e092fe7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "60e71984-1e92-4779-b59c-ed77c18cd240",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a418fab-7bd5-4927-9464-0b8df7025574",
    "vfModuleModelCustomizationUUID": "b9b404b5-8a02-4f12-9cc4-37e9740d256b",
    "isBase": true,
    "artifacts": [
      "9f344b13-58af-4fba-b718-0c2e230f87ee",
      "0ae79ab1-4f4b-43a5-a11f-f39b31e27daf"
    ],
    "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-13T08:25:23.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE11e9e092fe7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a418fab-7bd5-4927-9464-0b8df7025574
VfModuleModelInvariantUUID:60e71984-1e92-4779-b59c-ed77c18cd240
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f344b13-58af-4fba-b718-0c2e230f87ee
,
0ae79ab1-4f4b-43a5-a11f-f39b31e27daf

}
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-13T08:25:23.068Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE11e9e092fe7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "60e71984-1e92-4779-b59c-ed77c18cd240",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a418fab-7bd5-4927-9464-0b8df7025574",
    "vfModuleModelCustomizationUUID": "b9b404b5-8a02-4f12-9cc4-37e9740d256b",
    "isBase": true,
    "artifacts": [
      "9f344b13-58af-4fba-b718-0c2e230f87ee",
      "0ae79ab1-4f4b-43a5-a11f-f39b31e27daf"
    ],
    "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-13T08:25:23.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE11e9e092fe7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a418fab-7bd5-4927-9464-0b8df7025574
VfModuleModelInvariantUUID:60e71984-1e92-4779-b59c-ed77c18cd240
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f344b13-58af-4fba-b718-0c2e230f87ee
,
0ae79ab1-4f4b-43a5-a11f-f39b31e27daf

}
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-13T08:25:23.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f344b13-58af-4fba-b718-0c2e230f87ee from URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
2021-09-13T08:25:23.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:25:23.070Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
2021-09-13T08:25:23.850Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:25:23.851Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml 9f344b13-58af-4fba-b718-0c2e230f87ee 20368
2021-09-13T08:25:23.851Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-13T08:25:23.853Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
2021-09-13T08:25:23.853Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:25:23.853Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:23.855Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:23.856Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521523851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:23.956Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:23.957Z||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-13T08:25:23.957Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:23.965Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:23.965Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:24.856Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0ae79ab1-4f4b-43a5-a11f-f39b31e27daf from URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
2021-09-13T08:25:24.857Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:25:24.858Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
2021-09-13T08:25:25.656Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:25:25.657Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env 0ae79ab1-4f4b-43a5-a11f-f39b31e27daf 2098
2021-09-13T08:25:25.657Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-13T08:25:25.657Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
2021-09-13T08:25:25.657Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:25:25.658Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:25.660Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:25.660Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521525657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:25:25.760Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:25.761Z||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-13T08:25:25.761Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:25.775Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:25.776Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:26.661Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4ed2d2df-b660-447f-9a3d-0706539cfde0
2021-09-13T08:25:26.662Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e11e9e09-2fe7 0 0ef8836b-5193-4012-b7ca-86eaf8a3947e 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-13T08:25:26.697Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@647f72b2, org.onap.sdc.toscaparser.api.parameters.Input@8b82032, org.onap.sdc.toscaparser.api.parameters.Input@7c8fa6f9, org.onap.sdc.toscaparser.api.parameters.Input@3535e621, org.onap.sdc.toscaparser.api.parameters.Input@2ac0f8d7]
2021-09-13T08:25:26.701Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.702Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.702Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-09-13T08:25:26.702Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fe541737-111c-49ee-8c49-f66be8a6562b
2021-09-13T08:25:26.702Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe541737-111c-49ee-8c49-f66be8a6562b matches Tosca VF Customization UUID: fe541737-111c-49ee-8c49-f66be8a6562b
2021-09-13T08:25:26.703Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fe541737-111c-49ee-8c49-f66be8a6562b  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-13T08:25:26.711Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.711Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.713Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fe541737-111c-49ee-8c49-f66be8a6562b: {\"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-13T08:25:26.713Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ac34ba4
2021-09-13T08:25:26.713Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.714Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:25:26.714Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9b404b5-8a02-4f12-9cc4-37e9740d256b
2021-09-13T08:25:26.716Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9b404b5-8a02-4f12-9cc4-37e9740d256b
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-13T08:25:26.722Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.722Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.723Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.724Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.724Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.724Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.724Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.725Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:26.725Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:26.725Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:26.725Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-13T08:25:26.726Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:26.726Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:26.726Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.726Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.727Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:26.727Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.727Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:26.727Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.728Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=61a86bef-54a1-4d3a-8c5c-48ddf9e6606b
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-13T08:25:26.735Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.735Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.736Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.736Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.737Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:26.737Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:26.737Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:26.738Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:26.738Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.739Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.739Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.739Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:26.739Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-13T08:25:26.740Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:26.740Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.740Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:26.740Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.741Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9b46f3ea-8296-4e51-a0df-cc4d8a8bb936
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-13T08:25:26.743Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.744Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.744Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.747Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.747Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:26.747Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:26.748Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:26.748Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:26.748Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.748Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.750Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.750Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-13T08:25:26.750Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=548ff271-f95f-4c0b-971b-af0af196b4bf
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-13T08:25:26.752Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.753Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.753Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.753Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.753Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.754Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=fe541737-111c-49ee-8c49-f66be8a6562b
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-13T08:25:26.756Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.756Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.757Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4ed2d2df-b660-447f-9a3d-0706539cfde0: vFW e11e9e09-2fe7
2021-09-13T08:25:26.758Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.758Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.758Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.758Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.759Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.759Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.759Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.760Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.760Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:25:26.760Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.760Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-09-13 08-21-23 
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-13T08:25:27.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e11e9e09-2fe7 0ef8836b-5193-4012-b7ca-86eaf8a3947e 1 ASDC deployResourceStructure
2021-09-13T08:25:27.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json ASDC sendASDCNotification
2021-09-13T08:25:27.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
2021-09-13T08:25:27.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:25:27.029Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:27.031Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:27.031Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521527028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:27.131Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:27.132Z||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-13T08:25:27.132Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:27.146Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:27.146Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:28.033Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-13T08:25:28.033Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
2021-09-13T08:25:28.033Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:25:28.033Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:28.035Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:28.035Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521528032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:28.136Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:25:28.137Z||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-13T08:25:28.137Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:28.147Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:28.147Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:29.036Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-13T08:25:29.037Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
2021-09-13T08:25:29.037Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:25:29.037Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:29.039Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:29.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521529036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:29.139Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:25:29.142Z||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-13T08:25:29.142Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:29.169Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:29.170Z||pool-16-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:30.044Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar ASDC sendASDCNotification
2021-09-13T08:25:30.045Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:30.045Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:25:30.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:30.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:30.051Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521530044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:25:30.148Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-13T08:25:30.149Z||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-13T08:25:30.149Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:30.159Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:25:30.164Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:31.053Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9af12fd7-0de5-46a4-8988-f7391859d7dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:25:31.074Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9af12fd7-0de5-46a4-8988-f7391859d7dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:25:31.078Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:25:31.078Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:25:31.091Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:25:31.091Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:25:31.093Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:25:31.100Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:26:01.102Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9af12fd7-0de5-46a4-8988-f7391859d7dc 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-13T08:26:01.133Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9af12fd7-0de5-46a4-8988-f7391859d7dc and serviceModelVersionId: 4ed2d2df-b660-447f-9a3d-0706539cfde0
2021-09-13T08:26:01.134Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cbb76fe-7fd4-4931-abae-8c141a3de229
2021-09-13T08:26:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:26:05.160Z||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-13T08:26:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:26:05.336Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:26:05.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:26:05.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:26:05.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:26:15.942Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0
2021-09-13T08:26:16.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:26:16.560Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|INFO|500||Invoke
2021-09-13T08:26:16.570Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9af12fd7-0de5-46a4-8988-f7391859d7dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a203a18b-acdb-4adc-9bad-458ddca44c52], X-ECOMP-RequestID=[9af12fd7-0de5-46a4-8988-f7391859d7dc], X-TransactionId=[], X-ONAP-RequestID=[9af12fd7-0de5-46a4-8988-f7391859d7dc], Content-Type=[application/merge-patch+json]}
2021-09-13T08:26:16.709Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T08:26:17.095Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?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/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-08:26:16:725-95266], vertex-id=[139440], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:26:16 GMT], Content-Type=[application/json]}
2021-09-13T08:26:17.096Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:26:17.097Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|INFO|500||InvokeReturn
2021-09-13T08:26:17.100Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:26:17.101Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||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-13T08:26:17.107Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:26:17.108Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9af12fd7-0de5-46a4-8988-f7391859d7dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:26:17.109Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:26:17.109Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:26:17.111Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:26:17.112Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521577108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:26:17.212Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:26:17.214Z||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-13T08:26:17.214Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:26:17.250Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:26:17.252Z||pool-18-thread-1|||||INFO|500||cambria reply ok (39 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-13T08:26:18.127Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:26:18.128Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|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-13T08:26:18.129Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:26:27.683Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:27:05.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:27:05.163Z||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-13T08:27:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:27:05.157Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:27:05.166Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|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-13T08:27:05.167Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:27:05.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:27:05.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:27:05.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:27:05.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521505158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521514035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521522042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:27:05.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521523851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:27:05.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521525657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521527028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521528032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521529036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521530044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:27:05.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:14.764Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:28:05.157Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:28:05.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:28:05.166Z||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-13T08:28:05.166Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|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-13T08:28:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:28:05.166Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:28:05.738Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:28:05.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T08:28:05.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521577108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:28:05.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:28:14.763Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:05.157Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:29:05.158Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|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-13T08:29:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:29:05.159Z||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-13T08:29:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:05.158Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:05.502Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:05.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521737935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521737806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521734921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521738040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521737935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521737806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521734921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521738040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521737935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521737806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521734921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521738040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521737935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521737806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521734921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521738040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521737935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521737806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521734921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521738040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:29:05.827Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:05.828Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.828Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"276e9924-0985-4481-bb09-0b46743b5ff0","serviceName":"basic_onboard_hVWflQ","serviceVersion":"1.0","serviceUUID":"3a39a3f4-c476-4fd2-871a-53400d227291","serviceDescription":"service","serviceInvariantUUID":"11d5761c-7f29-4fed-8f7e-fc9ed72809b2","resources":[{"resourceInstanceName":"basic_onboard_hVWflQ 0","resourceName":"basic_onboard_hVWflQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"109d01b6-502b-4b4e-b556-5a88c42f2af6","resourceInvariantUUID":"91c26ba2-c74a-4764-8bce-4b8d0a33a073","resourceCustomizationUUID":"a08c8e39-95bf-411b-8837-b7afc13fe0f9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml","artifactChecksum":"NDhjYmUyYWIyMWI1MTA5YWEyNDBmMjg5YTlhNzUxYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff1376d0-7512-4688-ac4f-215885db6c03","artifactVersion":"1"},{"artifactName":"basic_onboard_hvwflq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json","artifactChecksum":"MWVlMTZjNmUyMjIwZDY1ZGNmMzVhMDQzYTNmZWU1YjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3217aa69-5f37-4c69-a829-e643625842d7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c63048a0-98f0-429f-a5de-53f5606d25da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc21a560-5dad-4725-b25b-34c57730a329","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"372f11a1-333b-4563-98aa-1fa08083acb1","artifactVersion":"2","generatedFromUUID":"c63048a0-98f0-429f-a5de-53f5606d25da"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHvwflq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml","artifactChecksum":"ZmJhMzRmYWE4NmEyZDJlYWE0NmY1MjZmNGYwZWI4ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f777476-cf7c-4251-b950-d6783b0312f6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHvwflq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar","artifactChecksum":"MjdmNDA1NjBiNGFkYjYwODVkNDllYjhlMmQwNDY1MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc1c5dba-8175-419a-af76-9b8614cea204","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:29:05.832Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:05.832Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:05.836Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:05.836Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.935Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:29:05.937Z||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-13T08:29:05.937Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:05.946Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:05.947Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:06.836Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:06.837Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:06.840Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:06.840Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:29:06.941Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:29:06.942Z||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-13T08:29:06.943Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:06.955Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:06.955Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:07.840Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:07.844Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:07.846Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:07.847Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:29:07.947Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:07.948Z||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-13T08:29:07.948Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:07.958Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:07.958Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:08.852Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:08.852Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:08.860Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:08.860Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:08.956Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-13T08:29:08.956Z||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-13T08:29:08.956Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:08.975Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:08.976Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:09.861Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:09.863Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:09.865Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:09.865Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T08:29:09.965Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:09.966Z||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-13T08:29:09.967Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:09.979Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:09.980Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:29:10.866Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:10.867Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:10.869Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:10.869Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:29:10.970Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:10.972Z||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-13T08:29:10.972Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:11.012Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:11.013Z||pool-24-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:11.872Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:11.874Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:11.877Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:11.877Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:29:11.977Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:11.978Z||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-13T08:29:11.978Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:11.990Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:11.991Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:12.882Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "serviceName": "basic_onboard_hVWflQ",
  "serviceVersion": "1.0",
  "serviceUUID": "3a39a3f4-c476-4fd2-871a-53400d227291",
  "serviceDescription": "service",
  "serviceInvariantUUID": "11d5761c-7f29-4fed-8f7e-fc9ed72809b2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_hVWflQ 0",
      "resourceCustomizationUUID": "a08c8e39-95bf-411b-8837-b7afc13fe0f9",
      "resourceName": "basic_onboard_hVWflQ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "109d01b6-502b-4b4e-b556-5a88c42f2af6",
      "resourceInvariantUUID": "91c26ba2-c74a-4764-8bce-4b8d0a33a073",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_hvwflq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
          "artifactChecksum": "MWVlMTZjNmUyMjIwZDY1ZGNmMzVhMDQzYTNmZWU1YjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3217aa69-5f37-4c69-a829-e643625842d7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c63048a0-98f0-429f-a5de-53f5606d25da",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "372f11a1-333b-4563-98aa-1fa08083acb1",
            "generatedFromUUID": "c63048a0-98f0-429f-a5de-53f5606d25da"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "372f11a1-333b-4563-98aa-1fa08083acb1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardHvwflq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
      "artifactChecksum": "MjdmNDA1NjBiNGFkYjYwODVkNDllYjhlMmQwNDY1MTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc1c5dba-8175-419a-af76-9b8614cea204"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T08:29:12.883Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:29:12.883Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a39a3f4-c476-4fd2-871a-53400d227291 ASDC
2021-09-13T08:29:12.884Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:276e9924-0985-4481-bb09-0b46743b5ff0
ServiceName:basic_onboard_hVWflQ
ServiceVersion:1.0
ServiceUUID:3a39a3f4-c476-4fd2-871a-53400d227291
ServiceInvariantUUID:11d5761c-7f29-4fed-8f7e-fc9ed72809b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHvwflq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
ArtifactUUID:cc1c5dba-8175-419a-af76-9b8614cea204
ArtifactChecksum:MjdmNDA1NjBiNGFkYjYwODVkNDllYjhlMmQwNDY1MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hVWflQ 0
ResourceCustomizationUUID:a08c8e39-95bf-411b-8837-b7afc13fe0f9
ResourceInvariantUUID:91c26ba2-c74a-4764-8bce-4b8d0a33a073
ResourceName:basic_onboard_hVWflQ
ResourceType:VF
ResourceUUID:109d01b6-502b-4b4e-b556-5a88c42f2af6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hvwflq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
ArtifactUUID:3217aa69-5f37-4c69-a829-e643625842d7
ArtifactChecksum:MWVlMTZjNmUyMjIwZDY1ZGNmMzVhMDQzYTNmZWU1YjA=
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/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c63048a0-98f0-429f-a5de-53f5606d25da
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/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
ArtifactUUID:372f11a1-333b-4563-98aa-1fa08083acb1
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/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
ArtifactUUID:372f11a1-333b-4563-98aa-1fa08083acb1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T08:29:12.884Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a39a3f4-c476-4fd2-871a-53400d227291 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-13T08:29:12.928Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:29:12.929Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:29:12.929Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:29:12.929Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc1c5dba-8175-419a-af76-9b8614cea204 from URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:12.930Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:29:12.930Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:13.696Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:29:13.700Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar cc1c5dba-8175-419a-af76-9b8614cea204 71380
2021-09-13T08:29:13.701Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar ASDC sendASDCNotification
2021-09-13T08:29:13.701Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:13.701Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:29:13.702Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:13.704Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:13.704Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521753701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:29:13.805Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:29:13.807Z||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-13T08:29:13.807Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:13.816Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:13.816Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:14.705Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:29:14.705Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:29:14.706Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cc1c5dba-8175-419a-af76-9b8614cea204, URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar to file: /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:14.706Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:14.707Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:14.707Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:14.932Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13658460493617895146/Definitions/service-BasicOnboardHvwflq-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-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hVWflQ 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-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is not matching search criteria
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is not matching search criteria
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2e0fa4b7-4c27-4cf7-aeb0-948e3f93d8d6
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_hVWflQ
Description:service
Model UUID:3a39a3f4-c476-4fd2-871a-53400d227291
Model Version:NULL
Model InvariantUuid:11d5761c-7f29-4fed-8f7e-fc9ed72809b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_hVWflQ
Model UUID:560d4954-0bd9-4a2a-8160-1f0eefae1548
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91c26ba2-c74a-4764-8bce-4b8d0a33a073
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a08c8e39-95bf-411b-8837-b7afc13fe0f9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cca57d29-13fa-4722-b98f-b53961aac83b
ModelName:BasicOnboardHvwflq..base_ubuntu18..module-0
ModelUuid:9ce8c186-b91e-4f56-afcc-9fd88f0aee72
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2e0fa4b7-4c27-4cf7-aeb0-948e3f93d8d6
ModelInvariantUuid:18fd46a6-eb0d-4ef2-8e65-d10d7ef8f580
ModelName:basic_onboard_hVWflQ-nodes.ubuntu18Cvfc
ModelUuid:f23d1900-4fd7-4e78-b5f0-f09f186e25e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:689dbcf5-ddd5-4ea5-abef-b621761b3249
ModelInvariantUuid:1603c150-0aaa-43af-8536-bad580fa4059
ModelName:BasicOnboardHvwflq.compute.nodes.heat.ubuntu18
ModelUuid:d8122f8b-daed-429a-8345-da2992515814
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-13T08:29:16.169Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 109d01b6-502b-4b4e-b556-5a88c42f2af6
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-13T08:29:16.173Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||basic_onboard_hVWflQ 0
2021-09-13T08:29:16.173Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 109d01b6-502b-4b4e-b556-5a88c42f2af6
2021-09-13T08:29:16.173Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3217aa69-5f37-4c69-a829-e643625842d7 from URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
2021-09-13T08:29:16.173Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:29:16.174Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
2021-09-13T08:29:16.702Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:29:16.703Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json 3217aa69-5f37-4c69-a829-e643625842d7 798
2021-09-13T08:29:16.703Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json ASDC sendASDCNotification
2021-09-13T08:29:16.703Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
2021-09-13T08:29:16.703Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:29:16.704Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:16.706Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:16.706Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521756703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:29:16.806Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:16.807Z||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-13T08:29:16.807Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:16.817Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:16.817Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:29:17.707Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHvwflq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cca57d29-13fa-4722-b98f-b53961aac83b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9ce8c186-b91e-4f56-afcc-9fd88f0aee72",
    "vfModuleModelCustomizationUUID": "d8259721-a3b5-4637-893b-e8b5795f0026",
    "isBase": true,
    "artifacts": [
      "c63048a0-98f0-429f-a5de-53f5606d25da",
      "372f11a1-333b-4563-98aa-1fa08083acb1"
    ],
    "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-13T08:29:17.713Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHvwflq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ce8c186-b91e-4f56-afcc-9fd88f0aee72
VfModuleModelInvariantUUID:cca57d29-13fa-4722-b98f-b53961aac83b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c63048a0-98f0-429f-a5de-53f5606d25da
,
372f11a1-333b-4563-98aa-1fa08083acb1

}
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-13T08:29:17.715Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHvwflq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cca57d29-13fa-4722-b98f-b53961aac83b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9ce8c186-b91e-4f56-afcc-9fd88f0aee72",
    "vfModuleModelCustomizationUUID": "d8259721-a3b5-4637-893b-e8b5795f0026",
    "isBase": true,
    "artifacts": [
      "c63048a0-98f0-429f-a5de-53f5606d25da",
      "372f11a1-333b-4563-98aa-1fa08083acb1"
    ],
    "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-13T08:29:17.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHvwflq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ce8c186-b91e-4f56-afcc-9fd88f0aee72
VfModuleModelInvariantUUID:cca57d29-13fa-4722-b98f-b53961aac83b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c63048a0-98f0-429f-a5de-53f5606d25da
,
372f11a1-333b-4563-98aa-1fa08083acb1

}
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-13T08:29:17.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c63048a0-98f0-429f-a5de-53f5606d25da from URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
2021-09-13T08:29:17.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:29:17.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
2021-09-13T08:29:18.581Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml c63048a0-98f0-429f-a5de-53f5606d25da 5033
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:18.586Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:18.586Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521758582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:29:18.686Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:18.688Z||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-13T08:29:18.688Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:18.740Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:18.741Z||pool-28-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:19.586Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 372f11a1-333b-4563-98aa-1fa08083acb1 from URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
2021-09-13T08:29:19.587Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:29:19.587Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
2021-09-13T08:29:22.832Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:29:22.832Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env 372f11a1-333b-4563-98aa-1fa08083acb1 909
2021-09-13T08:29:22.833Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T08:29:22.833Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
2021-09-13T08:29:22.833Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:29:22.833Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:22.836Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:22.836Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521762833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:29:22.936Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:29:22.936Z||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-13T08:29:22.936Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:22.951Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:22.951Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:23.838Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3a39a3f4-c476-4fd2-871a-53400d227291
2021-09-13T08:29:23.839Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hVWflQ 0 109d01b6-502b-4b4e-b556-5a88c42f2af6 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-13T08:29:23.854Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@343a0214, org.onap.sdc.toscaparser.api.parameters.Input@7b0a0c2f, org.onap.sdc.toscaparser.api.parameters.Input@6a0c8449, org.onap.sdc.toscaparser.api.parameters.Input@afe7ffa, org.onap.sdc.toscaparser.api.parameters.Input@6e30e613]
2021-09-13T08:29:23.896Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a08c8e39-95bf-411b-8837-b7afc13fe0f9
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a08c8e39-95bf-411b-8837-b7afc13fe0f9 matches Tosca VF Customization UUID: a08c8e39-95bf-411b-8837-b7afc13fe0f9
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a08c8e39-95bf-411b-8837-b7afc13fe0f9  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-13T08:29:23.903Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.903Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.904Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a08c8e39-95bf-411b-8837-b7afc13fe0f9: {\"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-13T08:29:23.904Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3228b99a
2021-09-13T08:29:23.904Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.905Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:29:23.905Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8259721-a3b5-4637-893b-e8b5795f0026
2021-09-13T08:29:23.905Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8259721-a3b5-4637-893b-e8b5795f0026
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-13T08:29:23.907Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.907Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:23.907Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is not matching search criteria
2021-09-13T08:29:23.909Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T08:29:23.909Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:29:23.909Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2e0fa4b7-4c27-4cf7-aeb0-948e3f93d8d6
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-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:23.912Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=a08c8e39-95bf-411b-8837-b7afc13fe0f9
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-13T08:29:23.913Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.913Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.914Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3a39a3f4-c476-4fd2-871a-53400d227291: basic_onboard_hVWflQ
2021-09-13T08:29:23.914Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.915Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.915Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.915Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:29:23.917Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.917Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_hVWflQ 
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-13T08:29:23.997Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hVWflQ 109d01b6-502b-4b4e-b556-5a88c42f2af6 1 ASDC deployResourceStructure
2021-09-13T08:29:23.998Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json ASDC sendASDCNotification
2021-09-13T08:29:23.998Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
2021-09-13T08:29:23.999Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:29:24.000Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:24.003Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:24.003Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521763998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:29:24.102Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:29:24.103Z||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-13T08:29:24.103Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:24.113Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:24.113Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:25.005Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T08:29:25.006Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
2021-09-13T08:29:25.006Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:29:25.007Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:25.010Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:25.010Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521765005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:29:25.110Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:25.110Z||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-13T08:29:25.110Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:25.129Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:25.130Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:26.011Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T08:29:26.012Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
2021-09-13T08:29:26.012Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:29:26.012Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:26.015Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:26.015Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521766011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:29:26.115Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:26.116Z||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-13T08:29:26.117Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:26.129Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:26.130Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:27.018Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar ASDC sendASDCNotification
2021-09-13T08:29:27.019Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:27.019Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:29:27.020Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:27.022Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:27.023Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521767018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:29:27.122Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:29:27.124Z||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-13T08:29:27.124Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:27.136Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:29:27.137Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:29:28.025Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:29:28.045Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:29:28.048Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:29:28.048Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:29:28.048Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:29:58.049Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:29:58.062Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:29:58.065Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:29:58.065Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:29:58.065Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:30:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:30:05.161Z||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-13T08:30:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:30:05.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:30:05.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:30:05.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521744661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:30:05.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:30:28.070Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:30:28.119Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:30:28.121Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:30:28.122Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:30:28.122Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:30:58.124Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:30:58.135Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:30:58.137Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:30:58.137Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:30:58.137Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:31:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:31:05.161Z||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-13T08:31:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:31:05.246Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:31:05.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:31:05.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:31:05.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:31:28.140Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:31:28.181Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:31:28.184Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:31:28.185Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:31:28.185Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:31:58.185Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:31:58.199Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:31:58.203Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:31:58.203Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:31:58.203Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:32:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:32:05.161Z||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-13T08:32:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:32:05.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:32:05.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521737935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521738040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521737806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521734921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521744661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521737935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521738040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631521734921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521737806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521744661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "dcae-sch",
  "timestamp": 1631521747559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521744661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521749107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "dcae-sch",
  "timestamp": 1631521747559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521744661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521749494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "dcae-sch",
  "timestamp": 1631521747559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521744661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "cds",
  "timestamp": 1631521750508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-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-13T08:32:05.738Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.738Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 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-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521750392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "dcae-sch",
  "timestamp": 1631521747559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521744661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521751707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521745157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521750392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "dcae-sch",
  "timestamp": 1631521747559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631521752714,
  "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-13T08:32:05.761Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.761Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 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-13T08:32:05.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521750392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521753097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "dcae-sch",
  "timestamp": 1631521747559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521753701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521750392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "dcae-sch",
  "timestamp": 1631521747559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521754397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521754799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521750392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521755401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521750392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521756198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "policy-id",
  "timestamp": 1631521756403,
  "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-13T08:32:05.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.779Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 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-13T08:32:05.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521756703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521757092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521750392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521757262,
  "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-13T08:32:05.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 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-13T08:32:05.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "aai-ml",
  "timestamp": 1631521758096,
  "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-13T08:32:05.804Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 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-13T08:32:05.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631521758269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521758582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521762833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521763998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521764910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521765005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521766011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521766131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521767018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "clamp",
  "timestamp": 1631521767134,
  "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-13T08:32:05.827Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 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-13T08:32:28.206Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:32:28.242Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:32:28.253Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:32:28.254Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:32:28.254Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:32:28.255Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:32:28.255Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:32:28.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:32:28.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:32:28.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:32:28.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:32:28.257Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:32:28.257Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:32:28.264Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:32:58.264Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0 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-13T08:32:58.274Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 276e9924-0985-4481-bb09-0b46743b5ff0 and serviceModelVersionId: 3a39a3f4-c476-4fd2-871a-53400d227291
2021-09-13T08:32:58.275Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11d5761c-7f29-4fed-8f7e-fc9ed72809b2
2021-09-13T08:32:58.277Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0
2021-09-13T08:32:58.286Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:32:58.349Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?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-13T08:32:58.351Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0|INFO|500||Invoke
2021-09-13T08:32:58.391Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T08:32:58.802Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0|INFO|500||InvokeReturn
2021-09-13T08:32:58.803Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-08:32:58:411-16856], vertex-id=[233504], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:32:58 GMT], Content-Type=[application/json]}
2021-09-13T08:32:58.804Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:32:58.804Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:32:58.808Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||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-13T08:32:58.813Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:32:58.814Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 276e9924-0985-4481-bb09-0b46743b5ff0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:32:58.814Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:32:58.815Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:32:58.818Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:32:58.820Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521978814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:32:58.923Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-13T08:32:58.926Z||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-13T08:32:58.926Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:32:58.961Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:32:58.962Z||pool-34-thread-1|||||INFO|500||cambria reply ok (38 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-13T08:32:59.841Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:32:59.842Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:32:59.842Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:33:05.160Z||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-13T08:33:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:05.796Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:33:05.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:33:05.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631521978814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:33:05.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:33:10.094Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:33:10.095Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:33:10.096Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:33:10.096Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:19.675Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:33:19.680Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:33:19.684Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:33:19.685Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:29.255Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:33:29.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:33:29.257Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:33:29.257Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:38.879Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:34:05.166Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:34:05.183Z||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-13T08:34:05.184Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:34:05.166Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:34:05.191Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:34:05.192Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:34:14.792Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:34:14.799Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:35:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:35:05.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:35:05.162Z||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-13T08:35:05.162Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:35:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:35:05.163Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:35:14.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:35:14.754Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:36:05.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:36:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:36:05.167Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:36:05.167Z||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-13T08:36:05.169Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:36:05.169Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:36:14.751Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:36:14.756Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:37:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:37:05.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:37:05.163Z||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-13T08:37:05.163Z||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-13T08:37:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:37:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:37:14.756Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:37:14.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:38:05.156Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:38:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:38:05.162Z||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-13T08:38:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:38:05.162Z||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-13T08:38:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:38:14.738Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:38:14.745Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:39:05.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:39:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:39:05.161Z||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-13T08:39:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:39:05.161Z||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-13T08:39:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:39:14.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:39:14.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:40:05.156Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:40:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:40:05.161Z||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-13T08:40:05.161Z||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-13T08:40:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:40:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:40:14.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:40:14.777Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:41:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:41:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:41:05.164Z||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-13T08:41:05.164Z||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-13T08:41:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:41:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:41:14.736Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:41:14.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:42:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:42:05.162Z||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-13T08:42:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:42:05.158Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:42:05.170Z||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-13T08:42:05.171Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:42:14.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:42:14.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:43:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:43:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:43:05.162Z||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-13T08:43:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:43:05.163Z||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-13T08:43:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:43:14.729Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:43:14.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:44:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:44:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:44:05.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:44:05.161Z||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-13T08:44:05.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:44:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:44:14.753Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:44:14.826Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:45:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:45:05.159Z||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-13T08:45:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:45:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:05.160Z||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-13T08:45:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:07.633Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:45:07.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T08:45:07.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"590b9ac9-7746-4c9b-8b61-d7fe6988f137","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d","serviceDescription":"service","serviceInvariantUUID":"437bd284-90af-4f07-b90d-ae266bda4b6b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6b7da525-390e-4cc1-b820-3812b8631b01","resourceInvariantUUID":"990bda0a-edd5-4eee-bcb7-0c97cb4fc0ac","resourceCustomizationUUID":"e41fb11a-ba0d-4e36-ba0d-2ca87596f274","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":"M2MyNjBiNGZkNmJiNzg4ZjFlNmZiMWE2NWNkNDQyODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d242f94-5f6f-45bf-91c0-af6702ff8aaf","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODFkNzc3ZGJjZjAxMTQ3YWM2ODI1MzU4NTljOTM2MTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89b064f6-5077-4b28-bea0-b4a377d69add","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:45:07.650Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:45:07.651Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:45:07.655Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:45:07.655Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522705156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:45:07.755Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:45:07.756Z||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-13T08:45:07.756Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:07.809Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:45:07.810Z||pool-35-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":43,"count":1}
2021-09-13T08:45:07.941Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:45:07.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:45:07.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522697804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:45:07.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:45:07.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:45:07.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "cds",
  "timestamp": 1631522697934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:45:07.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:45:07.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:45:07.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522705156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:45:07.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:45:08.656Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:45:08.659Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:45:08.661Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:45:08.662Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522705156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:45:08.762Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:45:08.763Z||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-13T08:45:08.763Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:08.778Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:45:08.779Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:45:09.664Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "437bd284-90af-4f07-b90d-ae266bda4b6b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e41fb11a-ba0d-4e36-ba0d-2ca87596f274",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6b7da525-390e-4cc1-b820-3812b8631b01",
      "resourceInvariantUUID": "990bda0a-edd5-4eee-bcb7-0c97cb4fc0ac",
      "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": "ODFkNzc3ZGJjZjAxMTQ3YWM2ODI1MzU4NTljOTM2MTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89b064f6-5077-4b28-bea0-b4a377d69add"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T08:45:09.665Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:45:09.665Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d ASDC
2021-09-13T08:45:09.666Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:590b9ac9-7746-4c9b-8b61-d7fe6988f137
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
ServiceInvariantUUID:437bd284-90af-4f07-b90d-ae266bda4b6b
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:89b064f6-5077-4b28-bea0-b4a377d69add
ArtifactChecksum:ODFkNzc3ZGJjZjAxMTQ3YWM2ODI1MzU4NTljOTM2MTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e41fb11a-ba0d-4e36-ba0d-2ca87596f274
ResourceInvariantUUID:990bda0a-edd5-4eee-bcb7-0c97cb4fc0ac
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6b7da525-390e-4cc1-b820-3812b8631b01
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-13T08:45:09.666Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d 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-13T08:45:09.714Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:45:09.715Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:45:09.715Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:45:09.716Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 89b064f6-5077-4b28-bea0-b4a377d69add from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T08:45:09.716Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:45:09.717Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T08:45:12.303Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:45:12.309Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 89b064f6-5077-4b28-bea0-b4a377d69add 52170
2021-09-13T08:45:12.311Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-13T08:45:12.311Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T08:45:12.312Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:45:12.313Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:45:12.323Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:45:12.323Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522712310,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:45:12.422Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-13T08:45:12.424Z||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-13T08:45:12.424Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:12.436Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:45:12.437Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:45:13.324Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:45:13.327Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:45:13.327Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 89b064f6-5077-4b28-bea0-b4a377d69add, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:13.327Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-13T08:45:13.328Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:13.328Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:13.484Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6472789869512388692/Definitions/service-BasicNetwork-template.yml
2021-09-13T08:45:14.063Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:45:14.063Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:45:14.063Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.063Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
Model Version:NULL
Model InvariantUuid:437bd284-90af-4f07-b90d-ae266bda4b6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:990bda0a-edd5-4eee-bcb7-0c97cb4fc0ac
Model UUID:40401668-bbc3-4d9f-870d-9adc15cd274f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e41fb11a-ba0d-4e36-ba0d-2ca87596f274
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-13T08:45:14.075Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 6b7da525-390e-4cc1-b820-3812b8631b01
2021-09-13T08:45:14.076Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||No resources found for Service: e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
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-13T08:45:14.086Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||
2021-09-13T08:45:14.086Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-13T08:45:14.087Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
2021-09-13T08:45:14.087Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
2021-09-13T08:45:14.087Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-13T08:45:14.087Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-13T08:45:14.092Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69c5e9e4, org.onap.sdc.toscaparser.api.parameters.Input@628f85d0, org.onap.sdc.toscaparser.api.parameters.Input@3ac66d2e, org.onap.sdc.toscaparser.api.parameters.Input@41caa698, org.onap.sdc.toscaparser.api.parameters.Input@786ed8c]
2021-09-13T08:45:14.095Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.095Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d: Generic NeutronNet
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.097Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-13T08:45:14.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.133Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.133Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:45:14.134Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.134Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||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-13T08:45:14.180Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-13T08:45:14.181Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-13T08:45:14.181Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.181Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:45:14.181Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:45:14.183Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:45:14.183Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522714181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:45:14.283Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:45:14.284Z||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-13T08:45:14.284Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:14.318Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:45:14.318Z||pool-38-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:45:15.184Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:45:15.198Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:45:15.201Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:45:15.201Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:45:15.201Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:45:45.202Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:45:45.213Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:45:45.215Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:45:45.215Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:45:45.215Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:46:05.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:46:05.164Z||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-13T08:46:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:46:05.252Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:46:05.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:46:05.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "aai-ml",
  "timestamp": 1631522698040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:46:05.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:46:15.216Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:46:15.231Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:46:15.238Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:46:15.238Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:46:15.238Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:46:45.240Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:46:45.260Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:46:45.262Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:46:45.262Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:46:45.263Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:47:05.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:47:05.161Z||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-13T08:47:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:47:05.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:47:05.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:47:05.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "policy-id",
  "timestamp": 1631522706047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:47:05.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:47:05.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:47:05.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522704659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:47:05.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:47:15.263Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:47:15.274Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:47:15.276Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:47:15.276Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:47:15.276Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:47:45.277Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:47:45.295Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:47:45.298Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:47:45.298Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:47:45.298Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:48:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:48:05.161Z||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-13T08:48:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:05.259Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:05.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "dcae-sch",
  "timestamp": 1631522707558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "cds",
  "timestamp": 1631522697934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522705156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522697804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "aai-ml",
  "timestamp": 1631522698040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "policy-id",
  "timestamp": 1631522706047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522704659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "dcae-sch",
  "timestamp": 1631522707558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "clamp",
  "timestamp": 1631522710392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "policy-id",
  "timestamp": 1631522711857,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522712006,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "clamp",
  "timestamp": 1631522710392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "aai-ml",
  "timestamp": 1631522712213,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522712310,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "cds",
  "timestamp": 1631522712395,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "policy-id",
  "timestamp": 1631522712862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:48:05.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "cds",
  "timestamp": 1631522713410,
  "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=?
2021-09-13T08:48:05.275Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.275Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 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-13T08:48:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522713746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:48:05.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "policy-id",
  "timestamp": 1631522713865,
  "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-13T08:48:05.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.297Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 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-13T08:48:05.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522714181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522714756,
  "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-13T08:48:05.310Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.310Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 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-13T08:48:05.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522714921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "aai-ml",
  "timestamp": 1631522716486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522714921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:48:05.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "aai-ml",
  "timestamp": 1631522717490,
  "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-13T08:48:05.326Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.326Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 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-13T08:48:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "clamp",
  "timestamp": 1631522725108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "clamp",
  "timestamp": 1631522727115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:48:05.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "clamp",
  "timestamp": 1631522728120,
  "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-13T08:48:05.339Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.339Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 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-13T08:48:15.299Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:48:15.310Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:48:15.313Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:48:15.313Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:48:15.315Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:48:15.315Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:48:15.315Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:48:15.321Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:48:45.321Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137 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-13T08:48:45.330Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and serviceModelVersionId: e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
2021-09-13T08:48:45.330Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 437bd284-90af-4f07-b90d-ae266bda4b6b
2021-09-13T08:48:45.332Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0
2021-09-13T08:48:45.340Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:48:45.420Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?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-13T08:48:45.422Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0|INFO|500||Invoke
2021-09-13T08:48:45.460Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T08:48:45.642Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0|INFO|500||InvokeReturn
2021-09-13T08:48:45.644Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-08:48:45:480-64719], vertex-id=[192624], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:48:45 GMT], Content-Type=[application/json]}
2021-09-13T08:48:45.644Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:48:45.647Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:48:45.647Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||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-13T08:48:45.652Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:48:45.653Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:48:45.653Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:48:45.653Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:45.663Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:45.663Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522925653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:48:45.761Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-13T08:48:45.763Z||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-13T08:48:45.763Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:45.780Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:45.781Z||pool-39-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-13T08:48:46.686Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:48:46.687Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|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-13T08:48:46.687Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:51.090Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:51.093Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T08:48:51.093Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"120598bf-b85d-4089-a48e-3bef23c7b250","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d7f3fabc-f3ec-43db-a8d0-95ce54710a46","serviceDescription":"service","serviceInvariantUUID":"bfec97a3-1261-4815-90b9-2ba8a44aa8ec","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11ed5f14-0147-4893-bfb1-c55b93f83edd","resourceInvariantUUID":"fa2d8b88-9036-44bb-b149-14271f97cb13","resourceCustomizationUUID":"086e6ac7-f6e4-43d9-89c1-c71cad50c745","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":"YTMwZTQyMTgzNGI0YzRiZDgyNGI0ODgwNWE4MDQyNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aeb1594-6a24-41b6-b21d-76f16151353a","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":"MzMxZWI5Njk1MzljYTVlMDgxOWRjNDAwMmFkMTY3ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a687b431-b168-42f1-85f3-23e9976f9890","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":"8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a","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":"861869d8-f7d1-44e5-a95d-eb52f1161c5e","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":"736b94fb-1626-4db6-8b45-80c07507af80","artifactVersion":"2","generatedFromUUID":"8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzk3ODg5NWU0ZDI0YjNhZjYwOGE3NjE5ZDNlN2Y1ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"982b9513-d81f-4756-a72c-96185dfd752e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTUyOTI1ZTQwMjQ0OTRiMTE0NDVhMGQ3Nzg1ODA4NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0608107f-f4c5-4614-b811-964efac6b730","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:48:51.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:51.097Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:51.100Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:51.100Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:48:51.205Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-13T08:48:51.206Z||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-13T08:48:51.206Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:51.254Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:51.255Z||pool-40-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:52.105Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:52.107Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:52.109Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:52.109Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:48:52.213Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-13T08:48:52.214Z||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-13T08:48:52.214Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:52.226Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:52.227Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:48:53.111Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:53.111Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:53.115Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:53.115Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:48:53.215Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:48:53.216Z||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-13T08:48:53.216Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:53.250Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:53.251Z||pool-42-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:54.116Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:54.117Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:54.120Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:54.120Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:48:54.219Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:48:54.220Z||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-13T08:48:54.220Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:54.227Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:54.227Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:55.121Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:55.122Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:55.123Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:55.124Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T08:48:55.224Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:48:55.225Z||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-13T08:48:55.225Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:55.234Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:55.235Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:56.124Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:56.125Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:56.127Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:56.128Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:48:56.228Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:48:56.229Z||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-13T08:48:56.229Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:56.238Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:56.239Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:48:57.128Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:57.129Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:57.131Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:57.131Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:48:57.231Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:48:57.232Z||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-13T08:48:57.233Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:57.244Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:48:57.244Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:58.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d7f3fabc-f3ec-43db-a8d0-95ce54710a46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bfec97a3-1261-4815-90b9-2ba8a44aa8ec",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "086e6ac7-f6e4-43d9-89c1-c71cad50c745",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "11ed5f14-0147-4893-bfb1-c55b93f83edd",
      "resourceInvariantUUID": "fa2d8b88-9036-44bb-b149-14271f97cb13",
      "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": "MzMxZWI5Njk1MzljYTVlMDgxOWRjNDAwMmFkMTY3ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a687b431-b168-42f1-85f3-23e9976f9890",
          "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": "8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a",
          "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": "736b94fb-1626-4db6-8b45-80c07507af80",
            "generatedFromUUID": "8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a"
          },
          "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": "736b94fb-1626-4db6-8b45-80c07507af80",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTUyOTI1ZTQwMjQ0OTRiMTE0NDVhMGQ3Nzg1ODA4NDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0608107f-f4c5-4614-b811-964efac6b730"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T08:48:58.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:48:58.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7f3fabc-f3ec-43db-a8d0-95ce54710a46 ASDC
2021-09-13T08:48:58.134Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:120598bf-b85d-4089-a48e-3bef23c7b250
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d7f3fabc-f3ec-43db-a8d0-95ce54710a46
ServiceInvariantUUID:bfec97a3-1261-4815-90b9-2ba8a44aa8ec
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:0608107f-f4c5-4614-b811-964efac6b730
ArtifactChecksum:YTUyOTI1ZTQwMjQ0OTRiMTE0NDVhMGQ3Nzg1ODA4NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:086e6ac7-f6e4-43d9-89c1-c71cad50c745
ResourceInvariantUUID:fa2d8b88-9036-44bb-b149-14271f97cb13
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:11ed5f14-0147-4893-bfb1-c55b93f83edd
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:a687b431-b168-42f1-85f3-23e9976f9890
ArtifactChecksum:MzMxZWI5Njk1MzljYTVlMDgxOWRjNDAwMmFkMTY3ZDM=
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:8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a
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:736b94fb-1626-4db6-8b45-80c07507af80
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:736b94fb-1626-4db6-8b45-80c07507af80
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T08:48:58.135Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7f3fabc-f3ec-43db-a8d0-95ce54710a46 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-13T08:48:58.171Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:48:58.171Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:48:58.171Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:48:58.171Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0608107f-f4c5-4614-b811-964efac6b730 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T08:48:58.172Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:48:58.172Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T08:49:00.384Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:49:00.388Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0608107f-f4c5-4614-b811-964efac6b730 70870
2021-09-13T08:49:00.389Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-13T08:49:00.389Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T08:49:00.389Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:49:00.390Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:00.395Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:00.396Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522940389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:00.496Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:49:00.496Z||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-13T08:49:00.496Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:00.506Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:00.506Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:49:01.396Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:49:01.397Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:49:01.398Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0608107f-f4c5-4614-b811-964efac6b730, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:01.398Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-13T08:49:01.399Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:01.399Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:01.657Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5827511043624711289/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-13T08:49:02.842Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T08:49:02.850Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83168b5a-cdc5-48ee-81b8-ec93a8e17698
2021-09-13T08:49:02.850Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.850Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.850Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.850Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.850Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.851Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.851Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:02.851Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.851Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d7f3fabc-f3ec-43db-a8d0-95ce54710a46
Model Version:NULL
Model InvariantUuid:bfec97a3-1261-4815-90b9-2ba8a44aa8ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6b6767a6-b379-45c3-8a44-fa30ce3c4834
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fa2d8b88-9036-44bb-b149-14271f97cb13
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:086e6ac7-f6e4-43d9-89c1-c71cad50c745
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ab563f73-3b19-4257-80d3-7f3279f4db2b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a52110c7-672b-43d9-8f17-46ea9ac2828f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:83168b5a-cdc5-48ee-81b8-ec93a8e17698
ModelInvariantUuid:73efd368-2026-407f-a600-c23fc6f25c7f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5dfe36d1-c9e1-4929-afd1-ba1f6cede796
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5e2372fd-281b-4ef2-a1f8-7c5c61e2f825
ModelInvariantUuid:1d5ab30c-7577-4896-af14-00b7b870e13b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3de8c7d3-2399-4d0b-99fb-df06cc5d5d1f
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-13T08:49:02.859Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 11ed5f14-0147-4893-bfb1-c55b93f83edd
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-13T08:49:02.863Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-09-13T08:49:02.863Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11ed5f14-0147-4893-bfb1-c55b93f83edd
2021-09-13T08:49:02.863Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a687b431-b168-42f1-85f3-23e9976f9890 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-13T08:49:02.864Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:49:02.864Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-13T08:49:03.842Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:49:03.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a687b431-b168-42f1-85f3-23e9976f9890 787
2021-09-13T08:49:03.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-13T08:49:03.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-13T08:49:03.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:49:03.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:03.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:03.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522943843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:03.946Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:03.947Z||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-13T08:49:03.948Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:03.959Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:03.959Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:04.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ab563f73-3b19-4257-80d3-7f3279f4db2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a52110c7-672b-43d9-8f17-46ea9ac2828f",
    "vfModuleModelCustomizationUUID": "d2dfc0b2-ee00-4e30-bdbf-3c7b551d322b",
    "isBase": true,
    "artifacts": [
      "8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a",
      "736b94fb-1626-4db6-8b45-80c07507af80"
    ],
    "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-13T08:49:04.851Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a52110c7-672b-43d9-8f17-46ea9ac2828f
VfModuleModelInvariantUUID:ab563f73-3b19-4257-80d3-7f3279f4db2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a
,
736b94fb-1626-4db6-8b45-80c07507af80

}
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-13T08:49:04.853Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ab563f73-3b19-4257-80d3-7f3279f4db2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a52110c7-672b-43d9-8f17-46ea9ac2828f",
    "vfModuleModelCustomizationUUID": "d2dfc0b2-ee00-4e30-bdbf-3c7b551d322b",
    "isBase": true,
    "artifacts": [
      "8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a",
      "736b94fb-1626-4db6-8b45-80c07507af80"
    ],
    "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-13T08:49:04.853Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a52110c7-672b-43d9-8f17-46ea9ac2828f
VfModuleModelInvariantUUID:ab563f73-3b19-4257-80d3-7f3279f4db2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a
,
736b94fb-1626-4db6-8b45-80c07507af80

}
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-13T08:49:04.853Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-13T08:49:04.853Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:49:04.853Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-13T08:49:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:49:05.159Z||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-13T08:49:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:05.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:05.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522844660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522846046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "dcae-sch",
  "timestamp": 1631522847558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522847805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522847936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522848043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522844660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522846046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "dcae-sch",
  "timestamp": 1631522847558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522847805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522847936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522848043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522844660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522846046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "dcae-sch",
  "timestamp": 1631522847558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522847805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522847936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522848043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522844660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522846046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "dcae-sch",
  "timestamp": 1631522847558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522847805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522847936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522848043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522844660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522846046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "dcae-sch",
  "timestamp": 1631522847558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522847805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522847936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522848043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522844660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522846046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "dcae-sch",
  "timestamp": 1631522847558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522847805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522847936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522848043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522844660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522846046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "dcae-sch",
  "timestamp": 1631522847558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522847805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522847936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522848043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522855504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522854921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522855586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522856310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522856305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522856508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522856509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:05.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522854921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "cds",
  "timestamp": 1631522857319,
  "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-13T08:49:05.255Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 120598bf-b85d-4089-a48e-3bef23c7b250
2021-09-13T08:49:05.255Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120598bf-b85d-4089-a48e-3bef23c7b250 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-13T08:49:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522857398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "policy-id",
  "timestamp": 1631522857513,
  "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-13T08:49:05.269Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 120598bf-b85d-4089-a48e-3bef23c7b250
2021-09-13T08:49:05.269Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120598bf-b85d-4089-a48e-3bef23c7b250 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-13T08:49:05.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522854921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522854921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522858828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:05.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522854921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522859838,
  "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-13T08:49:05.283Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 120598bf-b85d-4089-a48e-3bef23c7b250
2021-09-13T08:49:05.283Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120598bf-b85d-4089-a48e-3bef23c7b250 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-13T08:49:05.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522854921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522860392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522854921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522861900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522860392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522862986,
  "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-13T08:49:05.296Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 120598bf-b85d-4089-a48e-3bef23c7b250
2021-09-13T08:49:05.296Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120598bf-b85d-4089-a48e-3bef23c7b250 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-13T08:49:05.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522860392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522863991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:05.302Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522860392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522860392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522860392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522866346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522860392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:49:05.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:49:05.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "aai-ml",
  "timestamp": 1631522867351,
  "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-13T08:49:05.308Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 120598bf-b85d-4089-a48e-3bef23c7b250
2021-09-13T08:49:05.309Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120598bf-b85d-4089-a48e-3bef23c7b250 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-13T08:49:05.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522875152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522878152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:05.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:49:05.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:49:05.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "clamp",
  "timestamp": 1631522879162,
  "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-13T08:49:05.320Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 120598bf-b85d-4089-a48e-3bef23c7b250
2021-09-13T08:49:05.320Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120598bf-b85d-4089-a48e-3bef23c7b250 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-13T08:49:05.743Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:49:05.744Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a 5033
2021-09-13T08:49:05.744Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-13T08:49:05.744Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-13T08:49:05.744Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:49:05.745Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:05.747Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:05.747Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522945744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:05.848Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:05.848Z||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-13T08:49:05.848Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:05.858Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:05.859Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:06.747Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 736b94fb-1626-4db6-8b45-80c07507af80 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-13T08:49:06.748Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:49:06.748Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-13T08:49:07.839Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:49:07.840Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 736b94fb-1626-4db6-8b45-80c07507af80 903
2021-09-13T08:49:07.840Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-13T08:49:07.840Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-13T08:49:07.840Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:49:07.841Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:07.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:07.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522947840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:07.943Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:07.944Z||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-13T08:49:07.945Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:07.952Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:07.953Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:08.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d7f3fabc-f3ec-43db-a8d0-95ce54710a46
2021-09-13T08:49:08.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 11ed5f14-0147-4893-bfb1-c55b93f83edd 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-13T08:49:08.858Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21617c7e, org.onap.sdc.toscaparser.api.parameters.Input@4b6801ce, org.onap.sdc.toscaparser.api.parameters.Input@3bed5a53, org.onap.sdc.toscaparser.api.parameters.Input@78039529, org.onap.sdc.toscaparser.api.parameters.Input@522b94db]
2021-09-13T08:49:08.861Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.861Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:08.862Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-13T08:49:08.862Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 086e6ac7-f6e4-43d9-89c1-c71cad50c745
2021-09-13T08:49:08.862Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 086e6ac7-f6e4-43d9-89c1-c71cad50c745 matches Tosca VF Customization UUID: 086e6ac7-f6e4-43d9-89c1-c71cad50c745
2021-09-13T08:49:08.862Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 086e6ac7-f6e4-43d9-89c1-c71cad50c745  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-13T08:49:08.865Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.866Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:08.867Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 086e6ac7-f6e4-43d9-89c1-c71cad50c745: {\"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-13T08:49:08.867Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ce60979
2021-09-13T08:49:08.867Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.867Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:49:08.868Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2dfc0b2-ee00-4e30-bdbf-3c7b551d322b
2021-09-13T08:49:08.868Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2dfc0b2-ee00-4e30-bdbf-3c7b551d322b
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-13T08:49:08.871Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.871Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:08.872Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:08.872Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.872Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:08.872Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:08.873Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.873Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-13T08:49:08.873Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-13T08:49:08.873Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T08:49:08.873Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83168b5a-cdc5-48ee-81b8-ec93a8e17698
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-13T08:49:08.876Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.876Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:08.876Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:08.876Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.876Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:08.877Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=086e6ac7-f6e4-43d9-89c1-c71cad50c745
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-13T08:49:08.878Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.878Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:08.879Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d7f3fabc-f3ec-43db-a8d0-95ce54710a46: basic_vm
2021-09-13T08:49:08.879Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.880Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:08.880Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.880Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:08.880Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.880Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:08.880Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.880Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:08.880Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:08.881Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:08.881Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||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-13T08:49:08.960Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 11ed5f14-0147-4893-bfb1-c55b93f83edd 1 ASDC deployResourceStructure
2021-09-13T08:49:08.960Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-13T08:49:08.960Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-13T08:49:08.960Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:49:08.961Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:08.968Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:08.968Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522948960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:09.063Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-13T08:49:09.064Z||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-13T08:49:09.064Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:09.072Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:09.072Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:09.969Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-13T08:49:09.970Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-13T08:49:09.970Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:49:09.970Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:09.973Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:09.973Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522949969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:10.073Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:10.073Z||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-13T08:49:10.074Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:10.090Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:10.090Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:10.974Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-13T08:49:10.975Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-13T08:49:10.975Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:49:10.975Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:10.981Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:10.981Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522950974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:11.078Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-13T08:49:11.079Z||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-13T08:49:11.079Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:11.103Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:11.104Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:49:11.991Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-13T08:49:11.997Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T08:49:11.998Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:49:11.998Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:12.008Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:12.008Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522951991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:49:12.108Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:12.109Z||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-13T08:49:12.109Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:12.124Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:12.124Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:13.012Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120598bf-b85d-4089-a48e-3bef23c7b250
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:49:13.039Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120598bf-b85d-4089-a48e-3bef23c7b250
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:49:13.042Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:49:13.043Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:49:13.047Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:49:43.049Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 120598bf-b85d-4089-a48e-3bef23c7b250 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-13T08:49:43.059Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 120598bf-b85d-4089-a48e-3bef23c7b250 and serviceModelVersionId: d7f3fabc-f3ec-43db-a8d0-95ce54710a46
2021-09-13T08:49:43.059Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfec97a3-1261-4815-90b9-2ba8a44aa8ec
2021-09-13T08:49:43.062Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?depth=0
2021-09-13T08:49:43.069Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:49:43.131Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?depth=0|INFO|500||Invoke
2021-09-13T08:49:43.132Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[120598bf-b85d-4089-a48e-3bef23c7b250], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[294abd5e-9789-46ec-8f91-fff48cc8046e], X-ECOMP-RequestID=[120598bf-b85d-4089-a48e-3bef23c7b250], X-TransactionId=[], X-ONAP-RequestID=[120598bf-b85d-4089-a48e-3bef23c7b250], Content-Type=[application/merge-patch+json]}
2021-09-13T08:49:43.166Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T08:49:43.456Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?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/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-08:49:43:174-20661], vertex-id=[245816], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:49:43 GMT], Content-Type=[application/json]}
2021-09-13T08:49:43.457Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:49:43.457Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bfec97a3-1261-4815-90b9-2ba8a44aa8ec/model-vers/model-ver/d7f3fabc-f3ec-43db-a8d0-95ce54710a46?depth=0|INFO|500||InvokeReturn
2021-09-13T08:49:43.458Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:49:43.458Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||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-13T08:49:43.464Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:49:43.464Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 120598bf-b85d-4089-a48e-3bef23c7b250 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:49:43.465Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:49:43.465Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:43.468Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:43.468Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522983465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:49:43.574Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-09-13T08:49:43.576Z||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-13T08:49:43.576Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:43.591Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:43.593Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-13T08:49:44.492Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T08:49:44.493Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"390ff2f3-f533-47e4-93a7-fbe27fb24110","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d4fce058-efc8-4608-a012-3af7af5a5f5c","serviceDescription":"service","serviceInvariantUUID":"66f43d0a-fa95-45bb-b044-4fba4bcf4a2f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"643393cd-6031-4060-a4b0-afa0b6beb10f","resourceInvariantUUID":"122043cc-147f-4545-8c2b-d1c274768dc2","resourceCustomizationUUID":"855349dc-f2ba-4ae1-9ef9-395eb5bad518","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":"M2QzZmQxMDIzNGQ5ODNkMjYyYWVkZjZlNTg1NzBkZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d416ecf-6232-437f-ba38-a876d5a2ba2e","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":"0e9d9a45-89a3-4652-93dc-2ebe1e4e9918","artifactVersion":"2","generatedFromUUID":"84a5705e-4b35-4ab9-b450-186a898a17d0"},{"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":"84a5705e-4b35-4ab9-b450-186a898a17d0","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":"MTk3N2QzZDU1NzRiODM3Y2UyZmU5OTZjYmRmNDgyNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b896ec0c-d0e2-468a-8621-ea9b1e4e6fd7","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":"175d8cb1-b743-4111-b1b7-9206790153f7","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":"f06724d9-8a2f-4506-b6db-d71d4625e741","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":"fe65d79a-07b5-4d92-8230-22d43fa67cd7","artifactVersion":"2","generatedFromUUID":"175d8cb1-b743-4111-b1b7-9206790153f7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWE0NDc1OGMxOGUwNjBiYTJiMWI3M2JjMDhlZDAxZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4003ed99-6f62-4fd4-bef2-acebb5d645f8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTYxNWUxMGE4MDBjMjUyYzFlMGEzNGI5OTNmMGQwZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbd6099f-9e1b-43c1-8433-d5e25fc367d7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:49:44.494Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:44.494Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:44.496Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:44.496Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:44.596Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:44.597Z||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-13T08:49:44.597Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:44.605Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:44.605Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:45.497Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:45.498Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:45.501Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:45.501Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-13T08:49:45.600Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:49:45.601Z||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-13T08:49:45.601Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:45.609Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:45.610Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:46.501Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:46.502Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:46.505Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:46.505Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-13T08:49:46.605Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:46.606Z||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-13T08:49:46.606Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:46.613Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:46.613Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:47.506Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:47.508Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:47.509Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:47.510Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:49:47.610Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:47.611Z||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-13T08:49:47.611Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:47.618Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:47.619Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:48.512Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:48.513Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:48.515Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:48.515Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:49:48.615Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:48.616Z||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-13T08:49:48.616Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:48.624Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:48.625Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:49.516Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:49.519Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:49.521Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:49.521Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:49.621Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:49:49.622Z||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-13T08:49:49.622Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:49.631Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:49.631Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:50.522Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:50.523Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:50.525Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:50.526Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-13T08:49:50.626Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:50.627Z||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-13T08:49:50.630Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:50.639Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:50.640Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:49:51.527Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:51.528Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:51.529Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:51.530Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:49:51.630Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:49:51.630Z||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-13T08:49:51.630Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:51.642Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:51.642Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:52.530Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:49:52.531Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:52.533Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:52.533Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:49:52.633Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:52.634Z||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-13T08:49:52.634Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:52.642Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:52.643Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:53.534Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d4fce058-efc8-4608-a012-3af7af5a5f5c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "66f43d0a-fa95-45bb-b044-4fba4bcf4a2f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "855349dc-f2ba-4ae1-9ef9-395eb5bad518",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "643393cd-6031-4060-a4b0-afa0b6beb10f",
      "resourceInvariantUUID": "122043cc-147f-4545-8c2b-d1c274768dc2",
      "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": "0e9d9a45-89a3-4652-93dc-2ebe1e4e9918",
          "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": "84a5705e-4b35-4ab9-b450-186a898a17d0",
          "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": "MTk3N2QzZDU1NzRiODM3Y2UyZmU5OTZjYmRmNDgyNzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b896ec0c-d0e2-468a-8621-ea9b1e4e6fd7",
          "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": "175d8cb1-b743-4111-b1b7-9206790153f7",
          "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": "fe65d79a-07b5-4d92-8230-22d43fa67cd7",
            "generatedFromUUID": "175d8cb1-b743-4111-b1b7-9206790153f7"
          },
          "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": "fe65d79a-07b5-4d92-8230-22d43fa67cd7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTYxNWUxMGE4MDBjMjUyYzFlMGEzNGI5OTNmMGQwZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fbd6099f-9e1b-43c1-8433-d5e25fc367d7"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T08:49:53.535Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:49:53.536Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d4fce058-efc8-4608-a012-3af7af5a5f5c ASDC
2021-09-13T08:49:53.537Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:390ff2f3-f533-47e4-93a7-fbe27fb24110
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d4fce058-efc8-4608-a012-3af7af5a5f5c
ServiceInvariantUUID:66f43d0a-fa95-45bb-b044-4fba4bcf4a2f
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:fbd6099f-9e1b-43c1-8433-d5e25fc367d7
ArtifactChecksum:MTYxNWUxMGE4MDBjMjUyYzFlMGEzNGI5OTNmMGQwZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:855349dc-f2ba-4ae1-9ef9-395eb5bad518
ResourceInvariantUUID:122043cc-147f-4545-8c2b-d1c274768dc2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:643393cd-6031-4060-a4b0-afa0b6beb10f
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:0e9d9a45-89a3-4652-93dc-2ebe1e4e9918
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:84a5705e-4b35-4ab9-b450-186a898a17d0
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:b896ec0c-d0e2-468a-8621-ea9b1e4e6fd7
ArtifactChecksum:MTk3N2QzZDU1NzRiODM3Y2UyZmU5OTZjYmRmNDgyNzg=
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:175d8cb1-b743-4111-b1b7-9206790153f7
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:fe65d79a-07b5-4d92-8230-22d43fa67cd7
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:fe65d79a-07b5-4d92-8230-22d43fa67cd7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T08:49:53.537Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4fce058-efc8-4608-a012-3af7af5a5f5c 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-13T08:49:53.571Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:49:53.571Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:49:53.572Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:49:53.572Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fbd6099f-9e1b-43c1-8433-d5e25fc367d7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-13T08:49:53.572Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:49:53.573Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-13T08:49:54.690Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:49:54.694Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar fbd6099f-9e1b-43c1-8433-d5e25fc367d7 68761
2021-09-13T08:49:54.694Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-13T08:49:54.694Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-13T08:49:54.694Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:49:54.694Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:54.701Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:54.701Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522994694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:54.801Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:49:54.802Z||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-13T08:49:54.802Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:54.810Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:54.810Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:49:55.701Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:49:55.702Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:49:55.703Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fbd6099f-9e1b-43c1-8433-d5e25fc367d7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T08:49:55.703Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-13T08:49:55.703Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T08:49:55.703Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T08:49:55.923Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17662156766178673772/Definitions/service-BasicCnf-template.yml
2021-09-13T08:49:56.979Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:49:56.980Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:49:56.980Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T08:49:56.980Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-13T08:49:56.980Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T08:49:56.980Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T08:49:56.980Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T08:49:56.981Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-13T08:49:56.981Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:49:56.981Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.981Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:56.982Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:49:56.982Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:49:56.982Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:49:56.982Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.982Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:56.983Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:49:56.983Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:49:56.983Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:49:56.983Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.983Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:56.984Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.984Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-13T08:49:56.984Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-13T08:49:56.984Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-13T08:49:56.985Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T08:49:56.985Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.985Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:49:56.985Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.985Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:49:56.986Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:56.986Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.986Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:49:56.986Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:56.987Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.987Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:49:56.987Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:56.987Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.987Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-13T08:49:56.988Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-13T08:49:56.988Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=83b65e12-009d-47b7-9cf3-9735beb466e7
2021-09-13T08:49:56.988Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.988Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:56.988Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.989Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:56.989Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.989Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:56.989Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:49:56.989Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:56.989Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d4fce058-efc8-4608-a012-3af7af5a5f5c
Model Version:NULL
Model InvariantUuid:66f43d0a-fa95-45bb-b044-4fba4bcf4a2f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ac0c6d98-9dd5-4d1d-8d7e-04896b9408a2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:122043cc-147f-4545-8c2b-d1c274768dc2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:855349dc-f2ba-4ae1-9ef9-395eb5bad518
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b63e7b97-b2d1-4cfa-93b6-fd10c3f3069e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1aeae670-1a6a-4537-9674-e8717de07906
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:83b65e12-009d-47b7-9cf3-9735beb466e7
ModelInvariantUuid:65ab3b61-befb-4674-8541-fb862a80642e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:631cd909-9b32-4761-a059-3f1306574f14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:70469a55-5ac9-4719-aaa3-63cf23589144
ModelInvariantUuid:65774781-b8a8-44a5-876b-74a20533ab6a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4077f8f7-b8b2-41e1-9ef3-b896dbcda3cb
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-13T08:49:56.995Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 643393cd-6031-4060-a4b0-afa0b6beb10f
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-13T08:49:56.997Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-09-13T08:49:56.998Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 643393cd-6031-4060-a4b0-afa0b6beb10f
2021-09-13T08:49:56.998Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0e9d9a45-89a3-4652-93dc-2ebe1e4e9918 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-13T08:49:56.998Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:49:56.998Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-13T08:49:57.495Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:49:57.496Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0e9d9a45-89a3-4652-93dc-2ebe1e4e9918 12
2021-09-13T08:49:57.496Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-13T08:49:57.496Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-13T08:49:57.496Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:49:57.496Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:57.500Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:57.500Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522997496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:49:57.599Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-13T08:49:57.599Z||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-13T08:49:57.600Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:57.623Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:49:57.624Z||pool-66-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:49:58.500Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84a5705e-4b35-4ab9-b450-186a898a17d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-13T08:49:58.501Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:49:58.501Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-13T08:50:01.584Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:50:01.585Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 84a5705e-4b35-4ab9-b450-186a898a17d0 2688
2021-09-13T08:50:01.585Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-13T08:50:01.586Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-13T08:50:01.586Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:50:01.586Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:01.589Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:01.589Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523001585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:01.699Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-13T08:50:01.701Z||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-13T08:50:01.701Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:01.715Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:01.716Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:50:02.602Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b896ec0c-d0e2-468a-8621-ea9b1e4e6fd7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-13T08:50:02.602Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:50:02.603Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-13T08:50:03.357Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:50:03.358Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b896ec0c-d0e2-468a-8621-ea9b1e4e6fd7 828
2021-09-13T08:50:03.358Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-13T08:50:03.358Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-13T08:50:03.358Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:50:03.359Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:03.362Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:03.362Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523003358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:03.464Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-13T08:50:03.466Z||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-13T08:50:03.466Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:03.480Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:03.481Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:50:04.367Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b63e7b97-b2d1-4cfa-93b6-fd10c3f3069e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1aeae670-1a6a-4537-9674-e8717de07906",
    "vfModuleModelCustomizationUUID": "70034e77-55f1-40b4-aee1-c0ae4c8c8851",
    "isBase": true,
    "artifacts": [
      "175d8cb1-b743-4111-b1b7-9206790153f7",
      "84a5705e-4b35-4ab9-b450-186a898a17d0",
      "fe65d79a-07b5-4d92-8230-22d43fa67cd7"
    ],
    "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-13T08:50:04.372Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1aeae670-1a6a-4537-9674-e8717de07906
VfModuleModelInvariantUUID:b63e7b97-b2d1-4cfa-93b6-fd10c3f3069e
VfModuleModelDescription:NULL
Artifacts UUID List:{
175d8cb1-b743-4111-b1b7-9206790153f7
,
84a5705e-4b35-4ab9-b450-186a898a17d0
,
fe65d79a-07b5-4d92-8230-22d43fa67cd7

}
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-13T08:50:04.374Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b63e7b97-b2d1-4cfa-93b6-fd10c3f3069e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1aeae670-1a6a-4537-9674-e8717de07906",
    "vfModuleModelCustomizationUUID": "70034e77-55f1-40b4-aee1-c0ae4c8c8851",
    "isBase": true,
    "artifacts": [
      "175d8cb1-b743-4111-b1b7-9206790153f7",
      "84a5705e-4b35-4ab9-b450-186a898a17d0",
      "fe65d79a-07b5-4d92-8230-22d43fa67cd7"
    ],
    "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-13T08:50:04.374Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1aeae670-1a6a-4537-9674-e8717de07906
VfModuleModelInvariantUUID:b63e7b97-b2d1-4cfa-93b6-fd10c3f3069e
VfModuleModelDescription:NULL
Artifacts UUID List:{
175d8cb1-b743-4111-b1b7-9206790153f7
,
84a5705e-4b35-4ab9-b450-186a898a17d0
,
fe65d79a-07b5-4d92-8230-22d43fa67cd7

}
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-13T08:50:04.374Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 175d8cb1-b743-4111-b1b7-9206790153f7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-13T08:50:04.374Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:50:04.374Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-13T08:50:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:50:05.159Z||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-13T08:50:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:05.243Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:50:05.244Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 175d8cb1-b743-4111-b1b7-9206790153f7 1164
2021-09-13T08:50:05.244Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-13T08:50:05.244Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-13T08:50:05.244Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:50:05.244Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:05.246Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:05.246Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523005244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.265Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:05.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522925653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:50:05.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522920392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522922936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522924659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522926046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "dcae-sch",
  "timestamp": 1631522927558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:50:05.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522937609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522937708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522937714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "cds",
  "timestamp": 1631522938620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:50:05.306Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 390ff2f3-f533-47e4-93a7-fbe27fb24110
2021-09-13T08:50:05.307Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390ff2f3-f533-47e4-93a7-fbe27fb24110 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-13T08:50:05.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522938721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:50:05.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "policy-id",
  "timestamp": 1631522939726,
  "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-13T08:50:05.322Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 390ff2f3-f533-47e4-93a7-fbe27fb24110
2021-09-13T08:50:05.322Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390ff2f3-f533-47e4-93a7-fbe27fb24110 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-13T08:50:05.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522940389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522942043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631522934923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522943843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522943954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522944171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:05.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:50:05.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:50:05.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:50:05.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:50:05.346Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:50:05.346Z||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-13T08:50:05.347Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:05.374Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:05.375Z||pool-69-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:50:06.247Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fe65d79a-07b5-4d92-8230-22d43fa67cd7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-13T08:50:06.248Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:50:06.248Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-13T08:50:07.159Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:50:07.160Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fe65d79a-07b5-4d92-8230-22d43fa67cd7 200
2021-09-13T08:50:07.160Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-13T08:50:07.160Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-13T08:50:07.160Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:50:07.160Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:07.163Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:07.163Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523007160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:50:07.263Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:50:07.264Z||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-13T08:50:07.264Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:07.287Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:07.288Z||pool-70-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:50:08.163Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d4fce058-efc8-4608-a012-3af7af5a5f5c
2021-09-13T08:50:08.164Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 643393cd-6031-4060-a4b0-afa0b6beb10f 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=?
2021-09-13T08:50:08.178Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_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-13T08:50:08.185Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45c58ee9, org.onap.sdc.toscaparser.api.parameters.Input@20e471da, org.onap.sdc.toscaparser.api.parameters.Input@54af6570, org.onap.sdc.toscaparser.api.parameters.Input@2b850fa0, org.onap.sdc.toscaparser.api.parameters.Input@425e7eff]
2021-09-13T08:50:08.186Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.187Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:50:08.187Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-13T08:50:08.187Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 855349dc-f2ba-4ae1-9ef9-395eb5bad518
2021-09-13T08:50:08.187Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 855349dc-f2ba-4ae1-9ef9-395eb5bad518 matches Tosca VF Customization UUID: 855349dc-f2ba-4ae1-9ef9-395eb5bad518
2021-09-13T08:50:08.187Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 855349dc-f2ba-4ae1-9ef9-395eb5bad518  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-13T08:50:08.189Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.189Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:50:08.189Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 855349dc-f2ba-4ae1-9ef9-395eb5bad518: {\"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-13T08:50:08.190Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6de72e00
2021-09-13T08:50:08.190Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.190Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:50:08.190Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 70034e77-55f1-40b4-aee1-c0ae4c8c8851
2021-09-13T08:50:08.190Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 70034e77-55f1-40b4-aee1-c0ae4c8c8851
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-13T08:50:08.192Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.192Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:50:08.192Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:50:08.193Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.193Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:50:08.193Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:50:08.193Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.193Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-13T08:50:08.193Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-13T08:50:08.194Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=83b65e12-009d-47b7-9cf3-9735beb466e7
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-13T08:50:08.195Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.195Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:50:08.196Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:50:08.196Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.196Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-13T08:50:08.196Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=855349dc-f2ba-4ae1-9ef9-395eb5bad518
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-13T08:50:08.198Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.198Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:50:08.198Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d4fce058-efc8-4608-a012-3af7af5a5f5c: basic_cnf
2021-09-13T08:50:08.199Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.199Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:50:08.199Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.199Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:50:08.199Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.199Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:50:08.200Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.200Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:50:08.200Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:50:08.200Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:50:08.200Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||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-13T08:50:08.261Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 643393cd-6031-4060-a4b0-afa0b6beb10f 1 ASDC deployResourceStructure
2021-09-13T08:50:08.262Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-13T08:50:08.262Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-13T08:50:08.262Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-13T08:50:08.262Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:08.264Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:08.264Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523008261,
  "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-13T08:50:08.364Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:50:08.365Z||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-13T08:50:08.365Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:08.390Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:08.391Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:50:09.265Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-13T08:50:09.265Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-13T08:50:09.265Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-13T08:50:09.266Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:09.268Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:09.268Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523009264,
  "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-13T08:50:09.368Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:50:09.369Z||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-13T08:50:09.369Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:09.379Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:09.379Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:50:10.270Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-13T08:50:10.272Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-13T08:50:10.273Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:50:10.274Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:10.280Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:10.281Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523010270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:50:10.380Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:50:10.382Z||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-13T08:50:10.382Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:10.422Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:10.423Z||pool-73-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:50:11.284Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-13T08:50:11.284Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-13T08:50:11.284Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:50:11.284Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:11.287Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:11.287Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523011284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:50:11.387Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:50:11.388Z||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-13T08:50:11.388Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:11.409Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:11.409Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:50:12.293Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-13T08:50:12.294Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-13T08:50:12.294Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:50:12.294Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:12.307Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:12.307Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523012293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:50:12.399Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-09-13T08:50:12.400Z||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-13T08:50:12.400Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:12.445Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:12.446Z||pool-75-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:50:13.311Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-13T08:50:13.311Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-13T08:50:13.311Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:50:13.312Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:50:13.314Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:50:13.314Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523013308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:50:13.414Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:50:13.416Z||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-13T08:50:13.416Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:50:13.438Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:50:13.438Z||pool-76-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:50:14.320Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:50:14.343Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:50:14.346Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:50:14.346Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:50:14.346Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:50:44.347Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:50:44.362Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:50:44.364Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:50:44.365Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:50:44.365Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:51:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:51:05.160Z||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-13T08:51:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:51:05.233Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:51:05.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:51:05.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:51:05.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:51:14.367Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:51:14.408Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:51:14.411Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:51:14.411Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:51:14.411Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:51:44.411Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:51:44.424Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:51:44.427Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:51:44.427Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:51:44.428Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:52:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:52:05.160Z||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-13T08:52:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:05.219Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:05.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522945744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522946048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522946180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522937810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:52:05.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522938040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:52:05.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522947152,
  "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-13T08:52:05.232Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 390ff2f3-f533-47e4-93a7-fbe27fb24110
2021-09-13T08:52:05.232Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390ff2f3-f533-47e4-93a7-fbe27fb24110 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-13T08:52:05.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "clamp",
  "timestamp": 1631522947190,
  "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-13T08:52:05.250Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 390ff2f3-f533-47e4-93a7-fbe27fb24110
2021-09-13T08:52:05.251Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390ff2f3-f533-47e4-93a7-fbe27fb24110 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-13T08:52:05.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522947840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522948156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631522948156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522948453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522948960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522949969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522950742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522950974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631522951746,
  "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-13T08:52:05.265Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 390ff2f3-f533-47e4-93a7-fbe27fb24110
2021-09-13T08:52:05.265Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390ff2f3-f533-47e4-93a7-fbe27fb24110 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-13T08:52:05.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522951991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:52:05.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522956488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:52:05.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "aai-ml",
  "timestamp": 1631522957493,
  "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-13T08:52:05.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 390ff2f3-f533-47e4-93a7-fbe27fb24110
2021-09-13T08:52:05.277Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390ff2f3-f533-47e4-93a7-fbe27fb24110 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-13T08:52:05.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522983465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522926686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522994694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631522997496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.289Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523001585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.289Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:05.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:52:05.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523003358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:52:05.289Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:52:14.430Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:52:14.457Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:52:14.460Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:52:14.460Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:52:14.460Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:52:14.460Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:52:14.461Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:52:14.461Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:52:14.461Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:52:14.461Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:52:14.462Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:52:14.462Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:52:14.462Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:52:14.472Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:52:44.472Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110 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-13T08:52:44.494Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 390ff2f3-f533-47e4-93a7-fbe27fb24110 and serviceModelVersionId: d4fce058-efc8-4608-a012-3af7af5a5f5c
2021-09-13T08:52:44.494Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66f43d0a-fa95-45bb-b044-4fba4bcf4a2f
2021-09-13T08:52:44.495Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66f43d0a-fa95-45bb-b044-4fba4bcf4a2f/model-vers/model-ver/d4fce058-efc8-4608-a012-3af7af5a5f5c?depth=0
2021-09-13T08:52:44.501Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:52:44.582Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66f43d0a-fa95-45bb-b044-4fba4bcf4a2f/model-vers/model-ver/d4fce058-efc8-4608-a012-3af7af5a5f5c?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-13T08:52:44.586Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66f43d0a-fa95-45bb-b044-4fba4bcf4a2f/model-vers/model-ver/d4fce058-efc8-4608-a012-3af7af5a5f5c?depth=0|INFO|500||Invoke
2021-09-13T08:52:44.620Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66f43d0a-fa95-45bb-b044-4fba4bcf4a2f/model-vers/model-ver/d4fce058-efc8-4608-a012-3af7af5a5f5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T08:52:44.864Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66f43d0a-fa95-45bb-b044-4fba4bcf4a2f/model-vers/model-ver/d4fce058-efc8-4608-a012-3af7af5a5f5c?depth=0|INFO|500||InvokeReturn
2021-09-13T08:52:44.864Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66f43d0a-fa95-45bb-b044-4fba4bcf4a2f/model-vers/model-ver/d4fce058-efc8-4608-a012-3af7af5a5f5c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-08:52:44:629-73200], vertex-id=[430304], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:52:44 GMT], Content-Type=[application/json]}
2021-09-13T08:52:44.870Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:52:44.870Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:52:44.870Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||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-13T08:52:44.878Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:52:44.879Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 390ff2f3-f533-47e4-93a7-fbe27fb24110 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:52:44.879Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:52:44.880Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:44.882Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:44.882Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523164879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:52:44.982Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:52:44.984Z||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-13T08:52:44.984Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:45.028Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:45.029Z||pool-77-thread-1|||||INFO|500||cambria reply ok (47 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-13T08:52:45.900Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:52:45.900Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|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-13T08:52:45.901Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:50.349Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:50.350Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T08:52:50.350Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4b455e2e-0314-4fc8-916a-8be67da52d3a","serviceDescription":"service","serviceInvariantUUID":"59f38ffa-5c0b-4a19-b4fb-3430cfa1006c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74f936ad-5ce3-4ed4-bc0c-19fdb7e12a81","resourceInvariantUUID":"3a241def-7879-456a-9667-65aa3c184c97","resourceCustomizationUUID":"55910897-f74d-4c4f-aeb4-28333eb2a88e","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":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a8976f2d-5260-413a-aae5-7c6b5b8cc5ea","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":"MDk4MTlkN2FiN2MwMmJjNjY0Nzg0OTMwNjUyZmE3M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40706118-4423-43d1-8767-254fb5fee5f6","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":"YmE5NGM2MjFlZmNkMWY3YWNiNzgxNDUwMjk0ZDZkOWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23c89515-8e61-4cc0-a652-b0bf852fb83f","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":"9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe","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":"7fbd0d7e-6e7a-46a5-bb7c-200ec9bb7251","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":"a81280d5-3adb-43de-ae13-78b9e5c0ac90","artifactVersion":"2","generatedFromUUID":"9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZmViOGY4ZmFlZTE3NDNhMjc4YjYyZjhhN2EyYzgyNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"174b3795-6c18-4164-8686-355f6b53fc93","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2NlOWM3ODhiZDAwYTdjNjVhYWZlMmY2YTA3NDE0NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d742482-1dc2-432c-95cd-352807a39fab","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:52:50.352Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:52:50.353Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:50.354Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:50.354Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:52:50.455Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:52:50.456Z||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-13T08:52:50.456Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:50.471Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:50.472Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:52:51.355Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:52:51.356Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:51.358Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:51.358Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:52:51.458Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:52:51.460Z||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-13T08:52:51.460Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:51.469Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:51.469Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:52:52.359Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:52:52.359Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:52.361Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:52.361Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:52:52.462Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:52:52.463Z||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-13T08:52:52.463Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:52.484Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:52.485Z||pool-80-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:52:53.362Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:52:53.363Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:53.365Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:53.365Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:52:53.465Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:52:53.466Z||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-13T08:52:53.466Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:53.477Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:53.478Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:52:54.368Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:52:54.369Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:54.371Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:54.371Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:52:54.471Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:52:54.476Z||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-13T08:52:54.476Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:54.495Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:54.495Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:52:55.371Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:52:55.372Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:55.373Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:55.374Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T08:52:55.474Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:52:55.475Z||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-13T08:52:55.476Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:55.488Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:55.488Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:52:56.375Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:52:56.376Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:56.378Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:56.378Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:52:56.478Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:52:56.479Z||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-13T08:52:56.480Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:56.490Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:56.490Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:52:57.382Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:52:57.382Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:52:57.386Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:52:57.420Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:52:57.485Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2021-09-13T08:52:57.486Z||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-13T08:52:57.486Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:52:57.508Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:52:57.509Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:52:58.422Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4b455e2e-0314-4fc8-916a-8be67da52d3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "59f38ffa-5c0b-4a19-b4fb-3430cfa1006c",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "55910897-f74d-4c4f-aeb4-28333eb2a88e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "74f936ad-5ce3-4ed4-bc0c-19fdb7e12a81",
      "resourceInvariantUUID": "3a241def-7879-456a-9667-65aa3c184c97",
      "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": "YmE5NGM2MjFlZmNkMWY3YWNiNzgxNDUwMjk0ZDZkOWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "23c89515-8e61-4cc0-a652-b0bf852fb83f",
          "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": "9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe",
          "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": "a81280d5-3adb-43de-ae13-78b9e5c0ac90",
            "generatedFromUUID": "9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe"
          },
          "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": "a81280d5-3adb-43de-ae13-78b9e5c0ac90",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Y2NlOWM3ODhiZDAwYTdjNjVhYWZlMmY2YTA3NDE0NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d742482-1dc2-432c-95cd-352807a39fab"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T08:52:58.426Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:52:58.426Z|390ff2f3-f533-47e4-93a7-fbe27fb24110|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b455e2e-0314-4fc8-916a-8be67da52d3a ASDC
2021-09-13T08:52:58.427Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4b455e2e-0314-4fc8-916a-8be67da52d3a
ServiceInvariantUUID:59f38ffa-5c0b-4a19-b4fb-3430cfa1006c
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:7d742482-1dc2-432c-95cd-352807a39fab
ArtifactChecksum:Y2NlOWM3ODhiZDAwYTdjNjVhYWZlMmY2YTA3NDE0NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:55910897-f74d-4c4f-aeb4-28333eb2a88e
ResourceInvariantUUID:3a241def-7879-456a-9667-65aa3c184c97
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:74f936ad-5ce3-4ed4-bc0c-19fdb7e12a81
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:23c89515-8e61-4cc0-a652-b0bf852fb83f
ArtifactChecksum:YmE5NGM2MjFlZmNkMWY3YWNiNzgxNDUwMjk0ZDZkOWU=
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:9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe
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:a81280d5-3adb-43de-ae13-78b9e5c0ac90
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:a81280d5-3adb-43de-ae13-78b9e5c0ac90
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-13T08:52:58.427Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b455e2e-0314-4fc8-916a-8be67da52d3a 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-13T08:52:58.463Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:52:58.463Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:52:58.463Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:52:58.464Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7d742482-1dc2-432c-95cd-352807a39fab from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-13T08:52:58.464Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:52:58.464Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-13T08:53:01.791Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:53:01.795Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7d742482-1dc2-432c-95cd-352807a39fab 73374
2021-09-13T08:53:01.795Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:01.795Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:01.795Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:53:01.795Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:53:01.823Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:53:01.824Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523181795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:53:01.901Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2021-09-13T08:53:01.903Z||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-13T08:53:01.903Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:01.914Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:01.914Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:53:02.824Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:53:02.825Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:53:02.825Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7d742482-1dc2-432c-95cd-352807a39fab, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:02.826Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-13T08:53:02.827Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:02.827Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:02.988Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8708270098638584421/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-13T08:53:04.133Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.135Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-13T08:53:04.135Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:53:04.135Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.135Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:04.135Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:04.136Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:53:04.136Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:53:04.136Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.136Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:04.136Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:04.136Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:53:04.136Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:53:04.137Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.137Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:04.137Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.137Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-13T08:53:04.137Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-13T08:53:04.137Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-13T08:53:04.137Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-13T08:53:04.138Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:53:04.138Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T08:53:04.138Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.138Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:53:04.138Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.138Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:04.138Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:53:04.139Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.139Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:04.139Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:53:04.139Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.139Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:04.139Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:53:04.139Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-13T08:53:04.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T08:53:04.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:53:04.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6c5c0fdd-1f79-45f2-adf0-d7faa47134f6
2021-09-13T08:53:04.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:04.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:04.141Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.141Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:04.141Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:04.141Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:04.141Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4b455e2e-0314-4fc8-916a-8be67da52d3a
Model Version:NULL
Model InvariantUuid:59f38ffa-5c0b-4a19-b4fb-3430cfa1006c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:8bae2433-91ac-4f16-9b7c-1d079dcc2431
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3a241def-7879-456a-9667-65aa3c184c97
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:55910897-f74d-4c4f-aeb4-28333eb2a88e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2739e358-3fe5-4906-8375-5a0154ed0ecc
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:7ce7fc68-dd57-4723-a87d-dbc31626f16c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c5c0fdd-1f79-45f2-adf0-d7faa47134f6
ModelInvariantUuid:8311c7f8-228a-4393-90b2-a1af56eac948
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:777f95db-a3c8-4f98-af3a-38f357feecf5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:79166165-2ae8-46cb-a982-da8973a18a36
ModelInvariantUuid:d62b78c8-e276-43e3-bc5f-d5d23f69e22e
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:6d686dfb-6d62-4d96-8319-f94d2b37040b
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-13T08:53:04.148Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 74f936ad-5ce3-4ed4-bc0c-19fdb7e12a81
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-13T08:53:04.152Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-09-13T08:53:04.152Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74f936ad-5ce3-4ed4-bc0c-19fdb7e12a81
2021-09-13T08:53:04.152Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 23c89515-8e61-4cc0-a652-b0bf852fb83f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-13T08:53:04.152Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:53:04.152Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:05.047Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:53:05.047Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 23c89515-8e61-4cc0-a652-b0bf852fb83f 790
2021-09-13T08:53:05.047Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:05.048Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:05.048Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:53:05.048Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:53:05.051Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:53:05.051Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523185047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:53:05.150Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:53:05.151Z||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-13T08:53:05.152Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:53:05.159Z||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-13T08:53:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:05.160Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:05.160Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:53:05.207Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:05.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:53:05.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523005244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:53:05.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:53:05.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:53:05.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523007160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:53:05.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:53:05.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:53:05.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523008261,
  "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-13T08:53:05.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:53:05.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:53:05.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523009264,
  "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-13T08:53:05.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:53:05.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:53:05.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523010270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:53:05.211Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:53:05.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:53:05.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523011284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:53:05.211Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:53:05.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:53:05.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523012293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:53:05.212Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:53:05.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:53:05.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523013308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:53:05.212Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:53:06.056Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2739e358-3fe5-4906-8375-5a0154ed0ecc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ce7fc68-dd57-4723-a87d-dbc31626f16c",
    "vfModuleModelCustomizationUUID": "e2fe150d-f374-433e-81ee-c4efd240e2b9",
    "isBase": true,
    "artifacts": [
      "9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe",
      "a81280d5-3adb-43de-ae13-78b9e5c0ac90"
    ],
    "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-13T08:53:06.065Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ce7fc68-dd57-4723-a87d-dbc31626f16c
VfModuleModelInvariantUUID:2739e358-3fe5-4906-8375-5a0154ed0ecc
VfModuleModelDescription:NULL
Artifacts UUID List:{
9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe
,
a81280d5-3adb-43de-ae13-78b9e5c0ac90

}
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-13T08:53:06.067Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2739e358-3fe5-4906-8375-5a0154ed0ecc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ce7fc68-dd57-4723-a87d-dbc31626f16c",
    "vfModuleModelCustomizationUUID": "e2fe150d-f374-433e-81ee-c4efd240e2b9",
    "isBase": true,
    "artifacts": [
      "9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe",
      "a81280d5-3adb-43de-ae13-78b9e5c0ac90"
    ],
    "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-13T08:53:06.067Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ce7fc68-dd57-4723-a87d-dbc31626f16c
VfModuleModelInvariantUUID:2739e358-3fe5-4906-8375-5a0154ed0ecc
VfModuleModelDescription:NULL
Artifacts UUID List:{
9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe
,
a81280d5-3adb-43de-ae13-78b9e5c0ac90

}
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-13T08:53:06.068Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-13T08:53:06.068Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:53:06.068Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:06.746Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:53:06.747Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 9bd3ee2f-7cdb-4dc4-8ba8-559077f38cbe 5033
2021-09-13T08:53:06.747Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:06.747Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:06.747Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:53:06.748Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:53:06.750Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:53:06.750Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523186747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:53:06.850Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:53:06.851Z||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-13T08:53:06.851Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:06.858Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:06.859Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:53:07.750Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a81280d5-3adb-43de-ae13-78b9e5c0ac90 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-13T08:53:07.751Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:53:07.751Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:08.173Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:53:08.174Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env a81280d5-3adb-43de-ae13-78b9e5c0ac90 909
2021-09-13T08:53:08.174Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:08.174Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:08.174Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:53:08.175Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:53:08.178Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:53:08.178Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523188174,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:53:08.290Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-13T08:53:08.291Z||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-13T08:53:08.291Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:08.308Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:08.308Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:53:09.183Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4b455e2e-0314-4fc8-916a-8be67da52d3a
2021-09-13T08:53:09.184Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 74f936ad-5ce3-4ed4-bc0c-19fdb7e12a81 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-13T08:53:09.209Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ec401df, org.onap.sdc.toscaparser.api.parameters.Input@7a391736, org.onap.sdc.toscaparser.api.parameters.Input@318c3f8a, org.onap.sdc.toscaparser.api.parameters.Input@3f50cd05, org.onap.sdc.toscaparser.api.parameters.Input@11b4e9c9]
2021-09-13T08:53:09.213Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.214Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:09.215Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-13T08:53:09.215Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 55910897-f74d-4c4f-aeb4-28333eb2a88e
2021-09-13T08:53:09.215Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55910897-f74d-4c4f-aeb4-28333eb2a88e matches Tosca VF Customization UUID: 55910897-f74d-4c4f-aeb4-28333eb2a88e
2021-09-13T08:53:09.215Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 55910897-f74d-4c4f-aeb4-28333eb2a88e  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-13T08:53:09.219Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.219Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:09.220Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 55910897-f74d-4c4f-aeb4-28333eb2a88e: {\"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-13T08:53:09.220Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a27047f
2021-09-13T08:53:09.221Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.221Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:53:09.221Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2fe150d-f374-433e-81ee-c4efd240e2b9
2021-09-13T08:53:09.221Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2fe150d-f374-433e-81ee-c4efd240e2b9
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-13T08:53:09.224Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.224Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:09.224Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:53:09.225Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.225Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:09.225Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:53:09.225Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.226Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-13T08:53:09.226Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T08:53:09.226Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:53:09.226Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6c5c0fdd-1f79-45f2-adf0-d7faa47134f6
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-13T08:53:09.228Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.228Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:09.229Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:53:09.229Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.229Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-13T08:53:09.229Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=55910897-f74d-4c4f-aeb4-28333eb2a88e
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-13T08:53:09.231Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.231Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:09.232Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4b455e2e-0314-4fc8-916a-8be67da52d3a: basicclamp
2021-09-13T08:53:09.232Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.232Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:09.232Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.232Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:09.233Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.233Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:09.233Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.233Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:09.233Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:53:09.234Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:53:09.234Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:09.330Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 74f936ad-5ce3-4ed4-bc0c-19fdb7e12a81 1 ASDC deployResourceStructure
2021-09-13T08:53:09.331Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:09.331Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:09.331Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:53:09.332Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:53:09.337Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:53:09.337Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523189331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:53:09.438Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:53:09.439Z||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-13T08:53:09.440Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:09.448Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:09.448Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:53:10.345Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:10.345Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:10.346Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:53:10.346Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:53:10.351Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:53:10.351Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523190344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:53:10.451Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:53:10.452Z||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-13T08:53:10.453Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:10.464Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:10.464Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:53:11.355Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:11.356Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:11.356Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:53:11.357Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:53:11.359Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:53:11.359Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523191355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:53:11.460Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:53:11.461Z||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-13T08:53:11.461Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:11.474Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:11.475Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:53:12.361Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:12.361Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:53:12.362Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:53:12.362Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:53:12.366Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:53:12.366Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523192361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:53:12.465Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:53:12.467Z||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-13T08:53:12.467Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:53:12.477Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:53:12.479Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:53:13.367Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:53:13.391Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:53:13.394Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:53:13.394Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:53:13.394Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:53:43.394Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:53:43.407Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:53:43.409Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:53:43.409Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:53:43.409Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:54:05.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:54:05.172Z||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-13T08:54:05.172Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:54:05.243Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:54:05.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523154921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523147936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523147804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523148041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523147559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523154921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523147936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523147804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523148041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523147559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523147936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523154921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523147804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523148041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523147559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523154921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523147936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523147804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523148041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523147559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523160392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523154921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523147936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523147804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523148041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523147559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523160392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523154921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523147936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523148041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523147804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523147559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523160392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523154921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523147936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523147804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523148041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523147559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523160392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523154921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523147936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523147804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523148041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523147559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390ff2f3-f533-47e4-93a7-fbe27fb24110",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523164879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523160392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523164660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523160392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523166157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523166168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523166267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523164660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523166046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523160392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "cds",
  "timestamp": 1631523167168,
  "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=?
2021-09-13T08:54:05.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
2021-09-13T08:54:05.277Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 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-13T08:54:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523164660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523166046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523160392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523164660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523168475,
  "artifactURL": "/sdc/v1/catalog/services/4b455e2e-0314-4fc8-916a-8be67da52d3a/resourceInstances/basicclamp0/artifacts/a8976f2d-5260-413a-aae5-7c6b5b8cc5ea",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523166046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523168808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523164660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523166046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523169823,
  "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-13T08:54:05.300Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
2021-09-13T08:54:05.300Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 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-13T08:54:05.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523164660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523170552,
  "artifactURL": "/sdc/v1/catalog/services/4b455e2e-0314-4fc8-916a-8be67da52d3a/resourceInstances/basicclamp0/artifacts/a8976f2d-5260-413a-aae5-7c6b5b8cc5ea",
  "status": "DEPLOY_OK"
}
2021-09-13T08:54:05.310Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523166046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523164660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "dcae-sch",
  "timestamp": 1631523171556,
  "artifactURL": "/sdc/v1/catalog/services/4b455e2e-0314-4fc8-916a-8be67da52d3a/resourceInstances/basicclamp0/artifacts/a8976f2d-5260-413a-aae5-7c6b5b8cc5ea",
  "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-13T08:54:05.316Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
2021-09-13T08:54:05.316Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 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-13T08:54:05.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523166046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523164660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523166046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523166046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523174698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523175388,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:54:05.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523175501,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523176216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:54:05.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "aai-ml",
  "timestamp": 1631523176391,
  "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-13T08:54:05.342Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
2021-09-13T08:54:05.342Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 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-13T08:54:05.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523176508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:54:05.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523176583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523177220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523165899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:54:05.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:54:05.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "policy-id",
  "timestamp": 1631523177511,
  "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-13T08:54:05.358Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
2021-09-13T08:54:05.358Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 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-13T08:54:05.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523178741,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523179823,
  "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-13T08:54:05.373Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
2021-09-13T08:54:05.373Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 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-13T08:54:05.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523180828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:54:05.378Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523181275,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:54:05.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523181795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523182282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:54:05.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:05.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "clamp",
  "timestamp": 1631523183287,
  "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-13T08:54:05.384Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
2021-09-13T08:54:05.384Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 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-13T08:54:05.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:54:05.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523185047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:54:05.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:54:13.410Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:54:13.426Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:54:13.429Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:54:13.430Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:54:13.430Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:54:13.430Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:54:13.430Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:54:13.430Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:54:13.430Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:54:13.430Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:54:13.431Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:54:13.431Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:54:13.431Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T08:54:13.431Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:54:13.436Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:54:43.441Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 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-13T08:54:43.467Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 and serviceModelVersionId: 4b455e2e-0314-4fc8-916a-8be67da52d3a
2021-09-13T08:54:43.468Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59f38ffa-5c0b-4a19-b4fb-3430cfa1006c
2021-09-13T08:54:43.474Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59f38ffa-5c0b-4a19-b4fb-3430cfa1006c/model-vers/model-ver/4b455e2e-0314-4fc8-916a-8be67da52d3a?depth=0
2021-09-13T08:54:43.487Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:54:43.570Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59f38ffa-5c0b-4a19-b4fb-3430cfa1006c/model-vers/model-ver/4b455e2e-0314-4fc8-916a-8be67da52d3a?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-13T08:54:43.574Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59f38ffa-5c0b-4a19-b4fb-3430cfa1006c/model-vers/model-ver/4b455e2e-0314-4fc8-916a-8be67da52d3a?depth=0|INFO|500||Invoke
2021-09-13T08:54:43.619Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59f38ffa-5c0b-4a19-b4fb-3430cfa1006c/model-vers/model-ver/4b455e2e-0314-4fc8-916a-8be67da52d3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T08:54:43.841Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59f38ffa-5c0b-4a19-b4fb-3430cfa1006c/model-vers/model-ver/4b455e2e-0314-4fc8-916a-8be67da52d3a?depth=0|INFO|500||InvokeReturn
2021-09-13T08:54:43.843Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59f38ffa-5c0b-4a19-b4fb-3430cfa1006c/model-vers/model-ver/4b455e2e-0314-4fc8-916a-8be67da52d3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-08:54:43:627-84397], vertex-id=[225512], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:54:43 GMT], Content-Type=[application/json]}
2021-09-13T08:54:43.843Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:54:43.844Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:54:43.844Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||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-13T08:54:43.851Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:54:43.852Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:54:43.853Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:54:43.854Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:54:43.858Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:54:43.858Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523283852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:54:43.957Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:54:43.960Z||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-13T08:54:43.960Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:54:43.997Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:54:43.999Z||pool-94-thread-1|||||INFO|500||cambria reply ok (41 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-13T08:54:44.878Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:54:44.879Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:54:44.879Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:54:54.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:54:54.474Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:54:54.475Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:54:54.475Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:55:04.086Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:04.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:04.087Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:55:04.087Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:55:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:05.160Z||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-13T08:55:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:55:05.261Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:05.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:55:05.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523186747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:55:05.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:55:05.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:55:05.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523188174,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:55:05.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523189331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523190344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523191355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:55:05.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523192361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:55:05.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:55:13.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:13.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:13.686Z||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-13T08:55:13.686Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:55:23.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:23.251Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:23.252Z||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-13T08:55:23.252Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:55:32.856Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:32.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:32.864Z||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-13T08:55:32.864Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:55:42.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:42.543Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:42.543Z||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-13T08:55:42.543Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:55:52.092Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:55:52.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:52.094Z||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-13T08:55:52.094Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:56:01.654Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:56:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:56:05.157Z||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-13T08:56:05.157Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:56:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:56:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T08:56:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:56:05.713Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:56:05.714Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-13T08:56:05.714Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523283852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:56:05.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:56:14.763Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:57:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:57:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:57:05.159Z||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-13T08:57:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:57:05.159Z||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-13T08:57:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:57:14.761Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:57:14.762Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:58:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:58:05.159Z||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-13T08:58:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:58:05.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:58:05.163Z||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-13T08:58:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:58:14.749Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:58:14.752Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:05.161Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:59:05.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:59:05.164Z||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-13T08:59:05.164Z||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-13T08:59:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:05.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:05.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523520392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523522935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523524668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523526047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:59:05.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523536206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523536220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:59:05.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "dcae-sch",
  "timestamp": 1631523527559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523537224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "policy-id",
  "timestamp": 1631523538226,
  "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-13T08:59:05.635Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33141b7a-e66a-4f0c-84fe-107b374aeb96
2021-09-13T08:59:05.636Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33141b7a-e66a-4f0c-84fe-107b374aeb96 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-13T08:59:05.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "cds",
  "timestamp": 1631523538695,
  "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-13T08:59:05.656Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33141b7a-e66a-4f0c-84fe-107b374aeb96
2021-09-13T08:59:05.656Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33141b7a-e66a-4f0c-84fe-107b374aeb96 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-13T08:59:05.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523534921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T08:59:05.825Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:05.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T08:59:05.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"33141b7a-e66a-4f0c-84fe-107b374aeb96","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b5834cf-086c-472b-b090-00e97e691d97","serviceDescription":"service","serviceInvariantUUID":"94aeb021-c670-4399-a798-b5888086176d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7479879d-c7e6-43ce-8199-e98eb37e9291","resourceInvariantUUID":"53ddfed3-3449-41c8-8a83-0312db424766","resourceCustomizationUUID":"701aa3d6-a930-4de1-af71-8aba7edec93d","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":"MmZmMzA0MzNiNWEzZmMzOTUyMzhhMTJiYjY0NGRhZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed54231c-57f7-4656-a7eb-9f3fb9c139a9","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":"58d1b024-c1c3-487e-84fc-833a7cd03d91","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":"654b3abf-00ea-4da3-957a-77378cbfbaf7","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":"YWQzMzllZGM3MzU3YzFhYjVkZTZkYzkyNTE2Y2Q1MTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"23c019fc-9ca6-4ae5-ba8e-28414050ccbe","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":"412f11aa-634e-4c8a-963c-69d89bcf1852","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":"2b668b2f-6446-4970-b9e4-701522b56a2b","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":"7c204953-bc95-4790-870e-1fb9a585db04","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":"ZWQ2NmZjYWFiZThhMTY2ZTc5ZDdlMjVlOGQxNzY4NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"119078c0-5188-413e-9101-b3160b80d69e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmQ5NDliNGRjYzRmMzQ3MTRhMjA4MDFiYzY5ZWM2OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39ae57c0-e837-4965-a05e-8e8b1bcf82db","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:59:05.829Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:05.830Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:05.834Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:05.834Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:05.934Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:59:05.936Z||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-13T08:59:05.936Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:05.948Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:05.948Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:06.835Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:06.836Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:06.838Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:06.839Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:06.940Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:59:06.942Z||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-13T08:59:06.943Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:06.952Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:06.953Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:07.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:07.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:07.843Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:07.843Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:07.943Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:59:07.944Z||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-13T08:59:07.944Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:07.953Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:07.953Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:08.854Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:08.855Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:08.883Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:08.884Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:08.958Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2021-09-13T08:59:08.959Z||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-13T08:59:08.959Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:08.975Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:08.975Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:59:09.884Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:09.885Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:09.887Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:09.887Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:09.991Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-13T08:59:09.992Z||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-13T08:59:09.992Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:10.073Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:10.074Z||pool-99-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":51,"count":1}
2021-09-13T08:59:10.888Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:10.889Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:10.891Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:10.891Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:10.991Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:59:10.992Z||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-13T08:59:10.992Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:11.019Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:11.020Z||pool-100-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:11.894Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:11.895Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:11.897Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:11.897Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:11.997Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:59:11.998Z||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-13T08:59:11.998Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:12.031Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:12.032Z||pool-101-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:12.897Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:12.898Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:12.900Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:12.900Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T08:59:13.001Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:59:13.002Z||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-13T08:59:13.003Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:13.013Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:13.013Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:13.901Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:59:13.902Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:13.905Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:13.905Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T08:59:14.007Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-13T08:59:14.008Z||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-13T08:59:14.008Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:14.038Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:14.039Z||pool-103-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:14.905Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b5834cf-086c-472b-b090-00e97e691d97",
  "serviceDescription": "service",
  "serviceInvariantUUID": "94aeb021-c670-4399-a798-b5888086176d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "701aa3d6-a930-4de1-af71-8aba7edec93d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7479879d-c7e6-43ce-8199-e98eb37e9291",
      "resourceInvariantUUID": "53ddfed3-3449-41c8-8a83-0312db424766",
      "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": "MmQ5NDliNGRjYzRmMzQ3MTRhMjA4MDFiYzY5ZWM2OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39ae57c0-e837-4965-a05e-8e8b1bcf82db"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T08:59:14.906Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:59:14.906Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b5834cf-086c-472b-b090-00e97e691d97 ASDC
2021-09-13T08:59:14.908Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:33141b7a-e66a-4f0c-84fe-107b374aeb96
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b5834cf-086c-472b-b090-00e97e691d97
ServiceInvariantUUID:94aeb021-c670-4399-a798-b5888086176d
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:39ae57c0-e837-4965-a05e-8e8b1bcf82db
ArtifactChecksum:MmQ5NDliNGRjYzRmMzQ3MTRhMjA4MDFiYzY5ZWM2OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:701aa3d6-a930-4de1-af71-8aba7edec93d
ResourceInvariantUUID:53ddfed3-3449-41c8-8a83-0312db424766
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7479879d-c7e6-43ce-8199-e98eb37e9291
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-13T08:59:14.908Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b5834cf-086c-472b-b090-00e97e691d97 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-13T08:59:14.941Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:59:14.942Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-13T08:59:14.942Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-13T08:59:14.942Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39ae57c0-e837-4965-a05e-8e8b1bcf82db from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-13T08:59:14.943Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-13T08:59:14.943Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-13T08:59:15.136Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-13T08:59:15.143Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 39ae57c0-e837-4965-a05e-8e8b1bcf82db 105550
2021-09-13T08:59:15.143Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||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-13T08:59:15.144Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||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-13T08:59:15.144Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:59:15.144Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:15.146Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:15.146Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523555143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T08:59:15.246Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:59:15.247Z||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-13T08:59:15.247Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:15.255Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:15.255Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:16.148Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:59:16.149Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-13T08:59:16.149Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 39ae57c0-e837-4965-a05e-8e8b1bcf82db, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T08:59:16.150Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-13T08:59:16.150Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T08:59:16.151Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T08:59:16.299Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18170123572559162073/Definitions/service-TestPnfMacro-template.yml
2021-09-13T08:59:17.074Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:59:17.074Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-13T08:59:17.075Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-13T08:59:17.075Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-13T08:59:17.075Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||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-13T08:59:17.075Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||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-13T08:59:17.075Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||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-13T08:59:17.075Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||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-13T08:59:17.075Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-TestPnfMacro-csar.csar
2021-09-13T08:59:17.076Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-TestPnfMacro-csar.csar
2021-09-13T08:59:17.076Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-TestPnfMacro-csar.csar
2021-09-13T08:59:17.076Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-13T08:59:17.076Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.076Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.076Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-13T08:59:17.076Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-13T08:59:17.077Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:59:17.077Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.077Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.077Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-13T08:59:17.077Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-13T08:59:17.077Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:59:17.077Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.077Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.078Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.078Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.078Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.078Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.078Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.078Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.078Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.078Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.079Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9b5834cf-086c-472b-b090-00e97e691d97
Model Version:NULL
Model InvariantUuid:94aeb021-c670-4399-a798-b5888086176d
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-13T08:59:17.085Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7479879d-c7e6-43ce-8199-e98eb37e9291
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-13T08:59:17.089Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-09-13T08:59:17.089Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7479879d-c7e6-43ce-8199-e98eb37e9291
2021-09-13T08:59:17.089Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9b5834cf-086c-472b-b090-00e97e691d97
2021-09-13T08:59:17.090Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9b5834cf-086c-472b-b090-00e97e691d97
2021-09-13T08:59:17.090Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7479879d-c7e6-43ce-8199-e98eb37e9291 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-13T08:59:17.094Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@257056c4, org.onap.sdc.toscaparser.api.parameters.Input@6fca2ac3, org.onap.sdc.toscaparser.api.parameters.Input@46158b05, org.onap.sdc.toscaparser.api.parameters.Input@6099c553, org.onap.sdc.toscaparser.api.parameters.Input@47f879f2]
2021-09-13T08:59:17.095Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.095Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.095Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9b5834cf-086c-472b-b090-00e97e691d97: test-pnf
2021-09-13T08:59:17.095Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||Processing PNF resource: 7479879d-c7e6-43ce-8199-e98eb37e9291
2021-09-13T08:59:17.096Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T08:59:17.096Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:59:17.096Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||Resource customization UUID: 701aa3d6-a930-4de1-af71-8aba7edec93d is the same as notified resource customizationUUID: 701aa3d6-a930-4de1-af71-8aba7edec93d
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-13T08:59:17.149Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7479879d-c7e6-43ce-8199-e98eb37e9291 0 ASDC deployResourceStructure
2021-09-13T08:59:17.150Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||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-13T08:59:17.150Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||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-13T08:59:17.150Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:59:17.150Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:59:17.152Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:59:17.153Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523557150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T08:59:17.255Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-13T08:59:17.257Z||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-13T08:59:17.257Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:59:17.267Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T08:59:17.267Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:59:18.153Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:59:18.166Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:59:18.168Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:59:18.168Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:59:18.168Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:59:48.168Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T08:59:48.185Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T08:59:48.187Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:59:48.188Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:59:48.188Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T09:00:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:00:05.161Z||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-13T09:00:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:00:05.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:00:05.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:00:05.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523545449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:00:05.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:00:18.188Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T09:00:18.202Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T09:00:18.205Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T09:00:18.205Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T09:00:18.205Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T09:00:48.206Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T09:00:48.228Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T09:00:48.230Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T09:00:48.230Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T09:00:48.230Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T09:01:05.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:01:05.162Z||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-13T09:01:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:01:05.215Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:01:05.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:01:05.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:01:05.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:01:18.231Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T09:01:18.243Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T09:01:18.251Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T09:01:18.251Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T09:01:18.251Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T09:01:48.252Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T09:01:48.270Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T09:01:48.272Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T09:01:48.273Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T09:01:48.273Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T09:02:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:02:05.161Z||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-13T09:02:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:05.217Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:05.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523546055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523537807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523538041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523547231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523547278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523548250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:02:05.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:05.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523548245,
  "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-13T09:02:05.230Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 33141b7a-e66a-4f0c-84fe-107b374aeb96
2021-09-13T09:02:05.230Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33141b7a-e66a-4f0c-84fe-107b374aeb96 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-13T09:02:05.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "clamp",
  "timestamp": 1631523548281,
  "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-13T09:02:05.248Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33141b7a-e66a-4f0c-84fe-107b374aeb96
2021-09-13T09:02:05.248Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33141b7a-e66a-4f0c-84fe-107b374aeb96 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-13T09:02:05.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523548368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:02:05.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:05.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523550324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:02:05.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:05.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523551330,
  "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-13T09:02:05.262Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33141b7a-e66a-4f0c-84fe-107b374aeb96
2021-09-13T09:02:05.262Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33141b7a-e66a-4f0c-84fe-107b374aeb96 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-13T09:02:05.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:05.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523553517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:02:05.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:05.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523545160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:02:05.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:02:05.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "aai-ml",
  "timestamp": 1631523554521,
  "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-13T09:02:05.278Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33141b7a-e66a-4f0c-84fe-107b374aeb96
2021-09-13T09:02:05.278Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33141b7a-e66a-4f0c-84fe-107b374aeb96 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-13T09:02:05.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523555143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:02:05.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:05.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:02:05.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523557150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:02:05.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:02:18.273Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T09:02:18.323Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T09:02:18.338Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T09:02:18.339Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T09:02:18.339Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T09:02:18.339Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T09:02:18.339Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:02:18.339Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:02:18.339Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:02:18.340Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:02:18.340Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:02:18.340Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:02:18.340Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:02:18.340Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-13T09:02:18.345Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T09:02:48.346Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96 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-13T09:02:48.357Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33141b7a-e66a-4f0c-84fe-107b374aeb96 and serviceModelVersionId: 9b5834cf-086c-472b-b090-00e97e691d97
2021-09-13T09:02:48.357Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94aeb021-c670-4399-a798-b5888086176d
2021-09-13T09:02:48.359Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?depth=0
2021-09-13T09:02:48.368Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T09:02:48.424Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?depth=0|INFO|500||Invoke
2021-09-13T09:02:48.425Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33141b7a-e66a-4f0c-84fe-107b374aeb96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1a96cb2-844b-4066-b208-637e609eb1d9], X-ECOMP-RequestID=[33141b7a-e66a-4f0c-84fe-107b374aeb96], X-TransactionId=[], X-ONAP-RequestID=[33141b7a-e66a-4f0c-84fe-107b374aeb96], Content-Type=[application/merge-patch+json]}
2021-09-13T09:02:48.450Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T09:02:48.608Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?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/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-09:02:48:458-32683], vertex-id=[270456], Content-Length=[0], Date=[Mon, 13 Sep 2021 09:02:48 GMT], Content-Type=[application/json]}
2021-09-13T09:02:48.608Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T09:02:48.609Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94aeb021-c670-4399-a798-b5888086176d/model-vers/model-ver/9b5834cf-086c-472b-b090-00e97e691d97?depth=0|INFO|500||InvokeReturn
2021-09-13T09:02:48.615Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T09:02:48.615Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-13T09:02:48.625Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-13T09:02:48.625Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33141b7a-e66a-4f0c-84fe-107b374aeb96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T09:02:48.626Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T09:02:48.626Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:02:48.630Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:02:48.630Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523768626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T09:02:48.729Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T09:02:48.731Z||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-13T09:02:48.731Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:48.757Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:48.758Z||pool-106-thread-1|||||INFO|500||cambria reply ok (29 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-13T09:02:49.647Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:02:49.648Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|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-13T09:02:49.648Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:54.131Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:54.132Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T09:02:54.132Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2de92f97-07ff-4780-a977-937d48336681","serviceName":"Demo_pNF_a4wMaQxzSxELWmEDAFHG","serviceVersion":"1.0","serviceUUID":"ba16b179-91c4-44fe-a242-1b896a2b8675","serviceDescription":"catalog service description","serviceInvariantUUID":"d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51","resources":[{"resourceInstanceName":"pNF 1f14e269-d324 0","resourceName":"pNF 1f14e269-d324","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"28f3423a-3c29-44e9-a908-6362bb539d29","resourceInvariantUUID":"ae205f1f-380e-4bb8-8e1a-b40765c07a31","resourceCustomizationUUID":"c2d41224-e690-4adb-aabe-4eceb554778d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml","artifactChecksum":"NjhiMjc5ZjczNTgwOTA5MTNkYTJjMDczN2QwY2E2NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96dcaa16-5068-452a-be89-24a95a51fc03","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar","artifactChecksum":"ZjcxNjE5OGUxNzAyNWJmZjM1ZGQxNTFjYTZhNzU1ZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9fff6ae-111e-4f6d-809c-d2c3b28871c3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f2141b-8a2d-4c21-90a2-a7604be32af5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIwYWMxNWE0NDc2MWQ3ODM5Nzk4MGZmNDkyY2ZmNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6d9e518c-0a02-49f7-bfe6-02357bdbe53d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"efc57acb-6df3-4efa-aae5-3515aa734aec","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4d64583-29a9-4221-9c83-52843d41a0ce","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml","artifactChecksum":"NGU3MjI0ZmIyNTQ3NjdkMTEzODc0ZjMyNTkyYzJjMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48326384-32ee-4ee9-8b03-92d72f75ae9e","artifactVersion":"1"},{"artifactName":"service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar","artifactChecksum":"NGUxOTFlNTcyNTY4MjBmMmYzYjRjNGU1N2I4NDQ2MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2e1e6839-f46d-4d09-886e-32d8368cd729","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T09:02:54.134Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T09:02:54.135Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:02:54.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:02:54.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:54.237Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-13T09:02:54.238Z||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-13T09:02:54.238Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:54.251Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:54.251Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T09:02:55.140Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T09:02:55.141Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:02:55.143Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:02:55.143Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:55.243Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T09:02:55.244Z||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-13T09:02:55.244Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:55.251Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:55.252Z||pool-108-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T09:02:56.144Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T09:02:56.144Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:02:56.147Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:02:56.147Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:56.247Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T09:02:56.248Z||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-13T09:02:56.248Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:56.257Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:56.257Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T09:02:57.148Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T09:02:57.148Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:02:57.152Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:02:57.152Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:57.252Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T09:02:57.253Z||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-13T09:02:57.253Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:57.270Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:57.270Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-13T09:02:58.153Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T09:02:58.153Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:02:58.156Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:02:58.156Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:58.255Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T09:02:58.256Z||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-13T09:02:58.256Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:58.264Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:58.264Z||pool-111-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T09:02:59.157Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T09:02:59.157Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:02:59.159Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:02:59.160Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:02:59.259Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T09:02:59.260Z||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-13T09:02:59.260Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:02:59.269Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:02:59.269Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T09:03:00.164Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T09:03:00.164Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:03:00.166Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:03:00.166Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:00.266Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T09:03:00.267Z||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-13T09:03:00.267Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:03:00.294Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:00.295Z||pool-113-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-13T09:03:01.167Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T09:03:01.170Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:03:01.173Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:03:01.174Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:03:01.274Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T09:03:01.274Z||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-13T09:03:01.274Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:03:01.288Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:01.289Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T09:03:02.174Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "serviceName": "Demo_pNF_a4wMaQxzSxELWmEDAFHG",
  "serviceVersion": "1.0",
  "serviceUUID": "ba16b179-91c4-44fe-a242-1b896a2b8675",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51",
  "resources": [
    {
      "resourceInstanceName": "pNF 1f14e269-d324 0",
      "resourceCustomizationUUID": "c2d41224-e690-4adb-aabe-4eceb554778d",
      "resourceName": "pNF 1f14e269-d324",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "28f3423a-3c29-44e9-a908-6362bb539d29",
      "resourceInvariantUUID": "ae205f1f-380e-4bb8-8e1a-b40765c07a31",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
      "artifactChecksum": "NGUxOTFlNTcyNTY4MjBmMmYzYjRjNGU1N2I4NDQ2MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2e1e6839-f46d-4d09-886e-32d8368cd729"
    }
  ],
  "workloadContext": "Production"
}
2021-09-13T09:03:02.175Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T09:03:02.175Z|5c7c3bad-a17a-4aed-b8d1-95a9d70f09d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba16b179-91c4-44fe-a242-1b896a2b8675 ASDC
2021-09-13T09:03:02.177Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2de92f97-07ff-4780-a977-937d48336681
ServiceName:Demo_pNF_a4wMaQxzSxELWmEDAFHG
ServiceVersion:1.0
ServiceUUID:ba16b179-91c4-44fe-a242-1b896a2b8675
ServiceInvariantUUID:d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
ArtifactUUID:2e1e6839-f46d-4d09-886e-32d8368cd729
ArtifactChecksum:NGUxOTFlNTcyNTY4MjBmMmYzYjRjNGU1N2I4NDQ2MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1f14e269-d324 0
ResourceCustomizationUUID:c2d41224-e690-4adb-aabe-4eceb554778d
ResourceInvariantUUID:ae205f1f-380e-4bb8-8e1a-b40765c07a31
ResourceName:pNF 1f14e269-d324
ResourceType:PNF
ResourceUUID:28f3423a-3c29-44e9-a908-6362bb539d29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-13T09:03:02.177Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba16b179-91c4-44fe-a242-1b896a2b8675 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-13T09:03:02.218Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T09:03:02.218Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T09:03:02.218Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T09:03:02.219Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2e1e6839-f46d-4d09-886e-32d8368cd729 from URL: /sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:02.219Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T09:03:02.219Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:03.424Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T09:03:03.433Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar 2e1e6839-f46d-4d09-886e-32d8368cd729 82541
2021-09-13T09:03:03.433Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar ASDC sendASDCNotification
2021-09-13T09:03:03.434Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:03.434Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T09:03:03.434Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:03:03.439Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:03:03.439Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523783433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:03:03.537Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-13T09:03:03.539Z||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-13T09:03:03.539Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:03:03.545Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:03.546Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-13T09:03:04.439Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T09:03:04.440Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T09:03:04.440Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2e1e6839-f46d-4d09-886e-32d8368cd729, URL: /sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar to file: /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:04.441Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:04.441Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:04.441Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:04.629Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2803714058308407139/Definitions/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml
2021-09-13T09:03:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:03:05.159Z||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-13T09:03:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:03:05.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:05.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523688042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "dcae-sch",
  "timestamp": 1631523687558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523687934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523687804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523684665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523686048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523688042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "dcae-sch",
  "timestamp": 1631523687558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523687934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523687804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523684665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523686048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523688042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523687934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "dcae-sch",
  "timestamp": 1631523687558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523687804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523684665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523686048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523688042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "dcae-sch",
  "timestamp": 1631523687558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523687934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523687804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523684665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523686048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523688042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523687934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "dcae-sch",
  "timestamp": 1631523687558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523687804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523684665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523686048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523688042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523687934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523684665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523687804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "dcae-sch",
  "timestamp": 1631523687558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523686048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523694924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523688042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "dcae-sch",
  "timestamp": 1631523687558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523687804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523684665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523686048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523687934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523694924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523688042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "dcae-sch",
  "timestamp": 1631523687558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523687804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631523684665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523686048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523687934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523694924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523694924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523694924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523694924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523700895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523700943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523700393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523701090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523701258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:03:05.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523694924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "cds",
  "timestamp": 1631523701911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-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-13T09:03:05.268Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2de92f97-07ff-4780-a977-937d48336681
2021-09-13T09:03:05.269Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2de92f97-07ff-4780-a977-937d48336681 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-13T09:03:05.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523701947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:03:05.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523700393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523694924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "policy-id",
  "timestamp": 1631523702950,
  "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-13T09:03:05.288Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2de92f97-07ff-4780-a977-937d48336681
2021-09-13T09:03:05.288Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2de92f97-07ff-4780-a977-937d48336681 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-13T09:03:05.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523700393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523703129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:03:05.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523700393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631523704133,
  "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-13T09:03:05.305Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2de92f97-07ff-4780-a977-937d48336681
2021-09-13T09:03:05.306Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2de92f97-07ff-4780-a977-937d48336681 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-13T09:03:05.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523704644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:03:05.314Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523700393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523705670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-13T09:03:05.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523700393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631523706675,
  "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-13T09:03:05.326Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2de92f97-07ff-4780-a977-937d48336681
2021-09-13T09:03:05.326Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2de92f97-07ff-4780-a977-937d48336681 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-13T09:03:05.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523706744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:03:05.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523700393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:03:05.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "aai-ml",
  "timestamp": 1631523707749,
  "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-13T09:03:05.342Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2de92f97-07ff-4780-a977-937d48336681
2021-09-13T09:03:05.342Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2de92f97-07ff-4780-a977-937d48336681 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-13T09:03:05.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523700393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523717652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523719321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:03:05.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "clamp",
  "timestamp": 1631523720323,
  "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-13T09:03:05.361Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2de92f97-07ff-4780-a977-937d48336681
2021-09-13T09:03:05.361Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2de92f97-07ff-4780-a977-937d48336681 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-13T09:03:05.399Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T09:03:05.399Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T09:03:05.399Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.399Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1f14e269-d324 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-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T09:03:05.400Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.401Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.401Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Node template pNF 1f14e269-d324 0 is matching search criteria
2021-09-13T09:03:05.401Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T09:03:05.401Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 1f14e269-d324 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T09:03:05.401Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.401Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.402Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Node template pNF 1f14e269-d324 0 is matching search criteria
2021-09-13T09:03:05.402Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T09:03:05.402Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 1f14e269-d324 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T09:03:05.402Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.402Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.402Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.402Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.403Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.403Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.403Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.403Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.403Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.403Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.403Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_a4wMaQxzSxELWmEDAFHG
Description:catalog service description
Model UUID:ba16b179-91c4-44fe-a242-1b896a2b8675
Model Version:NULL
Model InvariantUuid:d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51
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-13T09:03:05.410Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 28f3423a-3c29-44e9-a908-6362bb539d29
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-13T09:03:05.417Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||pNF 1f14e269-d324 0
2021-09-13T09:03:05.418Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 28f3423a-3c29-44e9-a908-6362bb539d29
2021-09-13T09:03:05.419Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||No resources found for Service: ba16b179-91c4-44fe-a242-1b896a2b8675
2021-09-13T09:03:05.419Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ba16b179-91c4-44fe-a242-1b896a2b8675
2021-09-13T09:03:05.419Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1f14e269-d324 0 28f3423a-3c29-44e9-a908-6362bb539d29 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-13T09:03:05.424Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@228f934a, org.onap.sdc.toscaparser.api.parameters.Input@68067c75, org.onap.sdc.toscaparser.api.parameters.Input@28f97f5e, org.onap.sdc.toscaparser.api.parameters.Input@698e5966, org.onap.sdc.toscaparser.api.parameters.Input@374592de]
2021-09-13T09:03:05.424Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.424Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.425Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ba16b179-91c4-44fe-a242-1b896a2b8675: pNF 1f14e269-d324
2021-09-13T09:03:05.425Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||Processing PNF resource: 28f3423a-3c29-44e9-a908-6362bb539d29
2021-09-13T09:03:05.425Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-13T09:03:05.425Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_a4wMaQxzSxELWmEDAFHG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T09:03:05.425Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||Resource customization UUID: c2d41224-e690-4adb-aabe-4eceb554778d is the same as notified resource customizationUUID: c2d41224-e690-4adb-aabe-4eceb554778d
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-13T09:03:05.453Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1f14e269-d324 28f3423a-3c29-44e9-a908-6362bb539d29 0 ASDC deployResourceStructure
2021-09-13T09:03:05.454Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar ASDC sendASDCNotification
2021-09-13T09:03:05.454Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar
2021-09-13T09:03:05.454Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T09:03:05.455Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:03:05.457Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:03:05.457Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523785454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:03:05.557Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T09:03:05.558Z||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-13T09:03:05.558Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:03:05.582Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:05.582Z||pool-116-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-13T09:03:06.457Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2de92f97-07ff-4780-a977-937d48336681
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T09:03:06.467Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2de92f97-07ff-4780-a977-937d48336681
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-13T09:03:06.470Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T09:03:06.470Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T09:03:06.470Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T09:03:06.471Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T09:03:06.471Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:03:06.471Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:03:06.472Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:03:06.472Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:03:06.472Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:03:06.473Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:03:06.473Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-13T09:03:06.473Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T09:03:06.479Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T09:03:36.482Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2de92f97-07ff-4780-a977-937d48336681 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-13T09:03:36.505Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2de92f97-07ff-4780-a977-937d48336681 and serviceModelVersionId: ba16b179-91c4-44fe-a242-1b896a2b8675
2021-09-13T09:03:36.506Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51
2021-09-13T09:03:36.508Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?depth=0
2021-09-13T09:03:36.516Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T09:03:36.579Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?depth=0|INFO|500||Invoke
2021-09-13T09:03:36.580Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2de92f97-07ff-4780-a977-937d48336681], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48aca037-24c6-48ff-bc01-30277b858c18], X-ECOMP-RequestID=[2de92f97-07ff-4780-a977-937d48336681], X-TransactionId=[], X-ONAP-RequestID=[2de92f97-07ff-4780-a977-937d48336681], Content-Type=[application/merge-patch+json]}
2021-09-13T09:03:36.605Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-13T09:03:36.832Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?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/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-09:03:36:615-41270], vertex-id=[274552], Content-Length=[0], Date=[Mon, 13 Sep 2021 09:03:36 GMT], Content-Type=[application/json]}
2021-09-13T09:03:36.832Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T09:03:36.833Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9e54c7f-22f5-40a2-b9be-7f7c5e64cb51/model-vers/model-ver/ba16b179-91c4-44fe-a242-1b896a2b8675?depth=0|INFO|500||InvokeReturn
2021-09-13T09:03:36.833Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T09:03:36.833Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||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-13T09:03:36.841Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T09:03:36.841Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2de92f97-07ff-4780-a977-937d48336681 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T09:03:36.842Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T09:03:36.842Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T09:03:36.845Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T09:03:36.845Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523816842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T09:03:36.945Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T09:03:36.946Z||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-13T09:03:36.946Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:03:36.960Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:36.960Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 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-13T09:03:37.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:03:37.860Z||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-13T09:03:37.860Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:03:47.447Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:47.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:03:47.448Z||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-13T09:03:47.449Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:03:57.005Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:03:57.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:03:57.007Z||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-13T09:03:57.007Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:04:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:04:05.160Z||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-13T09:04:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:04:05.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:04:05.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33141b7a-e66a-4f0c-84fe-107b374aeb96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523768626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T09:04:05.210Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:04:05.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:04:05.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:04:05.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:04:05.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:04:05.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/resourceInstances/pnf1f14e269d3240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:04:05.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523769647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523783433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-13T09:04:05.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:04:06.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:04:06.599Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:04:06.600Z||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-13T09:04:06.600Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:04:16.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:05:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:05:05.159Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:05:05.161Z||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-13T09:05:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:05:05.161Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-13T09:05:05.161Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:05:05.244Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:05:05.245Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T09:05:05.245Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523785454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA4wmaqxzsxelwmedafhg/1.0/artifacts/service-DemoPnfA4wmaqxzsxelwmedafhg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-13T09:05:05.246Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:05:14.749Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:06:05.158Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:06:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:06:05.163Z||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-13T09:06:05.163Z||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-13T09:06:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:06:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:06:05.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:06:05.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T09:06:05.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2de92f97-07ff-4780-a977-937d48336681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631523816842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T09:06:05.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T09:06:14.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:07:05.157Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:07:05.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:07:05.163Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T09:07:05.163Z|2de92f97-07ff-4780-a977-937d48336681|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-13T09:07:05.164Z|2de92f97-07ff-4780-a977-937d48336681|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:07:05.164Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:07:14.742Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:07:14.751Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:08:05.158Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:08:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:08:05.165Z||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-13T09:08:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:08:05.165Z||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-13T09:08:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:08:14.746Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:08:14.761Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:09:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:09:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:09:05.159Z||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-13T09:09:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:09:05.159Z||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-13T09:09:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:09:14.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:09:14.757Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:10:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:10:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:10:05.160Z||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-13T09:10:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:10:05.160Z||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-13T09:10:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:10:14.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:10:14.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:11:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:11:05.159Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:11:05.160Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-13T09:11:05.160Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:11:05.160Z||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-13T09:11:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:11:14.761Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:11:14.768Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:12:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:12:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:12:05.159Z||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-13T09:12:05.159Z||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-13T09:12:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:12:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:12:14.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:12:14.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:13:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:13:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:13:05.165Z||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-13T09:13:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:13:05.165Z||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-13T09:13:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:13:14.737Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:13:14.756Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:14:05.159Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:14:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:14:05.166Z|2de92f97-07ff-4780-a977-937d48336681|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-13T09:14:05.167Z|2de92f97-07ff-4780-a977-937d48336681|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:14:05.166Z||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-13T09:14:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:14:14.794Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:14:14.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:15:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:15:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:15:05.162Z||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-13T09:15:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:15:05.162Z||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-13T09:15:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:15:14.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:15:14.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:16:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:16:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:16:05.160Z||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-13T09:16:05.160Z||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-13T09:16:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:16:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:16:14.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:16:14.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:17:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:17:05.158Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:17:05.163Z||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-13T09:17:05.163Z||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-13T09:17:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:17:05.164Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:17:14.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:17:14.785Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:18:05.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:18:05.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:18:05.168Z||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-13T09:18:05.169Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:18:05.169Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T09:18:05.170Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:18:14.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:18:14.775Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:19:05.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:19:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:19:05.162Z||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-13T09:19:05.162Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T09:19:05.163Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:19:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:19:14.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:19:14.751Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:20:05.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:20:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:20:05.162Z||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-13T09:20:05.162Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T09:20:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:20:05.162Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:20:14.751Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:20:14.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:21:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:21:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:21:05.161Z||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-13T09:21:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:21:05.161Z||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-13T09:21:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:21:14.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:21:14.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:22:05.158Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:22:05.159Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:22:05.161Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-13T09:22:05.161Z||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-13T09:22:05.161Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:22:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:22:14.781Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:22:14.781Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:23:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:23:05.158Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:23:05.161Z||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-13T09:23:05.161Z||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-13T09:23:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:23:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:23:14.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:23:14.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:24:05.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:24:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:24:05.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T09:24:05.160Z||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-13T09:24:05.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:24:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:24:14.726Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:24:14.793Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:25:05.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:25:05.159Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:25:05.163Z|2de92f97-07ff-4780-a977-937d48336681|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-13T09:25:05.164Z|2de92f97-07ff-4780-a977-937d48336681|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:25:05.163Z||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-13T09:25:05.175Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:25:14.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:25:14.772Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:26:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:26:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:26:05.159Z||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-13T09:26:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:26:05.159Z||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-13T09:26:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:26:14.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:26:14.763Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:27:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:27:05.158Z||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-13T09:27:05.158Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:27:05.158Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:27:05.159Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-13T09:27:05.159Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:27:14.734Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:27:14.741Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:28:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:28:05.159Z||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-13T09:28:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:28:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:28:05.159Z||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-13T09:28:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:28:14.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:28:14.778Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:29:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:29:05.159Z||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-13T09:29:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:29:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:29:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T09:29:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:29:14.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:29:14.752Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:30:05.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:30:05.165Z||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-13T09:30:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:30:05.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:30:05.169Z||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-13T09:30:05.169Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:30:14.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:30:14.773Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:31:05.162Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:31:05.163Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:31:05.166Z||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-13T09:31:05.166Z||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-13T09:31:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:31:05.166Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:31:14.771Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:31:14.786Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:32:05.158Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:32:05.159Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:32:05.161Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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-13T09:32:05.161Z||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-13T09:32:05.162Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:32:05.162Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:32:14.750Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:32:14.759Z|33141b7a-e66a-4f0c-84fe-107b374aeb96|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:33:05.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:33:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:33:05.159Z||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-13T09:33:05.159Z||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-13T09:33:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:33:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:33:14.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:33:14.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:34:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:34:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:34:05.160Z||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-13T09:34:05.161Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:34:05.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|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-13T09:34:05.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:34:14.776Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:34:14.777Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:34:27.028Z||http-nio-8085-exec-2|||||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-13T09:35:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:35:05.159Z||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-13T09:35:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:35:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:35:05.159Z||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-13T09:35:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:35:14.717Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:35:14.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:36:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:36:05.159Z||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-13T09:36:05.159Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:36:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:36:05.160Z||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-13T09:36:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:36:14.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:36:14.750Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:37:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:37:05.158Z||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-13T09:37:05.158Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:37:05.160Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:37:05.160Z|2de92f97-07ff-4780-a977-937d48336681|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-13T09:37:05.160Z|2de92f97-07ff-4780-a977-937d48336681|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:37:14.757Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:37:14.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:38:05.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:38:05.158Z||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-13T09:38:05.158Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:38:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:38:05.159Z||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-13T09:38:05.160Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:38:14.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:38:14.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:39:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:39:05.163Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:39:05.164Z||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-13T09:39:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:39:05.164Z||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-13T09:39:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:39:14.787Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:39:14.787Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:40:05.158Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:40:05.163Z||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-13T09:40:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:40:05.175Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:40:05.175Z|2de92f97-07ff-4780-a977-937d48336681|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-13T09:40:05.176Z|2de92f97-07ff-4780-a977-937d48336681|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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:40:14.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:40:14.764Z|2de92f97-07ff-4780-a977-937d48336681|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:41:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:41:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:41:05.166Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:41:05.167Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:41:05.166Z||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-13T09:41:05.167Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:41:14.746Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:41:14.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:42:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:42:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:42:05.163Z||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-13T09:42:05.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:42:05.163Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:42:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:42:14.757Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:42:14.758Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:43:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:43:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:43:05.164Z||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-13T09:43:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:43:05.165Z||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 A40vLhzyJsz3vMJi) ...
2021-09-13T09:43:05.165Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T09:43:14.752Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-13T09:43:14.786Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK